GithubHelp home page GithubHelp logo

Comments (4)

kennux avatar kennux commented on August 19, 2024

It seems like the connection to the cube world server you want to connect to couldn't get established.
Try connecting with cubeworlds to the server directly and have a look if that works.

Also, if you changed the namespace names keep in mind you have to change the package names in the PacketIdentifier and HookIndentifier.
They are trying to get any class in net.kennux.cwinspect.packets.client, etc.

from cwinspect.

Schmoopiie avatar Schmoopiie commented on August 19, 2024

You mean the original server ? It works with the original Server.exe..

The hooks is there in your source for ID 17, this is why I don't understand the error since it's supposed to be handled by the server, but it says that the packet could not get identified.. The source is the same as yours at this moment. The only thing I renamed was the package and I changed it in PacketIdentifier and HookIdentifier.

Is it working for you ? Are you using the latest Cube World client ?

from cwinspect.

kennux avatar kennux commented on August 19, 2024

CWInspect is not a cubeworld server implentation it's only a man-in-the-middle server.
That mean's it acts like a bridge (Client connects to cwinspect, cwinspect connects to the cubworlds server).
It will forward all arriving traffic from client to server and from server to client.

You can use this to log / analyze the network protocol of cubeworld.

If you are looking for a real cube world server implementation you should have a look at cuwo: https://github.com/matpow2/cuwo

I am using cube world version 3.
Hooks do not identify the packet, the classes in net.kennux.cwinspect.packets.client / net.kennux.cwinspect.packets.server are identifiy the packets.

Hooks get used for manipulating data / send other data.

from cwinspect.

Schmoopiie avatar Schmoopiie commented on August 19, 2024

Oh, okay thanks!

from cwinspect.

Related Issues (1)

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.