fork of guillaumearm/cc-libs github repo
Go to file
2022-07-16 18:33:24 +02:00
apis feat(eventloop): with net compat 2022-07-16 18:33:24 +02:00
startup chore: init base 2022-07-15 10:25:29 +02:00
install.lua feat(eventloop): with net compat 2022-07-16 18:33:24 +02:00
ping-server.lua chore: init base 2022-07-15 10:25:29 +02:00
ping.lua chore: init base 2022-07-15 10:25:29 +02:00
README.md docs: update readme 2022-07-15 14:10:32 +02:00
router.lua chore: init base 2022-07-15 10:25:29 +02:00

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

Programs

  • ping : ping machines (use apis/net)