openMMC
openMMC copied to clipboard
Implement a Command Line Interface
A good feature would be to be able to access sensor parameters and control some other features of the board via command line (USB serial) rather than only by IPMI messages.
A good candidate is FreeRTOS+CLI
I've found another interesting candidate to simplify a future CLI implementation: microrl-remaster. It provides VT100 compatibility, history, cursor navigation and other things.