You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/admin/devices/sharing.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,12 @@ The URL is made up of the device ID, start time, end time, and a random token to
32
32
33
33
## Viewing
34
34
35
-
Shares will be published to [share.chasm.cloud](https://share.chasm.cloud) ([documentation](/apps/chasm/share/)), and can be viewed without authentication.
35
+
Shares will be published to [share.chasm.cloud](https://share.chasm.cloud) which itself is [fully documented on this site](/apps/chasm/share/), and can be viewed without authentication.
36
+
37
+
Some example share URLs for RH2 devices:
38
+
-[A 5 minute drive through Bristol @ 1Hz](https://share.chasm.cloud/#12916041/20260212-170900-20260212-171500-htNJ4Uuz5hM7zOb45Hw0)
39
+
-[A 50 minute walk in Bristol @ 1Hz](https://share.chasm.cloud/#12916041/20260212-124500-20260212-134500-5QoJIuLTbH76C9PlINmS)
40
+
-[Sat stationary on a rock on Dartmoor](https://share.chasm.cloud/#13671375/20260125-151718-20260125-152439-1EBYuf1nYgfqfDJ1lAVX)
41
+
42
+
And for other devices:
43
+
- Android: [A 5 minute walk including BLE data](https://share.chasm.cloud/#13683726/20260114-164117-20260114-164627-OLlSHUMJvbY13z4TWtGZ)
It's accessible at: [https://share.chasm.cloud](https://share.chasm.cloud), where users can enters a device ID, and unique share code to view any shared messages
When BLE scan data is included in a share, it is shown in the BLE Scans section of the share page.
4
+
5
+
## Map
6
+
7
+
Positions of scans are inferred from the position of the device at the time of the scan, and are shown on a map when location data is included in the share.
8
+
9
+
There are various filters that can be applied to reduce noise and find the data that is relevant to you, such as filtering by RSSI, or by device name.
Data can be shared from supported devices [via the admin portal](/apps/admin/devices/sharing) by selecting the share action for a device, choosing time periods, and message types to share, and then clicking the `Share` button.
Copy file name to clipboardExpand all lines: apps/chasm/share/index.md
+5-33Lines changed: 5 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,40 +6,12 @@ The Chasm Share application is a web-based tool that allows users to view public
6
6
7
7
<DeviceCompatibilityV3fullWidth/>
8
8
9
-
## Access
9
+
Upon access, you'll be presented with a form to enter a device ID and share code, which are generated when [creating a share](./creating-a-share).
10
10
11
-
It's accessible at: [https://share.chasm.cloud](https://share.chasm.cloud), where users can enters a device ID, and unique share code to view any shared messages
Data can either be shared via the [Admin portal](/apps/admin/), or by adding a share code directly to messages sent to the default device link.
24
-
25
-
## Viewing Data
26
-
27
-
Once a valid device ID and share code are entered, the application displays the shared messages in a user-friendly format.
28
-
29
-
The top of the page shows the share details, as well as links to download the shared data in a variety of formats: JSON, CSV, KML (track, points, or both), NMEA, V3 Messages (Hex, Base64)), Map PNG
At the very bottom of the page, all messages are displayed in their JSON format, which is a human readable translation of the raw binary data sent by the device (V3 Messages).
Once a valid device ID and share code are entered, the application displays the shared messages in a user-friendly format, split into various sections.
4
+
5
+
Multiple shares can be loaded at once, and remembered, which will display as tabs across the top of the screen.
6
+
7
+
## Overview
8
+
9
+
The first section includes an overview of device and share information, as well as links to download the shared data in a variety of formats.
Based on the position messages received, a map will be shown with various options.
6
+
7
+
The **marker every** option will populate to a sensible default value s as to not overload the map, but can be adjusted to show more or fewer markers.
8
+
9
+
**Overlay all routes** can be used to show all routes from all currently open shares on a single map.
10
+
11
+
**Show accuracy** will show circles around each marker to indicate the rough accuracy of the position, based on the `accuracy` field of the position messages.
0 commit comments