1
0
Fork 0
Go to file
2023-03-06 03:39:45 +01:00
src Show name, version and how to exit on repl 2023-03-06 03:39:45 +01:00
.gitignore Initial import 2023-02-20 03:47:41 +01:00
Cargo.lock Remove the no more used dialoguer 2023-03-06 02:14:54 +01:00
Cargo.toml Show name, version and how to exit on repl 2023-03-06 03:39:45 +01:00
LICENSE Initial import 2023-02-20 03:47:41 +01:00
README.md Add README 2023-03-01 04:01:00 +01:00

loranto

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 of the project is the italian word for Loranthus.

Installation

From source

To build the latest version of loranto clone the repository and run:

cargo build --release

During development you want to build in debug mode with just:

cargo build

Usage

Usage: loranto [OPTIONS] [COMMAND]

Commands:
  scan  Scan to find Bluetooth LE devices
  help  Print this message or the help of the given subcommand(s)

Options:
      --adapter <ADAPTER>  [default: hci0]
  -h, --help               Print help
  -V, --version            Print version