java-coap
java-coap copied to clipboard
CoAP Java library
This issue aims to discuss about how to manage API changes in the future (not a short term question): - should [Semantic Versioning](https://semver.org/)) be used ? Or anything else ?...
Some reasons for moving project from Java 8 to Java 17 as minimum. - Modernize Codebase: * Take advantage of language enhancements and new APIs introduced in Java 9 through...
In scenario where response has to be sent blockwise, server treats request from client for second incoming block as a new request. BlockWiseIncomingFilter is called and it checks if block1...