wterm 0.0.1

Serial port to WebSocket bridge with embedded web terminal
wterm-0.0.1 is not a library.

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:

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