Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4schini/computercraft-go
interacting with computercraft computers
https://github.com/m4schini/computercraft-go
cc-tweaked computercraft go golang
Last synced: 1 day 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T15:19:39.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T08:18:40.330Z (8 months ago)
- Topics: cc-tweaked, computercraft, go, golang
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 1
- 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
```