Stack: WS4D-jCoAP (Java)

WS4D JCoAP WS4D-jCoAP is an implementation of the Constrained Application Protocol (CoAP) for Java. CoAP is an exciting emerging protocol defined by the IETF CoRE WG, which is a RFC – Proposed Standard. To put things short, CoAP is supposed to create an alternative to HTTP for RESTful APIs on highly resource-constrained devices. While HTTP usually bases on TCP, CoAP defines rudimentary reliability features so you can run it on UDP and therefore save a lot of protocol overhead that inherently comes with TCP.

Now that you have an idea of what CoAP is (if you hadn’t already) we want to share our latest efforts on implementing CoAP. Until now WS4D-jCoAP has grown to be a complete CoAP draft 18 implementation of the client and server side and it is still evolving.

If you are curious right now or want to support us, check out the gitlab repository. Have fun!