1
0
Fork 0
Go to file
Daniele Tricoli 0dbb139b0b Add copyright note 2023-03-06 15:57:56 +01:00
src Add copyright note 2023-03-06 15:57:56 +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 Update usage section 2023-03-06 15:55:29 +01:00

README.md

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
  send  Send messages to a device
  repl  Start a REPL with the device
  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