Versions Compared

Key

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

...

   "latitude": float number,               -->   latitude in degrees,decimal fractional minutes (note: we do not use this information  anymore, yet it cannot be empty)
   "longitude": float number,   -->   longitude in degrees,decimal fractional minutes (note: we do not use this information  anymore, yet it cannot be empty)
"altitude": float number,   -->   altitude in meters (it can be empty) 
"locationName": string, --> tested location name (can be empty)
"eduroamDbInstid": string, --> SP id used in eduroam DB, provided by the NRO (can be empty)
"eduroamDbLocationid": string, --> Location Id used in eduroam DB, provided by the NRO (can be empty)
  "testDeviceLocationDescription": string -->   describes the location of the test device
  "locationMethod": string,   -->   typical values are 'Through IP' or 'Geolocation' (note: we do not use this information  anymore, yet it cannot be empty)
 "wifiSurround": array --> list of SSIDs found
"accessPointVisibleSSIDCount": integer --> number of Wi-Fi cells with a normally visible SSID
"accessPointHiddenSSIDCount": integer --> number of Wi-Fi cells with a "hidden" SSID
"HS2Presence": string --> list of HS2.0 consortium identifers found
"channelsAvailable": string --> list of available channels / frequencies
}

...

[environment]
{
   "latitude": 38.25,
   "longitude": 21.73,
"altitude": -213.45,
"locationName": "Subterranean University, Main Building",
"eduroamDbInstid": 13,
"eduroamDbLocationid": 2,
 "testDeviceLocationDescription": "rector's office, hidden behind the 'A Starry Night' van Gogh painting on the rear wall",
   "locationMethod": "Differential Indoor GPS",
"wifiSurround": [ "eduroam", "drillTest", "geological_symposium" ] ,
"accessPointVisibleSSIDCount": 7,
"accessPointHiddenSSIDCount": 1,
"HS2Presence": 00-1B-C5-04-60,
"channelsAvailable": 1,3,6,7,
}

...