wterm

Serial port to WebSocket bridge with embedded web terminal.

Options

You can check by typing wterm --help:

Installation

You can use the cargo install command:

$ cargo install wterm

or a classic build and run:

bash $ git clone https://github.com/dotcypress/wterm $ cd wterm $ cargo build --release $ cp target/release/wterm ~/.bin # assuming .bin is in your path