Created
February 26, 2026 23:33
-
-
Save BanementI/01156bd18623f858b945bcbbe4d62a31 to your computer and use it in GitHub Desktop.
sharing gps over bluetooth to laptop
This file contains hidden or 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
| 0. get bluez bluez-tools bluez-deprecated-tools | |
| 1. bind and connect to your android phone | |
| 2. get its mac address | |
| 3. `sdltool browse <mac>` | |
| 4. take note of "RFCOMM" channel (this tends to change a lot for some fucking reason) | |
| 5. get sharegps on your phone, here from apkpure but hosted by me: https://sleepypup.femboy.observer/share/Share_GPS_0.5.3_APKPure.apk?raw | |
| 6. set up that app to share NMEA to your laptop | |
| 7. sharegps settings, "create NMEA" to true | |
| 8. `sudo rfcomm connect 0 <mac> <channel>` | |
| 9. `sudo gpsd -n -b /dev/rcfomm0` | |
| 10. make sure its working with `cgps` | |
| 11. edit kismet.conf by uncommenting `gps=gpsd:host=localhost,port=2947` | |
| 12. profit?? | |
| notes: | |
| you can swap `rfcomm connect` with `rfcomm bind` for persistance but with how many times you're gonna fuck it up might as well just do connect | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment