guri

command module
v0.0.0-...-73188f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2017 License: BSD-3-Clause Imports: 6 Imported by: 0

README

GURI - Tinymesh Serial Adapter

GURI provides a platform independent solution for communicating with serialports. This allows high-level software (Network Connectors) to only build the GUI part while this application can take care of relaying data between the serialport and a remote.

Currently a remote can be STDIO, TCP endpoint or TLS endpoint.

Usage

# build your target binary
make dist/guri-linux-amd64 && dist/guri-linux-amd64 /dev/ttyUSB0

Building

Build using go build

GOARCH=$TARGETARCH GOOS=$TARGETOS go build -o dist/guri-$TARGETARCH-$TARGETOS src/*.go

Where $TARGETARCH and $TARGETOS may be any arch and os suppported by go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL