Reputation: 1171
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
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