cleanup and files added

This commit is contained in:
2025-08-26 13:24:53 -07:00
parent a379d7a063
commit 51a14cd61c
8968 changed files with 1292619 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Smart Intersection MQTT Configuration
# Mosquitto broker configuration for traffic monitoring
# Basic settings
listener 1883 0.0.0.0
# Security (development mode - allow anonymous)
allow_anonymous true
# Persistence
persistence true
persistence_location C:/Users/devcloud/Desktop/Clean/clean-final-push/qt_app_pyside1/services/mqtt/data/
# Logging
log_dest file C:/Users/devcloud/Desktop/Clean/clean-final-push/qt_app_pyside1/services/mqtt/logs/mosquitto.log
log_type error
log_type warning
log_type notice
log_type information
log_timestamp true
# Connection settings
max_connections 100
max_inflight_messages 20
max_queued_messages 1000
# Message size limits
max_packet_size 1048576
# Retain settings
# max_retained_messages removed (not supported in this version)
# WebSocket support (optional)
listener 9001
protocol websockets
# Performance tuning
sys_interval 10