config
This commit is contained in:
parent
28d5d6db14
commit
c9e10cd2c3
6 changed files with 286 additions and 74 deletions
14
config.toml
Normal file
14
config.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue