Copper
Copper copied to clipboard
Oic dev
Hi Matthias, I am currently representing my company in OIC standardization activity and came across Copper in search for a web based tool I could use. Unfortunately, OIC is slightly deviating from the IETF RFC's and some modifications were needed to reuse all the good work you have put in your tool. Consequently, I have forked your project to add several features you may be interested in: Here are the modifications I made so far:
- Add support for oic/res (oic's well known uri) parsing. (you can toggle parsing mode using the “Behavior” menu)
- Add cbor support code from Patrick Gansterer https://github.com/paroga/cbor-js (still need to find a cleaner way to import this)
- Created an new UDP client to allows multicast.
- Added multicast device discovery based on oic/res (probably also works for wellknown) but I don't have anything to test it. Anyway, you should be able to see the details in the git log. If you have no interest, no problem and thanks for the great tool. Otherwise, please don't hesitate to let me know if some parts need clean up before integration. Just know many people at OIC are benefiting of your work. Thanks! Best regards, Stephane.