Skip to content

wingkeet/bt-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bt-dev

Introduction

The goal of this repository is to learn how to develop Bluetooth programs.

Prerequisites

  • These programs were developed and tested on Ubuntu 20.04 LTS.
  • Superuser privilege is required.

Install libbluetooth development files

$ sudo apt install libbluetooth-dev
$ sudo updatedb && locate bluetooth.h

I'm using BlueZ version 5.53, which is included in Ubuntu 20.04 LTS. To find out the version that you have, use this command:

$ bluetoothctl -v

Build programs

$ make

License

The software contained herein is released into the public domain under the Unlicense. In layman's terms, there are no restrictions and you are free to do whatever you want with it.

References

About

Develop Bluetooth software.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published