Koen Zandberg
Koen Zandberg
### Contribution description This adds a driver and test for the uc8151d e-paper display. Unfortunately the command structure of the display is sufficiently different to require a separate driver. The...
### Contribution description This adds 3 functions for adding entity-tags to coap packets. The first simply adds the option to the coap packet with the supplied etag value. The second...
Hello, From what I understand from the current go-coap code, individual requests of the same block wise operation are identified based on an identical token of the individual requests. Unfortunately...
Should be included in the automated tests for quality assurance
- [x] sign - [ ] encrypt
- [x] nanocbor - [x] eddsa key fix - [ ] doxygen check
- Import a whole key instead as a single string - Exact key sizes without padding @bremoran Does this cover all issues so far?
https://tools.ietf.org/html/rfc8152#section-7.1
For a new project I would like to attach multiple sensors or actuators of the same type to a single node. For example: ``` /temp_inside /temp_outside ``` I was thinking...