https://github.com/atomy/fake-rcon-server-backend
Fake rcon-server cli exposing manipulation options via websockets.
https://github.com/atomy/fake-rcon-server-backend
fake-rcon fake-rcon-server rcon rcon-server
Last synced: 4 months ago
JSON representation
Fake rcon-server cli exposing manipulation options via websockets.
- Host: GitHub
- URL: https://github.com/atomy/fake-rcon-server-backend
- Owner: atomy
- License: mit
- Created: 2023-10-14T13:07:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T03:25:23.000Z (over 2 years ago)
- Last Synced: 2024-06-19T18:05:49.342Z (almost 2 years ago)
- Topics: fake-rcon, fake-rcon-server, rcon, rcon-server
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
Fake Rcon server backend, handling all paket sending stuff.
# Build and run
## Linux
```bash
$ ./auto_build.sh
$ ./run.sh
```
## Windows
```bash
$ ./auto_build.sh
$ ./run.bat
```