lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Encoding problem for received packet?


From: Mike He
Subject: [lwip-users] Encoding problem for received packet?
Date: Tue, 17 Jun 2014 18:35:37 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]