Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwarz/recon
RCON client
https://github.com/schwarz/recon
rcon
Last synced: about 11 hours ago
JSON representation
RCON client
- Host: GitHub
- URL: https://github.com/schwarz/recon
- Owner: schwarz
- License: mit
- Created: 2013-08-05T10:34:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T17:39:33.000Z (over 10 years ago)
- Last Synced: 2023-03-15T23:05:21.522Z (over 1 year ago)
- Topics: rcon
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recon
Recon is a REPL-like RCON client extracted from the goldenbot project.## Installation
Installation is simple if you have Go installed. Just run
`go get github.com/adabei/recon`
and it will create an executable in $GOPATH/bin.## Usage
On Windows you would start recon like this:`./recon.exe 127.0.0.1:28960 -p q3`
After it has started up (and not bugged you with errors) you can send RCON commands to the server by typing them
and confirming with enter. _Note: you don't need to write "rcon" or your password_*If* there is something to return, Recon will print it.
### Example
`>say "this sure looks easy"`
## License
Recon is released under the MIT license. See LICENSE for details.