Websocket for the ThemePark Panel/Connector
SBDeveloper
c2fdd39c30
All checks were successful
Plugins/ThemeParkPlus-Socket/pipeline/head This commit looks good
|
||
---|---|---|
data | ||
handlers | ||
objects | ||
server | ||
.gitignore | ||
config.json | ||
go.mod | ||
go.sum | ||
Jenkinsfile | ||
LICENSE | ||
main.go | ||
README.md | ||
renovate.json |
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. 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:
go run main.go
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.