flood-rs/config.toml

15 lines
324 B
TOML
Raw Permalink Normal View History

2026-07-18 20:57:58 +02:00
# Each [[sender]] block defines a destination with its own thread group.
# All senders share the same frame data.
[[sender]]
address = "100.65.0.2"
port = 5005
interface = "eth0"
threads = 5
# Example: send to a second display from a different interface
# [[sender]]
# address = "192.168.1.50"
# port = 5005
# threads = 3