Implements RFC7252
Also see Copper (Cu4Cr)
- Get the sources from Github:
clone git://github.com/mkovatsc/Copper.git
- Add a text file named
[email protected]
to your extension directory of your profile:
- Windows:
C:\Users\<username>\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\extensions\
- Linux:
~/.mozilla/firefox/xxxxxxxx.default/extensions/
- MacOS:
~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/extensions/
- Write the path to the Copper sources (i.e., the directory that contains
install.rdf
andchrome.manifest
) with (back)slash at the end to the file (e.g.,D:\Projects\Git\Copper\
). - Since Firefox 43 you need to allow unsigned add-ons by opening about:config and setting
xpinstall.signatures.required
to false. - Restart Firefox.
- Optionally use about:config with the filter "copper" to clean up old configurations.
Copper should show up in the add-ons list. You can now enter CoAP URIs (e.g., coap://californium.eclipse.org/) into the address bar and will have a user interface to interact with the CoAP resources on a server. The detailed log output is available through the rectangular button on the top right, next to the preferences button.