Go to file
Miguel a28f02b4c9 Add TCP-Server support and enhance connection management
- Implement TCP-Server connection type in ConfigManager and ConnectionManager.
- Update MaselliApp to handle TCP-Server mode, including UI adjustments.
- Modify NetComTab to prevent operation in TCP-Server mode.
- Enhance SimulatorTab to manage client connections and data sending for TCP-Server.
- Update trace_tab.py to ensure compatibility with TCP-Server.
- Improve logging functionality in utils.py to limit log lines.
2025-05-26 16:12:57 +02:00
.doc Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
tabs Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00
.gitignore Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
MaselliSimulatorApp.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
config_manager.py Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00
connection_manager.py Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00
icon.png Add configuration and trace files for Maselli simulator 2025-05-22 21:46:28 +02:00
main.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
maselli_app.py Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00
maselli_simulator_config.json Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00
maselli_trace_20250522_214450.csv Add configuration and trace files for Maselli simulator 2025-05-22 21:46:28 +02:00
protocol_handler.py Add method to create ADAM message directly from mA value and update simulator tab to use it 2025-05-23 23:18:32 +02:00
requirements.txt Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
run.bat Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
utils.py Add TCP-Server support and enhance connection management 2025-05-26 16:12:57 +02:00