https://github.com/m4schini/computercraft-go
interacting with computercraft computers
https://github.com/m4schini/computercraft-go
cc-tweaked computercraft go golang
Last synced: 12 months ago
JSON representation
interacting with computercraft computers
- Host: GitHub
- URL: https://github.com/m4schini/computercraft-go
- Owner: m4schini
- Created: 2022-08-28T10:53:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:39:21.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:34:05.749Z (about 1 year ago)
- Topics: cc-tweaked, computercraft, go, golang
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# computercraft-go
computercraft-go provides a websocket based protocol to remotely communicate with
computercraft computers (and turtles, and pocket-computers). Either via a
[gorilla websocket](github.com/gorilla/websocket) or go channels.
## Getting Started
Install runtime on computercraft device
```
pastebin get VsFAwY74 startup
```
Install computercraft-go
```
go get github.com/m4schini/computercraft-go
```