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
- Host: GitHub
- URL: https://github.com/kristensala/odin-bluetooth
- Owner: kristensala
- Created: 2025-01-02T00:22:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T17:18:50.000Z (over 1 year ago)
- Last Synced: 2025-03-17T06:20:02.720Z (about 1 year ago)
- Topics: bluetooth, bluez, odin, odin-lang
- Language: Odin
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`