fork of guillaumearm/cc-libs github repo
Go to file
2022-07-17 20:09:35 +02:00
apis feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
servers feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
startup feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
install.lua feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
ping.lua feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
README.md feat: net and eventloop v2 2022-07-17 20:09:35 +02:00
router.lua feat: net and eventloop v2 2022-07-17 20:09:35 +02:00

Trap's ComputerCraft APIs

Installation

wget run https://raw.githubusercontent.com/guillaumearm/cc-libs/master/install.lua

Apis

  • apis/eventloop: a simple eventloop library
  • apis/net: api to simplify sending and receiving routed messages (based on eventloop library)

Servers

  • router: route messages (you need to setup a router to be able to use apis/net)
  • ping-server: is automatically started on boot (use apis/net)

Programs

  • ping : ping machines (use apis/net)