A library that takes care of the encoding and decoding of packets sent to or from a Battlefield server (or any other server that uses their protocol).
You can use this library to create servers or clients that will use the Battlefield RCON protocol.
To install frostbite-rcon-utils, run npm i --save frostbite-rcon-utils
.
You can see all available imports in the docs.
This is licensed under MIT, hack away!