I have a small Websocket server running on lwip on an embedded system.
In this example, I send a simple Websocket text frame to the server, containing only the word "test". When I inspect the payload on the server, however, I get something like the following: "\201\204\331\271\206\201\255\334\365\365"
Looking at the packet with Wireshark, it appears that the packet is correctly formed and simply contains the payload "test" as expected. Am I missing something with the encoding?
Thanks, Mike _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
