Skip to content

vargaconsulting/traverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traverse

CI Build License Rust Version Platform GitHub release Documentation

traverse

Navigate Your Devices Effortlessly

Compile & Run

This project uses Cargo as its build system and requires a working installation of BlueZ and DBus.

Prerequisites

Ensure bluetoothd is running and your system has the BlueZ stack installed (default on most modern Linux distributions).

sudo systemctl start bluetooth

You may also want to verify DBus is running:

systemctl --user status dbus

Build the project

cargo build

Run the project

cargo run

Expected output should include your default Bluetooth adapter name and its power state, for example:

Using adapter: hci0
Adapter is powered: true

Notes

  • The project depends on the bluer crate with the bluetoothd feature enabled.
  • Runtime requires Linux with BlueZ and bluetoothd running.
  • You'll need proper permissions or CAP_NET_ADMIN for certain operations.

About

Navigate Your Devices Effortlessly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages