https://github.com/zeex/samp-rcon
Cross-platform RCON client for SA-MP
https://github.com/zeex/samp-rcon
cmake cplusplus rcon sa-mp udp
Last synced: about 1 year ago
JSON representation
Cross-platform RCON client for SA-MP
- Host: GitHub
- URL: https://github.com/zeex/samp-rcon
- Owner: Zeex
- Created: 2012-12-30T11:36:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T15:10:41.000Z (over 4 years ago)
- Last Synced: 2023-03-16T12:25:17.314Z (over 3 years ago)
- Topics: cmake, cplusplus, rcon, sa-mp, udp
- Language: C++
- Homepage:
- Size: 3.6 MB
- Stars: 13
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RCON
====
[![Build Status][build_status]][build]
[![Build Status - Windows][build_status_win]][build_win]
A simple cross-platform RCON client for SA-MP - works on Linux, macOS, Windows.
```
Usage: rcon [options]
--help show this helpful message and exit
-h, --host name or IP address of SA-MP server (default is 127.0.0.1)
-p, --password RCON password
-P, --port server port (default is 7777)
-c, --command execute command and exit
-t, --timeout command timeout in milliseconds (default is 150ms)
-i, --interactive run in interactive mode
```
[build]: https://travis-ci.org/Zeex/samp-rcon
[build_status]: https://travis-ci.org/Zeex/samp-rcon.svg?branch=master
[build_win]: https://ci.appveyor.com/project/Zeex/samp-rcon/branch/master
[build_status_win]: https://ci.appveyor.com/api/projects/status/q787ukgn4jcn2ct1/branch/master?svg=true