Basic TUI terminal emulator
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Commune
Basic TUI terminal emulator
Commune is intended for use with simple serial devices that do not have a fully featured shell or similar - such devices often do not have any command history or ability to edit input.
Commune is not well suited for devices running a more fully-featured system like Linux, or even Zephyr, as those benefit more from direct input, which Commune explicitly takes away in favor of line-buffered input.