extract mesh networking to it's own repo

This commit is contained in:
2018-11-16 19:02:38 +01:00
parent 0ecadc9d86
commit 9e8104da70
17 changed files with 28 additions and 456 deletions

View File

@@ -1,12 +1,7 @@
# Sprocket-Lib
Library to build a mesh network of Sprockets.
## Lifecycle
TODO docs
sprocket.init -> Serial.begin & SPIFFS.begin
sprocket.join(network) -> network.init & sprocket.activate -> plugins.activate
network->onReceive -> sprocket.dispatch -> plugins.onMessage &sprocket.onMessage
TODO
# Useful commands
```sh