Command line interface (CLI) for Mainflux system.
If not set already, please set your GOPATH
and GOBIN
environment variables. For example:
mkdir -p ~/go
export GOPATH=~/go
export GOBIN=$GOPATH/bin
# It's often useful to add $GOBIN to $PATH
export PATH=$PATH:$GOBIN
Use go
tool to "get" (i.e. fetch and build) bashflux
package:
go get github.com/mainflux/bashflux
This will download the code to $GOPATH/src/github.com/mainflux/bashflux
directory,
and then compile it and install the binary in $GOBIN
directory.
Now you can run the program with:
bashflux
if $GOBIN
is in $PATH
(otherwise use $GOBIN/bashflux
)
Development documentation can be found here.
mainflux Google group.