26 lines
710 B
INI
26 lines
710 B
INI
; UAX 24-port concentrator — select with: export FIWI_CONFIG=uax24
|
|
|
|
[meta]
|
|
description = UAX 24-port USB concentrator
|
|
|
|
[paths]
|
|
fiber_map = maps/fiber_map.json
|
|
|
|
[patch_panel]
|
|
; Front-panel ports for this concentrator when map has no patch_panel yet
|
|
default_ports = 24
|
|
|
|
[remote_ssh]
|
|
; rpi5-wif7: venv interpreter (after ``python -m fiwi.fiwi_relay``). Use ``python3`` only for first bootstrap if ``env/`` does not exist yet.
|
|
remote_python = ~/Code/FiWiManager/env/bin/python3
|
|
remote_script = ~/Code/FiWiManager/fiwi.py
|
|
ssh_bin = ssh
|
|
ssh_opts =
|
|
calibrate_remotes =
|
|
remote_defer = 0
|
|
|
|
[remote_hubs]
|
|
; Short name for tooling (python -m fiwi.fiwi_relay, logs); optional.
|
|
label = rpi5
|
|
hosts = rjmcmahon@192.168.1.39
|