An open API service indexing awesome lists of open source software.

https://github.com/dosmike/sm-librcon-rsling

Utilities for RCON broadcasting or something
https://github.com/dosmike/sm-librcon-rsling

Last synced: 3 months ago
JSON representation

Utilities for RCON broadcasting or something

Awesome Lists containing this project

README

          

# Scratch repo for LibRCON and RSling

Broadcast commands between servers in the same network

This is just tinkering

RCon stuff is based on [MoreRCon](https://github.com/AnthonyIacono/MoreRCON)

Dependencies:
+ [Socket](https://github.com/JoinedSenses/sm-ext-socket/)
+ [SteamWorks](https://github.com/KyleSanderson/SteamWorks)

For RSling itself:
+ The config goes into addons/sourcemod/configs/rsling.txt
+ Each line consists of `servername serverip:port rconpasswd`
+ I one contains spaces, quote the thing
+ Empty lines, lines starting with # and broken lines are ignored

LibRCon only has two native:
+ `LibRCON_Send` to send rcon queries
+ `LibRCON_IsCmdFromRCon` to replace SMRCon's version