Hi, I'm using CoAP client program and I'm able to get sensor values in
binary format. For example, If I type ./coap-client -m get
coap://[fec0::3]:61616/st -T 3a -t binary I get the temperature value of my
CoAP server.
Now, I'm interesting to receive data as JSON file, so in the previous
command I tried to change binary with json, but when I type  ./coap-client
-m get coap://[fec0::3]:61616/st -T 3a -t json nothing happens. Maybe, I
missed some parameters into the request I made. Anyway, is it possible to
retrieve data as a JSON file (or other formats different from binary) from a
CoAP server?
Thanks in advance.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to