Skip to content

Bluethooth server for playing golf with your smartphone

Notifications You must be signed in to change notification settings

AbrA-K/we_golf_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Dependencies

We use rust bindings for bluez, a bluethooth library for linux.

  • Fedora(-based)
  sudo dnf in bluez-libs-devel dbus-devel pkgconf-pkg-config
  • Debian(-based)
  sudo apt install libbluethooth-dev libdbus-1-dev pkg-config

Building

   cargo b -r

The Binary will be in target/release/we_golf_server

you can also just run it with

   cargo r -r

For development omit the -r or --release flag for fast builds

About

Bluethooth server for playing golf with your smartphone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published