Replies: 1 comment 5 replies
-
Hi @jimmie11 thanks for your note. What language are you using on the Arduino? I assume Java. While I can't produce the code for you, here's what I would do. Receive:
After step 4, you now have the entire message. Send:
Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very for making this great library.
I have a TCP server running on an Arduino. The Arduino TCP server will only be connected to Watson TCP clients running on a PC.
Can you help me with the code for the additional header on the Arduino side? I know it is explained in the link below but I do not know how to implement it on the Arduino side.
https://github.com/jchristn/WatsonTcp/blob/master/FRAMING.md#integration-with-non-watsontcp-endpoints
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions