Skip to content

Terminal-client for Izuma Edge Gateways ( formerly Relay-term )

License

Notifications You must be signed in to change notification settings

PelionIoT/pe-terminal

Repository files navigation

pe-terminal

License Go Report Card

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

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.