cc-libs/README.md

16 lines
420 B
Markdown

# 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 use `apis/net`)
- `ping-server`: is automatically started on boot (use `apis/net`)
## Programs
- `ping` : ping machines (use `apis/net`)