1
0
Fork 0
Go to file
Daniele Tricoli 55fd646bb1 Don't re-enable the adapter 2023-02-28 22:07:12 +01:00
.github/workflows Increase timeout to 10m 2023-02-12 02:27:46 +01:00
ble Don't re-enable the adapter 2023-02-28 22:07:12 +01:00
cli Explicitly silence some errors 2023-02-28 21:40:45 +01:00
cmd/ahaetulla Rename the project 2023-02-28 18:47:06 +01:00
.gitignore Rename the project 2023-02-28 18:47:06 +01:00
LICENSE Initial import 2023-02-10 23:57:49 +01:00
Makefile Add a Makefile 2023-02-28 20:43:07 +01:00
README.md Add a note about the name 2023-02-28 18:52:11 +01:00
go.mod Rename the project 2023-02-28 18:47:06 +01:00
go.sum Initial import 2023-02-10 23:57:49 +01:00
justfile Rename the project 2023-02-28 18:47:06 +01:00

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