https://github.com/jollen/node-wot
Use er-coap-13 from Contiki for NodeMCU firmware
https://github.com/jollen/node-wot
Last synced: about 2 months ago
JSON representation
Use er-coap-13 from Contiki for NodeMCU firmware
- Host: GitHub
- URL: https://github.com/jollen/node-wot
- Owner: jollen
- License: mit
- Created: 2015-11-23T12:46:32.000Z (over 10 years ago)
- Default Branch: er-coap-13
- Last Pushed: 2016-02-04T09:37:33.000Z (over 10 years ago)
- Last Synced: 2025-01-19T05:59:21.228Z (over 1 year ago)
- Language: C
- Homepage: http://www.jollen.org/blog/2015/12/nodemcu-firmware-er-coap-13.html
- Size: 71.4 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-WoT Firmware
The nodemcu firmware fork. This project modify the [NodeMCU-Firmware](https://github.com/nodemcu/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](http://www.jollen.org/blog/2015/12/nodemcu-firmware-er-coap-13.html) for details (Traidtional Chinese).
## Install and Usage
Please read [NodeMCU-Firmware](https://github.com/nodemcu/nodemcu-firmware) for compiling and updating firmware.