You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using wireshark and firefox/copper I can get/put to my coap enabled device and see the appropriate data going back and forth. Using the client example I can see that the client->get method is called but nothing is ever returned to the closure/callback. In addition, wireshark says no request is being sent, (hence the callback issue). The server example works fine.
Same here, Server is working great. Client fails.
Really need this now to prototype something, stuff seems to go wrong in CoapPdu.php
Having a hardtime deciphering the bit-shifting without code comments, not really my cup of tea...
I also noticed in CoapRequest the uriPath is handed through with slashes.
Using this to calculate the count for the parts.
Ended up converting the url used in calls form coap://local.dev/input/1/3333 to coap://local.dev/input-1-3333
Using deeper paths messes up $opt->length(), debugging took me too much time.
Using wireshark and firefox/copper I can get/put to my coap enabled device and see the appropriate data going back and forth. Using the client example I can see that the client->get method is called but nothing is ever returned to the closure/callback. In addition, wireshark says no request is being sent, (hence the callback issue). The server example works fine.
Thanks for your attention.
`<?php
?>`
The text was updated successfully, but these errors were encountered: