52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# Domo-iot
|
|
|
|
Main daemon of the domo project.
|
|
|
|
[](https://drone.nadal-fr.com/domo/domo-iot)
|
|
|
|
|
|
## Usefully documentations
|
|
|
|
https://auth0.com/docs/flows/guides/device-auth/call-api-device-auth
|
|
|
|
https://github.com/kozross/awesome-c
|
|
|
|
nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.pdf
|
|
|
|
https://github.com/lasote/async_http_request/
|
|
|
|
https://github.com/LeonHartley/libhttp
|
|
|
|
https://github.com/liigo/tinyweb
|
|
|
|
https://github.com/dropbox/json11
|
|
|
|
https://github.com/lzpong/TinyWeb
|
|
|
|
https://github.com/sinemetu1/twitc/
|
|
|
|
https://kore.io/
|
|
|
|
http://facil.io/
|
|
|
|
https://dev.to/fuksito/private-ci-using-private-docker-registry-with-drone-io-almost-free-15ek
|
|
|
|
https://medium.com/@ManHay_Hong/how-to-create-a-telegram-bot-and-send-messages-with-python-4cf314d9fa3e
|
|
|
|
|
|
https://github.com/maxbeutel/libevent-webserver
|
|
http://www.nashweb.de/articles/05-Simple-Webserver-with-libevent-in-C++.html
|
|
https://doxygen.bitcoincore.org/httpserver_8cpp_source.html
|
|
https://github.com/atp798/EvHttp
|
|
|
|
|
|
# RFLink
|
|
|
|
## Flash the firmware
|
|
``
|
|
/home/jbnadal/usr/arduino-1.8.12/hardware/tools/avr/bin/avrdude -C/home/jbnadal/usr/arduino-1.8.12/hardware/tools/avr/etc/avrdude.conf -v -patmega2560 -cwiring -P/dev/ttyUSB1 -b115200 -D -Uflash:w:/home/jbnadal/sources/RFLink.cpp.hex:i
|
|
``
|
|
# Access
|
|
|
|
picocom /dev/ttyUSB1 -b 57600 --omap crlf --echo
|