https://github.com/totetmatt/ticws
Tic80 Websocket bridge
https://github.com/totetmatt/ticws
Last synced: 4 months ago
JSON representation
Tic80 Websocket bridge
- Host: GitHub
- URL: https://github.com/totetmatt/ticws
- Owner: totetmatt
- Created: 2024-01-19T14:06:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T07:52:14.000Z (6 months ago)
- Last Synced: 2025-01-14T13:43:34.343Z (6 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ticws
Tools to use TIC80 with Websocket
## How to
- Download a release https://github.com/totetmatt/ticws/releases depending on your system (MacOs, build it from source)
- Unzip content where your `tic80.exe` is located### Start Client
A client is the part that send data, run this command :
```
run_client.bat myroom myhandle
```### Start Server
A server is the part that recieve data, run this command :
```
run_server.bat myroom myhandle
```