3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Socket/README.md
SBDeveloper c88ba42188
All checks were successful
Plugins/ThemeParkPlus-Socket/pipeline/head This commit looks good
Updated README and LICENSE
2024-11-14 18:54:00 +01:00

25 lines
No EOL
694 B
Markdown

# ThemeParkPlus Socket
**Authors:** Thomas (IOByte), Stijn (SBDeveloper)
This repository contains the socket used to communicate between the ThemeParkConnector plugin and the
ThemeParkPanelPlus, for controlling the rides in a themepark.
## Installation
Make sure you have Go installed on your system. You can download it from [here](https://golang.org/dl/). The socket is
tested with go version `1.23.1`.
Also make sure you change your settings inside the `config.json` file.
## Usage
To start the socket, run the following command:
```bash
go run main.go
```
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.