Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.81 KB

MAP.md

File metadata and controls

25 lines (22 loc) · 1.81 KB

The repositories of Hive

Hive's Components

  • Main - Combined turtle server executable is made here
  • Tasks - Some default tasks and their triggers
  • Server - Store tasks, distribute to turtles, monitor turtles
  • Turtle - Update server with status, accept and execute tasks
  • Network - Specification for communication between turtle and server

Possible Components

  • metadata - A metadata API and fs API replacement for ComputerCraft
  • LyqydNet-Programs - A collection of ComputerCraft programs using the LyqydNet API for client-server interactions
  • LAMA - turtle position tracking
  • lnfs-client - client for below
  • lnfs-daemon - A LyqydNet-based file server
  • framebuffer - A framebuffer API for ComputerCraft, used by several projects
  • ccdocker - Docker-like application for ComputerCraft!
  • cc-netshell - A remote shell program for ComputerCraft
  • CC-Pathfinding-and-Mapping - A collection of APIs and programs to allow pathfinding and mapping within the ComputerCraft mod for Minecraft

Development Tools

  • Howl - A CC Build System

Similar Projects