You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've currently used your setup for a minecraft server which has been great, but I'm trying to wander off into the weeds by setting up a valheim server.
It uses 2456-2457/udp.
I was looking at using something like a python library to query the server direct, but then I realised your bedrock code is detecting connections on UDP.
Spent the evening trying to understand it, currently lost on the bedrockping string you build.
Basically just seeing if you'd be willing to shed some light on it before I spend some more time on it :)
Thanks again.
The text was updated successfully, but these errors were encountered:
Bedrock uses the Raknet protocol. I'm using an "unconnected ping" for this. There's also a project itzg/mc-monitor which I considered trying to integrate but it made the container way too big because of the dependency on go.
Even though it's documented, I'm pretty sure I ran the bedrock server on my computer and used wireshark to observe the behavior of the client connecting, and wrote those lines to produce something similar (though I do need to test again as someone else reported an issue with it).
You may also check out node-gamedig which already talks valheim among a bajillion other games.
I've currently used your setup for a minecraft server which has been great, but I'm trying to wander off into the weeds by setting up a valheim server.
It uses 2456-2457/udp.
I was looking at using something like a python library to query the server direct, but then I realised your bedrock code is detecting connections on UDP.
Spent the evening trying to understand it, currently lost on the bedrockping string you build.
Basically just seeing if you'd be willing to shed some light on it before I spend some more time on it :)
Thanks again.
The text was updated successfully, but these errors were encountered: