You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add CoAP channel for RIOT platform
* Improve protocol and implement close
* Give the application a more reasonable name
* Add send message
* Fix main.c after rebase
* Rename to CoapUdpIpChannel
* Finish message send implementation
* Fix return codes
* Remove memcpy!
* FIx missing implementations
* Add reconnect implementation
* Restructure and add full example
* Fix warnings
* Fix type checker
* Add coap channel test
* Cleanup
* Add todos
* Add network channel type
* Move coap channel test to test/platform/riot
* Fix typo and always inform bundle about new states
* Update src/platform/riot/coap_udp_ip_channel.c
Co-authored-by: erling <[email protected]>
* Fix test
* Add basic test to CI
* Improve ci
* Test
* Test
* Test
* Fix typo
* Test if a broken test is reported
* It worked => Fix test
* Change endpoints to POST and make messages confirmable
* Cleanup
* Remove example for now
* Simplify socket creation
* Add mutex to coap channel
* Run formatter and remove some unneeded includes
---------
Co-authored-by: erling <[email protected]>
0 commit comments