modulepackage
1.12.0
Repository: https://github.com/m4schini/computercraft-go.git
Documentation: pkg.go.dev
# 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 or go channels.
Getting Started
Install runtime on computercraft device
pastebin get VsFAwY74 startup
Install computercraft-go
go get github.com/m4schini/computercraft-go
# Functions
No description provided by the author
NewConnection uses a channel for incoming messages and outgoing messages.
NewConnectionFromWebsocket creates a device from a websocket.
No description provided by the author
No description provided by the author