Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 753 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 753 Bytes

mpmxyz-Programs

This is a small collection of programs and libraries I wrote for OpenComputers.

Contents

  • programs (with manuals)
    • tar: reads and writes tar archives, allows easier exchange of files
    • crunch: compresses lua code, useful for eeprom codes
    • pid: allows easy creation of PID controllers
    • cbrowse: a huge lua object browser that can be used to test components, discover libraries and much more
  • libraries
    • auto_progress: an easy to use progress bar for command line applications
    • pid: library for PID controllers running in the background
    • devfs: a collection of libraries and a boot script that allow you to have a /dev filesystem including /dev/null, /dev/eeprom, /dev/redstone and much more (not yet published)