CacteGra / panr

A tool to create a basic Bluetooth PAN network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panr

A tool to create a basic Bluetooth PAN network.

Dependencies

panr requires some networking utilities and Mike Kazantsev's bt-pan tool. --> bt-pan is now working in Python3 as well in this repository.

$ sudo apt-get install bluez bridge-utils net-tools python python-dbus ipcalc udhcpd
$ wget https://raw.githubusercontent.com/mk-fg/fgtk/master/bt-pan && chmod +x bt-pan

Execution

$ ./panr

Note: bt-pan may need root for DBUS access.

panr-acceptr

panr-acceptr is a basic Python 3 script that uses pexpect to manipulate bluetoothctl to accept all Bluetooth pairing and service requests.

Dependencies

$ sudo apt-get install python3 python3-pip
$ sudo pip3 install pexpect

Execution

$ ./panr-acceptr

Note: bluetoothctl may need root for access to bluetooth controllers.

About

A tool to create a basic Bluetooth PAN network.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%