Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 871 Bytes

microBox

microBox is an Arduino library that provides a interface with Linux Shell like look and feel for Arduino applications. With microBox own commands and application parameters are made accessible to the user within a virtual Linux filesystem tree. The parameters can easily be accessed by Linux standard commands.

Features

  • Linux Shell look and feel on Arduino
  • Command history
  • esp8266 support (https://github.com/wastel7/microBoxEsp)
  • Telnet support
  • Autocompletion(Tab)
  • Virtual filesystem tree
  • Enables access to application-parameters
  • User commands
  • EEProm support for saving parameters
  • Login with password
  • Standard Linux commands
  • Int, Double and String datatypes supported for parameters
  • watch command with csv output

Documentation

For more info visit http://sebastian-duell.de/en/microbox/index.html