Changelog update and README.md
parent
c368bcdb89
commit
3f08eee070
|
|
@ -1166,6 +1166,7 @@
|
||||||
"version":"0.02",
|
"version":"0.02",
|
||||||
"description": "Detect BLE devices and show some informations.",
|
"description": "Detect BLE devices and show some informations.",
|
||||||
"tags": "app,bluetooth,tool",
|
"tags": "app,bluetooth,tool",
|
||||||
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"bledetect.app.js","url":"bledetect.js"},
|
{"name":"bledetect.app.js","url":"bledetect.js"},
|
||||||
{"name":"bledetect.img","url":"bledetect-icon.js","evaluate":true}
|
{"name":"bledetect.img","url":"bledetect-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
0.01: Initial Release
|
0.01: New App!
|
||||||
0.02: Fixed issue with wrong device informations
|
0.02: Fixed issue with wrong device informations
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
# BLE Detector
|
||||||
|
|
||||||
|
BLE Detector it's an app born for testing purpose that aim to show as informations as possible about near BLE devices.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
BLE Detector shows:
|
||||||
|
|
||||||
|
- Device name (if available)
|
||||||
|
- Received Signal Strength Indication (RSSI)
|
||||||
|
- Manufacturer
|
||||||
|
- MAC Address
|
||||||
|
|
||||||
|
More informations will coming with future versions.
|
||||||
Loading…
Reference in New Issue