modulariot / doc

Assorted documentation and specifications.
0 stars 0 forks source link

Get an outline for hub to IoT devices network protocol #2

Open conorpp opened 7 years ago

conorpp commented 7 years ago

Draft out a simple and reliable network protocol for the IoT hub and IoT devices to connect and communicate.

Ideas:

E.g. a sensor node has 2 states:

  1. Not connected. Broadcasts until a IoT "claims" it.
  2. Connected. Sends stream of sensor data to IoT hub.
conorpp commented 7 years ago

Collin et. al are figuring out how to do UDP on ESP for low level stuff.

clcain commented 7 years ago

I'll work on making a contract for client to server (ESP to Python) JSON schema.