2018-10-04 00:09:57 +02:00
2018-09-28 10:38:31 +02:00
2018-11-15 12:46:13 +01:00
2018-08-03 11:01:42 +00:00
2018-08-30 00:16:33 +02:00
2018-11-08 15:25:17 +01:00
2018-06-02 12:08:04 +02:00
2018-09-01 19:42:12 +02:00
2018-06-02 10:08:33 +00:00
2018-08-29 09:03:38 +02:00

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

Useful commands

# erase flash  
esptool --port /dev/ttyUSB0 erase_flash
  
# OTA
~/.platformio/packages/tool-espotapy/espota.py -i <espIP> -p 8266 -a <authPW> -f .pioenvs/ota/firmware.bin 

Description
Arduino based library for event driven applications.
Readme MIT 312 KiB
Languages
C++ 43.5%
C 31.6%
JavaScript 22.7%
HTML 2.2%