Skip to content

Instantly share code, notes, and snippets.

@ArmedGuy
ArmedGuy / bf2rcon.js
Created October 21, 2013 12:05
Battlefield 2 RCon module
var net = require('net');
var crypto = require('crypto');
var util = require('util');
var events = require('events');
function rcon(options) {
$rcon = this;
this.client = net.connect(
{
host: options.host,
port: options.port