Skip to content

jollen/node-wot

Repository files navigation

Node-WoT Firmware

The nodemcu firmware fork. This project modify the NodeMCU-Firmware to fit the needs of WoT.City project.

  • Replace libcoap with er-coap-13 which has good API design.
  • When ESP8266 is deployed as a data sender object, only CoAP client implementation is needed. Node-WoT firmware has only er-coap-13 client but we will put CoAP server back in the near future.

Node-WoT provides a hi-level API CoAP SDK environment for ESP8266. Read Use er-coap-13 for NodeMCU for details (Traidtional Chinese).

Install and Usage

Please read NodeMCU-Firmware for compiling and updating firmware.