Skip to content

osmarks/skynet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

skynet

Technically client-agnostic websocket communications server, designed for ComputerCraft.

A client.lua to be required is included; protocol documentation is in PROTOCOL.md.

To run a server: cargo build --release, ./target/release/skynet. A TOML config file is required - you can specify the path for this as a command line argument (default is skynet.toml). An example containing some sane defaults is provided. It exposes a webserver on the port specified in the config providing the web UI (if available) and websocket interface.

To make the web UI work, run make client to compile it.

About

Technically client-agnostic websocket communications server, designed for ComputerCraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published