|
||
---|---|---|
.github/workflows | ||
ble | ||
cli | ||
cmd/ahaetulla | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
justfile |
README.md
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