Code to manage the USB hubs that support power control and power monitoring of the Fi-Wi remote radio heads (RRHs). The devices supported are acroname.
Go to file
Robert McMahon 6d2fb4b957 Calibrate PCIe metadata, Adnacom catalog, hybrid calibrate env.
Add optional fiber_ports.pcie (board_serial, sfp_serial) and PCIe column in
panel/fiber status. During panel calibrate, prompt to pick known H3 cards 1–6
and SFP lane 1–4 from adnacom_pcie_catalog, or manual/clear/keep.

HUB_MANAGER_CALIBRATE_REMOTES in remote_ssh.env merges into calibrate SSH
hosts so one panel calibrate run can cover local and remotes without repeating
--ssh. Document in remote_ssh.env.example and help.

Made-with: Cursor
2026-03-29 17:36:05 -07:00
api first commit 2026-03-07 15:59:12 -08:00
cli first commit 2026-03-07 15:59:12 -08:00
docs first commit 2026-03-07 15:59:12 -08:00
hubmgr Calibrate PCIe metadata, Adnacom catalog, hybrid calibrate env. 2026-03-29 17:36:05 -07:00
linux_brainstem_driverless first commit 2026-03-07 15:59:12 -08:00
.gitignore fiber panel calibrate 2026-03-27 18:10:07 -07:00
acronam_env.sh first commit 2026-03-07 15:59:12 -08:00
acronam_setup.sh first commit 2026-03-07 15:59:12 -08:00
fiber_map.example.json Calibrate PCIe metadata, Adnacom catalog, hybrid calibrate env. 2026-03-29 17:36:05 -07:00
fiber_map.rpi20.json Refactor hub manager into hubmgr package for maintainability. 2026-03-27 18:33:55 -07:00
hub_manager.py Refactor hub manager into hubmgr package for maintainability. 2026-03-27 18:33:55 -07:00
license.txt first commit 2026-03-07 15:59:12 -08:00
panel_map.example.json Add hub discovery, panel map, SSH remote helper, and Pi deps. 2026-03-25 22:44:56 -07:00
panel_map.rpi20.json Refactor hub manager into hubmgr package for maintainability. 2026-03-27 18:33:55 -07:00
peak_detect.reflex first commit 2026-03-07 15:59:12 -08:00
readme.txt first commit 2026-03-07 15:59:12 -08:00
remote_ssh.env.example Calibrate PCIe metadata, Adnacom catalog, hybrid calibrate env. 2026-03-29 17:36:05 -07:00
requirements.txt Add hub discovery, panel map, SSH remote helper, and Pi deps. 2026-03-25 22:44:56 -07:00
version.txt first commit 2026-03-07 15:59:12 -08:00

readme.txt

===============================================================================
BrainStem Linux Driverless
===============================================================================

You must run udev.sh located in the "BrainStem_linux_Driverless" folder 
once prior to connecting to your BrainStem module. By default users do not have 
permissions to connect to BrainStem devices, udev.sh places a rule in the udev 
rules folder granting access to users in group dialout, and adds the current 
user to the dialout rules. Running the script requires sudo access, alternatively 
running the two commands separately from the root user command line will work as 
well replacing $user with the user on your system. Restart the machine when this 
is complete.

The HubTool application requires Qt libraries to be installed in order to run.
The packages required are dependent on the operating system:

* Ubuntu / Debian: 
	* >= 24.04 sudo apt install qt6-base-dev
	* <  24.04 sudo apt install xcb*
* Red Hat 8: sudo dnf install qt5-qtbase-gui
* Red Hat 9 and up: sudo dnf install qt6-qtbase-gui

===============================================================================
If you have questions, please see the reference, or check out our guides
at www.acroname.com.