potatolylc / jcoap

Automatically exported from code.google.com/p/jcoap
0 stars 0 forks source link

How Can I transform HTTP to CoAP by the Proxy? #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I run the coapClient and Proxy on different computer
2. set the setProxyUri  as ("http://ip:port") in theBasicCoapClient.java
3. run the wireshark,but the Proxy send a TCP package but not HTTP

What is the expected output? What do you see instead?
I want to transform HTTP to CoAP, I send a coap message to Proxy and it 
transform it to CoAP 

What version of the product are you using? On what operating system?
mac os x

Please provide any additional information below.
any document about the Proxy?

Original issue reported on code.google.com by ly...@email.biigroup.com on 18 Oct 2012 at 7:47