https://github.com/lobaro/lobaro-coap-on-esp8266
Example of lib "lobaro-coap" in esp8266 native project.
https://github.com/lobaro/lobaro-coap-on-esp8266
Last synced: 6 months ago
JSON representation
Example of lib "lobaro-coap" in esp8266 native project.
- Host: GitHub
- URL: https://github.com/lobaro/lobaro-coap-on-esp8266
- Owner: lobaro
- License: mit
- Created: 2015-11-12T17:38:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T13:30:24.000Z (over 9 years ago)
- Last Synced: 2025-03-27T19:21:34.243Z (7 months ago)
- Language: C
- Homepage: http://www.lobaro.com/lobaro-coap-on-esp8266/
- Size: 47.9 KB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lobaro-coap-on-esp8266
Example of lib "lobaro-coap" runing natively on ESP8266 using ESP_IOT_SDK V1.5.
## Clone
Please use the following git command to clone this repository (because of submodule):
git clone --recursive## Dependencies
* Unofficial Development Kit for Espressif ESP8266: https://github.com/CHERTS/esp8266-devkit
* ESP8266_NONOS_SDK_V1.5.0_15_11_27: http://bbs.espressif.com/viewtopic.php?f=46&t=1442
* Eclipse CDT: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/mars1For a more usage instructions please visit: http://www.lobaro.com/lobaro-coap-on-esp8266