eriol / ahaetulla

A simple tool to send messages into FreakWAN over Bluetooth low energy. (Go implementation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahaetulla

A simple tool to send messages into FreakWAN over Bluetooth low energy.

This project is in pre-alpha please use the python implementation instead.

The name if from Leptophis ahaetulla, a snake commonly known as the lora.

Installation

From source

To build the latest version of ahaetulla run:

cd /tmp; GOPATH=/tmp/go go install noa.mornie.org/eriol/ahaetulla/cmd/ahaetulla@latest

You will find the binary at /tmp/go/bin/ahaetulla. You don't need to set GOPATH if you already have it set and you are fine having freakble installed there.

Usage

A simple tool to send messages into FreakWAN.

Usage:
  ahaetulla [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  scan        Scan to find BLE devices.

Flags:
  -h, --help   help for ahaetulla

About

A simple tool to send messages into FreakWAN over Bluetooth low energy. (Go implementation)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.3%Language:Makefile 2.7%