mkovatsc / Copper

Copper (Cu) CoAP user-agent (JavaScript implementation)
http://people.inf.ethz.ch/mkovatsc/copper.php
BSD 3-Clause "New" or "Revised" License
94 stars 43 forks source link

Is it possible to download binary data into file using GET method? #17

Open 0009281 opened 8 years ago

0009281 commented 8 years ago

Hello! First of all thanks for so helpful tool!

I can send paylod as binary file, but if I need to GET binary data from device and save it to the file, how can I do it?

My goal is backup firmware from devices through COAP.

Thanks.