Contents Menu Expand Light mode Dark mode Auto light/dark mode
thox, a modular multitasking system for ComputerCraft
Logo
thox, a modular multitasking system for ComputerCraft
  • Onboarding
    • Running thox
  • Howtos
    • How to set up a GPS cluster with thox?
    • How to transfer a file between two devices?
    • How to program a daemon?
  • Environment
    • Computers
    • Randomness and entropy
    • Character encodings
    • Buses and components
    • Video devices
    • Modem networking
    • Modem protocols
      • Rednet lookup protocol
      • Rednet TRoR protocol
      • LyqydNet-related modem protocols
      • GPS protocol
      • OneOS protocols
      • OPUS OS protocols
      • LDDestroier’s protocols
      • JackMac’s protocols
      • gollark’s modem protocols
  • Core system design
    • thox startup
      • startup concepts
      • startup implementation details for ComputerCraft and derivatives
      • startup implementation details for OpenComputers and derivatives
      • startup API
    • thox program, process and service manager
      • thox concepts: contexts and interactions
      • thox native process runtime API
      • APIs of contexts managed by the process manager
      • thox process manager
      • thox process manager API
    • systemd
    • fsd: the thox filesystem daemon
    • gpsd: the thox GPS daemon
    • modemd: the thox modem network daemon
    • rand: the thox random and entropy production daemon
    • pkgd: the thox package management daemon
      • pkgbuild format
  • Core libraries
    • daemon: daemon programming made accessible
    • iconv: character encoding conversions
    • magick: manipulate pictures easier
  • Notable people
  • Glossary
Back to top

Howtos#

In this section, you will be able to find tutorials for doing specific actions using thox.

  • How to set up a GPS cluster with thox?
  • How to transfer a file between two devices?
  • How to program a daemon?
Next
How to set up a GPS cluster with thox?
Previous
Running thox
Copyright © 2020-2021, Thomas Touhey
Made with Sphinx and @pradyunsg's Furo