• through
  • thumb
  • thox
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?
  • Discussion topics
    • initd: process manager with thox IPC
      • Contexts and interactions
      • thox process manager
    • fsd: filesystem daemon
    • gpsd: GPS locating daemon
    • modemd: modem networking daemon
    • rand: random and entropy production daemon
  • Code reference
    • initd internals
    • Runtime APIs
      • thox native process runtime API
  • RPC APIs reference
    • initd (RPC API)
    • fsd (RPC API)
    • gpsd (RPC API)
    • modemd (RPC API)
    • rand (RPC API)
Back to top

RPC APIs reference#

In this section, the RPC APIs for thox’s core components are documented per available RPC endpoint.

  • initd (RPC API)
  • fsd (RPC API)
    • File descriptor calls
  • gpsd (RPC API)
  • modemd (RPC API)
  • rand (RPC API)
Next
initd (RPC API)
Previous
thox native process runtime API
Copyright © 2020-2021, Thomas Touhey
Made with Sphinx and @pradyunsg's Furo