An open API service indexing awesome lists of open source software.

https://github.com/kristensala/odin-bluetooth

bluetooth programming in Odin
https://github.com/kristensala/odin-bluetooth

bluetooth bluez odin odin-lang

Last synced: 4 months ago
JSON representation

bluetooth programming in Odin

Awesome Lists containing this project

README

          

# Important
- If you are getting /usr/bin/ld make sure that libbluetooth exists in /usr/lib/ dir
`sudo ln -s /usr/lib/x86_64-linux-gnu/libbluetooth.so.1 /usr/lib/libbluetooth.so`