Whitebox Plugin - Stratux¶
This is a plugin for whitebox that adds stratux support to whitebox giving access to GPS, ADS-B, and Hardware Status data.
Installation¶
- Ensure you have poetry installed on your system.
- Ensure whitebox is not running. Run
docker compose downin the whitebox directory if running. - Change to the backend directory of whitebox.
- Install the plugin:
poetry add whitebox-plugin-stratux - Change back to the root directory of whitebox.
- Start whitebox:
docker compose up -d
Environment Variables¶
STRATUX_URL: Defaults to ws://stratux:80. You can override this before starting whitebox to connect to a different stratux device.
SKIP_HARDWARE_TESTS: Defaults to False. Set to True to skip hardware tests.