mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
* Cleanup and maintenance * Net-to-serial broadcast messages to all clients This will make all clients to stay in sync with any operation occurring, like when having multiple JMRI instances * Update README and python version in containers
15 lines
212 B
INI
15 lines
212 B
INI
[Daemon]
|
|
LogLevel = debug
|
|
ListeningIP = 0.0.0.0
|
|
ListeningPort = 2560
|
|
MaxClients = 10
|
|
|
|
[Serial]
|
|
# UNO
|
|
Port = /dev/ttyACM0
|
|
# Mega WiFi
|
|
# Port = /dev/ttyUSB0
|
|
Baudrate = 115200
|
|
# Timeout in milliseconds
|
|
Timeout = 50
|