A tool to create a basic Bluetooth PAN network.
panr requires some networking utilities and Mike Kazantsev's bt-pan tool.
$ 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$ ./panrNote: bt-pan may need root for DBUS access.
panr-acceptr is a basic Python 3 script that uses pexpect to manipulate bluetoothctl to accept all Bluetooth pairing and service requests.
$ sudo apt-get install python3 python3-pip
$ sudo pip3 install pexpect$ ./panr-acceptrNote: bluetoothctl may need root for access to bluetooth controllers.