Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```