Features:
- Implementation of the Constrained Application Protocol (RFC 7252) and URI handling for the 'coap' scheme directly in the Web browser (address bar and links)
- REST GUI with interaction through GET, POST, PUT, and DELETE
- Resource discovery (RFC 6690)
- Blockwise transfers (RFC 7959)
- Observing Resources (RFC 7641)
- Simply enter a CoAP URI into the address bar or follow a CoAP link (e.g., coap://californium.eclipse.org/ or coap://coap.me/)
- After opening the location of a CoAP server the auto discovery (or a click on 'Discover') will retrieve the available resources from
/.well-known/core. - At a resource location (e.g., coap://californium.eclipse.org:5683/test)
use the buttons GET, POST, PUT, DELETE to perform an action. The response will be displayed in the browser. - For more detailed debug output, start Firefox with the switch
-console(Windows) or in a terminal (Linux) and add the booleanbrowser.dom.window.dump.enabled=trueto about:config (now directly accessible through preferences).