repos: vshie: Add Mikrotik Monitor#172
Merged
patrickelectric merged 1 commit intobluerobotics:masterfrom May 7, 2026
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
patrickelectric
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new extension: Mikrotik Monitor, a BlueOS interface for the onboard MikroTik RouterOS wireless client (typical BlueBoat radio at
192.168.2.4, API8728).What the extension does
/interface/wireless/registration-tableover the RouterOS API and renders SNR, signal, TX/RX rate, noise floor, AP MAC, and WLAN interface in a live dashboard. Falls back towifiwave2on RouterOS 7+ if the classic table is empty.GLOBAL_POSITION_INTfrom BlueOSmavlink2rest(same URL pattern as pingSurvey), then computes great-circle distance and true compass bearing (WGS84, 0 to 360 degrees clockwise from north) from a saved reference point to the BlueBoat./data/mikrotik_link.csvon a persistent volume (/usr/blueos/extensions/mikrotik-monitor:/data), withbearing_degpopulated when a fix and reference are present.MTK_SNR,MTK_TXDB,MTK_RXDB, and (when enabled)MTK_DISTMplusMTK_BRNGNAMED_VALUE_FLOATmessages back to the autopilot via mavlink2rest. Each metric is sent from its owncomponent_id(default base60, soMTK_SNR=60,MTK_TXDB=61, ...,MTK_BRNG=64) so mavlink-server's per-component snapshot keeps a separate slot per metric instead of overwriting; the dashboard surfaces a warning if another sender is already using one of the planned slots.Files added
repos/vshie/mikrotik-monitor/metadata.jsonrepos/vshie/mikrotik-monitor/extension_logo.png(1024x1024)repos/vshie/company_logo.pngalready exists from earlier submissions and is not modified.Links
1.2.0published)Built via the standard
BlueOS-community/Deploy-BlueOS-Extensionaction (multi-arch). The Dockerfile carries both the legacyorg.blueos.*labels and the unprefixedversion/type/requirements/authors/company/readme/links/tags/permissionslabels expected by the repository scraper.The
descriptionfield uses literal UTF-8 em-dash bytes rather than the\u2014escape, per the convention applied in #171.Made with Cursor