Jan Romann
Jan Romann
When trying to connect to a peer using an IPv6 address like so ```js dtls.connect({ type: 'udp6', remotePort: 5684, remoteAddress: 'fe80::260a:c4ff:feea:20f0' }); ``` I get the following error: ```bash node:events:356...
Firstly, thanks for providing this crate :) Using the crate in the context of CoAP (the Constrained Application Protocol, [RFC 7252](https://datatracker.ietf.org/doc/html/rfc7252)), it would be nice if you could serialize structs...
### Description Trying to (manually) use the Accept option with coap-cli, I noticed that integer-based options are currently not encoded correctly. I suppose this is caused by not using the...
This PR introduces an importent missing element from the 2020 W3C Recommendation to the project. For testing purposes I included the complete JSON Schema definition from the recommendation for now...
As Python 2.7 is now EOL, it should be considered to drop both the support and the testing in the CI for this version. This should make the code easier...
This PR addresses some of the TODOs mentioned in #140 and a couple of minor linting issues. As part of this PR, the `isPrintable` method is removed from the `CoapMediaType`...
I started working on a simple, experimental server implementation (which currently only supports UDP). For now, this is only a proof-of-concept, which can be improved upon once #127 has been...
Revisiting the current CoapCode implementation, I got the impression that the APIs for creating new requests and responses could be improved to leave less room for potential errors by introducing...
In #122, I am currently adding in both support for the OSCORE option format and for the different OSCORE option classes (i.e., inner vs. outer options) as defined in [RFC...
This PR depends on #92 and is supposed to be merged after it. Here, I wanted to make another proposal for a major overhaul of the API, moving the indication...