node-srcds-rcon
node-srcds-rcon copied to clipboard
Node.JS high-level wrapper for SRCDS's remote console (RCON) https://developer.valvesoftware.com/wiki/RCON
I'm doing some aim practice now a days and I'd like to set some variables, get number of kills etc every once in a while, and later I want to...
I was hoping to find typescript definition with no luck, does anyone know if it exists? Or would you be open to porting this to typescript? I'd try and contribute....
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1161:14) errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '80.93.187.241', port: 27155 }
Error happens when a multi packet response is caused with gmod server. `Error: Command lost at handleUnexpectedData (C:\Users\Khris\Documents\Git\krak-bot2\node_modules\srcds-rcon\index.js:127:39) at dataHandler (C:\Users\Khris\Documents\Git\krak-bot2\node_modules\srcds-rcon\index.js:106:32) at Socket.dataHandler (C:\Users\Khris\Documents\Git\krak-bot2\node_modules\srcds-rcon\lib\connection.js:77:22) at Socket.emit (events.js:315:20) at addChunk (_stream_readable.js:295:12)...
HI I have following code in module.exports and want to get the awnser from the server returned by the function. How can I do that? I tried to put the...
For some reason when connecting to my RCON server the authorization hangs forever. I narrowed it down to lines 53-55 of the index.js. For some reason that promise is hanging...
Hi, I keep getting this error on connection, if I log the object there is no pproblem, maybe I'm missing some dependencies? Here is my code: > let Rcon =...
I'm trying to connect a node instance to multiple servers, and i need to test the rcon before starting to make the commands. How can i know if the rcon...
Hello, My application is crashing the moment I put in in the 'require'. It seems to be something with the use strict in your code. let is not allowed to...
Hello! In the last paragraph of the readme, `The protocol uses udp and the packets sometimes get lost`. [RCON uses TCP](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol). It is true that sometimes TCP packets get lost,...