gamedig / node-gamedig

Query game servers and not only! Node.JS/Deno/Bun or Bash (via the CLI).
https://www.npmjs.com/package/gamedig
MIT License
612 stars 145 forks source link

Request for support for DCS and SRS #351

Open Commiccannon opened 1 year ago

Commiccannon commented 1 year ago

Would it be possible to get support for DCS (Digital combat simulator) and ideally SRS (Simple radio Standalone). Some bigger servers include hoggit, enigmas cold war, growling sidewinder. Most big DCS servers use SRS alongside as the radio client and SRS is also used by many other games such as IL2 and star citizen with varying degrees of implementation Thanks

podrivo commented 10 months ago

Hello @Commiccannon! I couldn't find examples of DCS or DCS-SRS servers. Do you mind sharing an IP:PORT for some testing?

Thank you! (:

Commiccannon commented 10 months ago

Hi, the server is on neutronservices.duckdns.org With ports DCS Client - 10308 TCP/UDP Dcs WebGUI - 8088 TCP Srs server - 5002 TCP/UDP

podrivo commented 10 months ago

Thank you! ✨

I've tried running this server on our attempt_protocols tool, but it failed on all options.

// Options tried
node tools/attempt_protocols.js neutronservices.duckdns.org
node tools/attempt_protocols.js neutronservices.duckdns.org:10308
node tools/attempt_protocols.js neutronservices.duckdns.org:8088
node tools/attempt_protocols.js neutronservices.duckdns.org:5002
node tools/attempt_protocols.js neutronservices.duckdns.org:5003

I wasn't able to find new info, just this forum thread that mentions some ports, similar to the ones above.

Arcanum417 commented 3 days ago

Joining in with multiple servers on brainless.417rct.org

DCS servers at 10308,10310,10312 TCP/UDP SRS servers at 5002,5004,5006 TCP/UDP

Would love to use gamedig to monitor these!