Skip to content

Commit 3b0b226

Browse files
Update README
1 parent f18c5e9 commit 3b0b226

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@
77
<a href='https://f-droid.org/en/packages/f.cking.software/'><img alt='Get it on F-Droid' src='https://github.com/Semper-Viventem/MetaRadar/assets/18288554/c03a0cf2-b39a-4344-adb8-d4cde7ce4b61' width='200'/></a>
88
<a href='https://android.izzysoft.de/repo/apk/f.cking.software'><img alt='Get it on IzzyOnDroid' src='https://github.com/Semper-Viventem/MetaRadar/assets/18288554/c0c85c9f-edc8-4fc7-97b1-bda925bf0833' width='200'/></a>
99

10-
This app is a tool for analyzing Bluetooth (BLE) environments. Scans the BLE ether in the background, notifying you if the device you are looking for is near you or if some unknown device has been following you for for a long time.
10+
This app is a tool for analyzing Bluetooth (BLE) environments. Scans the BLE ether in the background, notifying you if the device you are looking for is nearby or if some unknown device has been following you for for a long time.
1111

12-
The app allows you to create flexible filters for the radar with logical operators. Able to distinguish manufacturers, explore Apple Airdrop packages, and match them with known contacts. Build a device movement map based on the scanned BLE ether around you. For example, you can search for devices that you have seen in a certain period of time, receive a notification if your friend's headphones suddenly appear near you, or find your own device that you have lost.
12+
The app allows you to create flexible filters for the radar with logical operators. Able to distinguish manufacturers, explore Apple Airdrop packages, and match them with known contacts. Build a device movement map based on the scanned BLE ether around you. For example, you can search for devices that you have seen in a certain period of time, receive a notification if your lost headphones suddenly appear near you.
13+
14+
In general, the app is capable:
15+
* Scan, analyze and track Bluetooth devices around;
16+
* Create flexible filters for the radar;
17+
* Deep analysis of the scanned BLE devices, getting data from the available GATT services;
18+
* Gatt services Explorer;
19+
* Define the device type by metadata;
20+
* Define approximate distance to the device.
1321

1422
This application does not share your personal data or geolocation, all work is offline.
1523

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
Bluetooth Radar in the background scans and analyzes Bluetooth Low Energy devices around you (eg smartwatches, headphones, speakers) and allows you to set complex rules to search for devices by specified filters. For example, by device name, address, location and time of discovery, manufacturer, and if an unknown device has been chasing you for a long time. Can be used to find missing devices, or notify you if the device of the person you are looking for is nearby.
1+
Bluetooth Radar in the background scans and analyzes Bluetooth Low Energy devices around you (eg smartwatches, headphones, speakers) and allows you to set complex rules to search for devices by specified filters. For example, by device name, address, location and time of discovery, manufacturer, and if an unknown device has been chasing you for a long time. Can be used to find your missing devices, or notify you if the device that you are looking for is nearby.
2+
3+
In general, the app is capable:
4+
* Scan, analyze and track Bluetooth devices around;
5+
* Create flexible filters for the radar;
6+
* Deep analysis of the scanned BLE devices, getting data from the available GATT services;
7+
* Gatt services Explorer;
8+
* Define the device type by metadata;
9+
* Define approximate distance to the device.
210

311
Bluetooth Radar does not collect or send your personal or geolocation data. The project is fully opensource and available on GitHub.

0 commit comments

Comments
 (0)