15 lines
324 B
TOML
15 lines
324 B
TOML
|
|
# 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
|