1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniele Tricoli 55fd646bb1 Don't re-enable the adapter 3 weeks ago
.github/workflows Increase timeout to 10m 1 month ago
ble Don't re-enable the adapter 3 weeks ago
cli Explicitly silence some errors 3 weeks ago
cmd/ahaetulla Rename the project 3 weeks ago
.gitignore Rename the project 3 weeks ago
LICENSE Initial import 1 month ago
Makefile Add a Makefile 3 weeks ago
README.md Add a note about the name 3 weeks ago
go.mod Rename the project 3 weeks ago
go.sum Initial import 1 month ago
justfile Rename the project 3 weeks ago

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