Bluetooth transport #14
Labels
No labels
bug
duplicate
enhancement
help wanted
question
research needed
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#26 Bad Bluetooth device selection layout on Windows
skobkin/meshgo
#28 Bluetooth connection fails on Windows
skobkin/meshgo
Reference
skobkin/meshgo#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bluetooth transport.
Cross-platform (at least Linux and Windows) implementation needed.
Somewhat implemented in
b59fed1757and later commits.Needs testing on different hardware. My desktop can't discover BLE devices.
User reported it working when node has no PIN auth enabled.
So basically transport itself is working. The problem is pairing and auth.
One possible option is to try to implement OS-specific adapters to implement pairing and use current BT library to work with them.
github.com/they4kman/go-winrtor similar