3
0
Fork 0
Websocket for the ThemePark Panel/Connector
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.
Find a file
SBDeveloper c2fdd39c30
All checks were successful
Plugins/ThemeParkPlus-Socket/pipeline/head This commit looks good
Renamed license file
2024-11-14 18:55:01 +01:00
data FIX: nil pointer exception 2023-02-16 21:11:58 +01:00
handlers CHG: refactor 2023-02-16 20:04:17 +01:00
objects CHG: refactor 2023-02-16 20:04:17 +01:00
server Initial commit 2022-08-12 21:08:47 +02:00
.gitignore CHG: refactor 2023-02-16 20:04:17 +01:00
config.json Initial commit 2022-08-12 21:08:47 +02:00
go.mod FIX: nil pointer exception 2023-02-16 21:11:58 +01:00
go.sum FIX: nil pointer exception 2023-02-16 21:11:58 +01:00
Jenkinsfile Update 'Jenkinsfile' 2023-03-31 15:03:28 +00:00
LICENSE Renamed license file 2024-11-14 18:55:01 +01:00
main.go CHG: refactor 2023-02-16 20:04:17 +01:00
README.md Updated README and LICENSE 2024-11-14 18:54:00 +01:00
renovate.json Add renovate.json 2023-03-31 14:54:21 +00:00

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.