Roman V
Roman V
~~For now, I'm going with the assumption that, although a Report ID can be reused, can not be reused in a sibling application collection due to complexity.~~ **Edit:** Going to...
Leaving this here as a reminder for later. https://github.com/Azure/DotNetty
The tests cases for the CoapBlockTests are generated for each test case, however, they are difficult to re-purpose for integrated test cases.
The majority of the unit tests pass, but random tests will fail. I suspect this is due to race conditions.
This is an outline of my progress of implementing RFC 7959. **Note:** Block1 is request payload to a resource. Block2 is a response from a resource. ## CoapClient - Block1...
Need to go through all the the public API and ensure it is documented for application consumption. The [docs](https://nzsmartie.github.io/CoAP.Net) will be updated with each release. Documentation Progress - [ ]...
Message.Deserialise(...) assumes a non-mutated, perfectly formatted message is provided. If invalid data is provided, it will still try to parse the data and possibly have a fatal failure. The CoAP...
## TL;DR Cut the wire labelled RGB and wire it up to the RX pad on the Wifi Module, then use `pin: GPIO3` in the yaml file ## Guide I'm...
Created a typings file based on the exposed functions defined in README.md The functions are not annotated with JSDoc yet, this was just enough to compile and run in a...