Skip to content

Bluetooth bridge between android device and raspberry pi so a telnet connection (or any other thing) can be established

Notifications You must be signed in to change notification settings

vicdeaj/BlueBridge

Repository files navigation

BlueBridge

Tunnel tcp communications through bluetooth

How does it work

In the practice, Bluebridge allows you to connect to a desire tcp port on your raspberry pi from your android without the need of being in the same local network

Limitations

  1. Bluebridge currently only supports one connection at a time per tunnel. (Watch TODO to add more)
  2. When tunneling an ssh connection if there is a lot of traffic a bad packet length error is thrown.

How to use it

  1. Install BlueBridgeRP on your Raspberry pi from: https://github.com/vik0t0r/BlueBridgeRP.git
  2. Build and run Bluebridge app (From android studio)
  3. By default BlueBridge relays the connection to the port 8022, but you can change this behaviour looking at the TODO
  4. Connect to port 8022 from another app (like termux) and enjoy your connection!!

About

Bluetooth bridge between android device and raspberry pi so a telnet connection (or any other thing) can be established

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages