Martin
Martin

Reputation: 1171

How to read a Binary Frame on a Web Socket?

I'm trying to understand the communication between slither.io client and web socket. While I'm reading WS packages the only thing that I can see is "Binary Frame (Opcode 2)". How can I do to read those messages?. Thanks.

Upvotes: 10

Views: 9816

Answers (1)

kucherenkovova
kucherenkovova

Reputation: 734

Slither.io uses binary frames to exchange data. As far as I know neither Chrome, nor Firefox allow you to read raw binary data. Try something like wireshark to sniff the traffic.

Upvotes: 7

Related Questions