Skip to content
Matt Lea edited this page May 2, 2015 · 7 revisions

Welcome to the adam-android-sdk wiki!

developers.schematiacal.com

Use socket.io to call emit an event: update_map

##Payload:

{
  pings: [
   "mac":"the_mac_address",
   "rssi":"",
   "frequency":"the frequency",
   "timestamp":"when the measurement was taken",
   "type":"bluetooth/wifi",
   "alias":"the ssid of the device or something of that nature",
   "extra":"whatever else you find"
  ]
}

Clone this wiki locally