This commit is contained in:
0m.ax 2026-07-18 20:57:58 +02:00
parent 28d5d6db14
commit c9e10cd2c3
6 changed files with 286 additions and 74 deletions

14
config.toml Normal file
View file

@ -0,0 +1,14 @@
# 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