Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After investments in R&D, Greenspector is proud to release new product about measurement of IoT devices , new version of GDSL iOS without web driver agent, and a new multi-criteria Environmental footprint assessment API …

...

  • The api returned the CO2, surface and water metrics. The API is now transform into a multi-criteria API to take into account ADEME multi-criteria environmental metrics. Greenspector choose to calculate the following metrics CO2 …

    Code Block
    "climate-change"                 // kg CO2-eq
    "particulate-matter"             // disease incidence
    "acidification"                  // kg mol H+
    "photochemical-ozone"            // kg NMVOC-eq
    "ionising-radiation"             // kBq U-235
    "abiotic-depletion-elements"     // kg Sb-eq
    "abiotic-depletion-fossil-fuels" // MJ
    "eco-toxicity"                   // CTUe
    

Improvements

Environmental footprint assessment CLI

...

  • Route /footprints/global was rename to route /footprints/custom

  • Change default network type distributions (model distributions.NetworkTypes) in the swagger. (routes concern are /footprints/custom and /footprints/networks)

  • Delete route /multipleFootprints which was used by Environmental footprint assessment CLI

  • When using brick ‘client usage time’, the input hardwareType which is mandatory has been taken out from the input parameters which contains optional parameters

Fixed bugs

TestRunner, TestBench

Fixes the lack of network rules and small network score when launching benchmark on some url. In fact the test was successful but only a warning was displayed on the test tracking page indicating an error (ERR_HTTP2_PROTOCOL_ERROR or ERR_UNEXPECTED_PROXY_AUTH) so the user could not see this warning and consider the benchmark test as good.

GDSL

Fixes command enableSettings / disableSettings for android 11+ and for tablet in landscape mode

Documentation