2022-08-08 12:45:52 -04:00
# Request packages
2022-07-13 15:09:22 -04:00
2022-08-08 12:45:52 -04:00
in Ubuntu 20+
2024-10-22 10:49:04 -04:00
~>sudo apt install python3-pyqt6 snmp snmp-mibs-downloader curl python3-pip libxcb-cursor0
2024-05-16 18:14:57 -04:00
~>python3 -m pip install pyqt6 influxdb-client
2022-08-08 12:45:52 -04:00
2022-08-08 14:50:22 -04:00
also, download the https://fsunuc.physics.fsu.edu/wiki/images/5/53/WIENER-CRATE-MIB.txt and put in /usr/share/snmp/mibs/
2024-03-11 12:45:09 -04:00
2022-08-08 12:45:52 -04:00
# Usage
2024-05-16 18:14:57 -04:00
~>python3 IsegGUI.py < IP >
2022-07-13 15:09:22 -04:00
2024-03-11 12:45:09 -04:00
# DataBase connection
2024-05-16 18:14:57 -04:00
for influxDB V1, simply put the database IP. since 2024, we upgraded to influxDB V2, a token is needed for secure connection. For Token, please check https://fsunuc.physics.fsu.edu/elog/fsunuc/28
# old GUI using PySimpleGUI
2024-10-22 10:49:04 -04:00
Since the PySimpleGUI think user should register, so We use Qt6. The IsegHVController.py is no longer maintain.