1
0
Fork 0

Corrected typo and removed extra newlines

master
jeffyactive 2024-08-20 09:06:19 -04:00
parent 1443cc4000
commit 058e19ad49
2 changed files with 1 additions and 10 deletions

View File

@ -2,27 +2,18 @@
Collect geolocation sensor data from the Bangle.js 2's GPS and barometer, display the live readings on-screen, and broadcast in Bluetooth Low Energy (BLE) OpenLocate Beacon packets (LCI over BLE) to any listening devices in range. Collect geolocation sensor data from the Bangle.js 2's GPS and barometer, display the live readings on-screen, and broadcast in Bluetooth Low Energy (BLE) OpenLocate Beacon packets (LCI over BLE) to any listening devices in range.
## Usage ## Usage
The advertising packets will be recognised by [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source middleware and any other program which observes the standard packet types. See our [Bangle.js Development Guide](https://reelyactive.github.io/diy/banglejs-dev/) for details. The advertising packets will be recognised by [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source middleware and any other program which observes the standard packet types. See our [Bangle.js Development Guide](https://reelyactive.github.io/diy/banglejs-dev/) for details.
## Features ## Features
Advertises packets with the OpenLocate Beacon geolocation element when a GPS fix is available, and packets with the name "Bangle.js" otherwise. Advertises packets with the OpenLocate Beacon geolocation element when a GPS fix is available, and packets with the name "Bangle.js" otherwise.
## Controls
None.
## Requests ## Requests
[Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates. [Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates.
## Creator ## Creator
Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com) Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com)

View File

@ -3,7 +3,7 @@
"name": "OpenLocate Beacon", "name": "OpenLocate Beacon",
"shortName": "OpenLocate Beacon", "shortName": "OpenLocate Beacon",
"version": "0.03", "version": "0.03",
"description": "Advertise GPS geolocation date using the OpenLocate Beacon packet specification.", "description": "Advertise GPS geolocation data using the OpenLocate Beacon packet specification.",
"icon": "openlocatebeacon.png", "icon": "openlocatebeacon.png",
"screenshots": [], "screenshots": [],
"type": "app", "type": "app",