❔ port scanner for game servers?
Hello, currently working on a program and one of its core functionalities is to scan the local network for game servers on a specific port (Rust, 28015), however after I have attempted to achieve this, it appears to not work. It seems to be stuck "searching" to no avail and doesnt show any results even though im hosting a server on another local machine with the required port. perhaps ive made an error in my method?
Any help appreciated.
4 Replies
seems like u r using the wrong protocol, when i look at the port config description from https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server
+server.port 28015 Sets the port the server will use. (default 28015 UDP)
Ah. I need udp. Not tcp.
Will take a look
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.