Last active
August 29, 2015 14:16
-
-
Save pwldp/78f01d4d77b605bfef4a to your computer and use it in GitHub Desktop.
Network Bluetooth connection between two Linux hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install on both hosts: | |
```apt-get install bluez-compat``` | |
Enter: ```modprobe bnep``` on both nodes. Then enter: | |
on server: | |
```pand --listen --role GN``` | |
on client: | |
```pand --connect servers_bt_mac``` | |
After that, you you can connect from the PANU side: | |
# pand --connect 00:37:5C:67:D3:02 | |
Linux + Android | |
http://www.raspberrypi.org/forums/viewtopic.php?t=37655&p=657759 | |
Resources: | |
https://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch08s04.html | |
http://triptico.com/docs/bluetooth.html | |
http://www.linux.com/learn/tutorials/346552-personal-area-networking-with-bluetooth | |
http://stackoverflow.com/questions/17216264/bluetooth-connection-between-android-and-linux-rpi-lost-on-first-write-action | |
http://bluez.sourceforge.net/contrib/HOWTO-PAN | |
http://www.elinux.org/RPi_Bluetooth_LE | |
http://www.csl.sri.com/users/rushby/bluetooth | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment