Categorygithub.com/PelionIoT/pe-terminal
modulepackage
1.2.0
Repository: https://github.com/pelioniot/pe-terminal.git
Documentation: pkg.go.dev

# README

pe-terminal

License Go Report Card

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.

# Packages

No description provided by the author

# Structs

Config struct holds JSON-based configuration items.