Giter VIP home page Giter VIP logo

Comments (2)

Lord-McSweeney avatar Lord-McSweeney commented on June 12, 2024

Analyzing a Wireshark dump, I can see that first the client sends this data to the server:
{"t":"guest_login"}

Then this:
{"type":"confirm_connection"}

Then the server sends a large blob of data back, starting with
{"socketID":3150,"userID":0,"userName":"Guest_594439","permissions":[],"vars":{"guest"...

To which the client replies with
{"t":"mv","action":"get","id":"0","user_vars":["rank","hatArray","headArray","bodyArray","feetArray","exp"],"location":"user"}

(note that there's a small binary chunk before every JSON sent)

To which the server sends a tiny bit of data back. This is the raw TCP payload, in hexadecimal:
00 02 00 2c

Then the client replies with another tiny bit of data:
00 06 00 21 00 00 01 9b

Then the server disconnects.

from ruffle.

ThePizza1k avatar ThePizza1k commented on June 12, 2024

This is fixed now

from ruffle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.