Basic TUI terminal emulator
Find a file
2026-01-24 11:15:44 -06:00
src Serial comms more efficient 2026-01-24 11:08:45 -06:00
.gitignore POC input design 2026-01-18 19:57:22 -06:00
Cargo.lock Serial communication working (poorly) 2026-01-24 10:15:03 -06:00
Cargo.toml Serial communication working (poorly) 2026-01-24 10:15:03 -06:00
LICENSE Initial commit 2026-01-17 16:34:51 -06:00
README.md Update readme 2026-01-24 11:15:44 -06:00

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.