Package Exports
- frostbite-rcon-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (frostbite-rcon-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
frostbite-rcon-utils
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.
Installation
To install frostbite-rcon-utils, run npm i --save frostbite-rcon-utils.
You can see all available imports in the docs.
Table of contents
License
This is licensed under MIT, hack away!