Skip to content
/ panr Public

A tool to create a basic Bluetooth PAN network.

License

Notifications You must be signed in to change notification settings

emmercm/panr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

panr

A tool to create a basic Bluetooth PAN network.

Dependencies

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published