Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undefinedbhvr/palcon
Implementation of Palworld's flavor of RCON in Rust.
https://github.com/undefinedbhvr/palcon
palworld palworld-rcon rcon
Last synced: about 2 months ago
JSON representation
Implementation of Palworld's flavor of RCON in Rust.
- Host: GitHub
- URL: https://github.com/undefinedbhvr/palcon
- Owner: UndefinedBHVR
- Created: 2024-01-28T11:32:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-28T12:07:05.000Z (11 months ago)
- Last Synced: 2024-01-29T14:04:44.828Z (11 months ago)
- Topics: palworld, palworld-rcon, rcon
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palcon
**Attention!** This is a v0.1.\* version! Expect bugs and issues all around.
Submitting pull requests and issues is highly encouraged!Palcon is a somewhat usable implementation of the RCON protocol for Palworld in Rust, designed with the weird quirks of Palworld in mind.
This does not work with other game servers to any reasonable extent, as Palworld breaks the rcon protocol in a few super annoying ways.## Usage
Check the internal documentation within the `src/lib.rs` file. Its fairly simple.