Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totetmatt/ticws
Tic80 Websocket bridge
https://github.com/totetmatt/ticws
Last synced: 7 days ago
JSON representation
Tic80 Websocket bridge
- Host: GitHub
- URL: https://github.com/totetmatt/ticws
- Owner: totetmatt
- Created: 2024-01-19T14:06:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:07:53.000Z (20 days ago)
- Last Synced: 2025-01-01T17:18:31.698Z (20 days ago)
- Language: Rust
- Size: 21.5 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
```