fork of guillaumearm/cc-libs github repo
| apis | ||
| startup | ||
| install.lua | ||
| ping-server.lua | ||
| ping.lua | ||
| README.md | ||
| router.lua | ||
Trap's ComputerCraft APIs
Installation
wget run https://raw.githubusercontent.com/guillaumearm/cc-libs/master/install.lua
Apis
apis/net: api to simplify sending and receiving routed messages
Servers
router: route messages (you need to setup a router to be able to useapis/net)ping-server: is automatically started on boot (useapis/net)
Programs
ping: ping machines (useapis/net)