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

25 lines
694 B
Markdown
Raw Normal View History

2024-01-16 19:29:23 +00:00
# ThemeParkPlus Socket
2024-11-14 17:54:00 +00:00
**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.