Skip to content

Commit

Permalink
add internet speed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Aug 3, 2023
1 parent 5b651d6 commit 27849be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions advanced-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,17 @@ functionality of the `MAVLink2REST` service (access via the
### Network Test
{{ service(service="Pardal", port=9120, link="/services/pardal", based=true) }}

The Network Test page measures real-time latency between BlueOS and the surface
The Local Network Test measures real-time latency between BlueOS and the surface
computer, and allows checking the upload and download speeds between them.

A plot is provided of each test, to help diagnose intermittent issues.

{{ easy_image(src="network-test", width=350) }}
{{ easy_image(src="network-test-local", width=350) }}

The Internet Speed Test allows measuring the latency and upload and download
speeds between BlueOS and its internet connection (if one is available).

{{ easy_image(src="network-test-internet", width=350) }}

{% pirate() %}
### NMEA Injector
Expand Down
Binary file added advanced-usage/network-test-internet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
3 changes: 2 additions & 1 deletion overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ This covers a summary of the major changes and new features in BlueOS-1.1. Where
- [System Information](../advanced-usage/#system-information)
- New "Firmware" tab, with information about the computer's firmware and bootloader
- [Network Test](../advanced-usage/#network-test)
- New graph to track upload and download performance during a test
- New tab for internet connection testing
- New graph to track upload and download performance during a local network test
- [File Browser](../advanced-usage/#file-browser)
- New shortcuts to useful parts of the file-system
- [Bag Editor](../advanced-usage/#bag-editor) `(NEW!)`
Expand Down

0 comments on commit 27849be

Please sign in to comment.