Skip to content

Example of what the API could be

jburris edited this page Apr 20, 2013 · 4 revisions

Interact with our api by sending the data from your ArduSat, to our endpoint.

Accepted sensors: temperature, inertia, photo

{
  arduino: '00:B0:D0:86:BB:F7',
  sensor: {[
    { name: 'temperature',
      data: '89',
      unit: 'kelvin' },

    { name: 'inertia',
      data: '38',
      direction: '3' }
  ]}
}
Clone this wiki locally