Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (38 loc) · 1.37 KB

pe-terminal

License Go Report Card Build

Terminal-client for Izuma Edge Gateways, (formerly relay-term). NOTE! Requires in minmimum go version 1.20.

How to

  • Run: To start terminal, do:
    ./make.sh run -config=example-config.json # or provide your own config.json
  • Build: To generate the terminal binary, do:
    ./make.sh build
    or to cross-compile for another platform, do:
    ./make.sh build GOOS=<linux/mac> GOARCH=<amd64/arm> # windows support is not tested
  • Test: To run unit tests, do:
    ./make.sh test
    or to run test in verbose-mode, do:
    ./make.sh test -v
  • Remove: To remove generated binary, do:
    ./make.sh remove
  • Describe: To view info about generated binary, do:
    ./make.sh describe

License


Apache 2.0. See the LICENSE file for details.