Clockworks supports a few approaches to network topologies depending on your needs. Below are some examples and how they can be used.
This is your standard unicast, your IPs would be set as below.
Server: 192.168.1.90
Viewer: 192.168.1.91
Your server config would look like below.
{
"addr": "192.168.1.91",
"port": 3650,
"mode": "development",
"devices": null,
"program": "serato",
"locked": false
}
This is your standard broadcast, all recipients will be receiving the data regardless of whether or not they want to.
Server: 192.168.1.90
Viewer: 192.168.1.91
Your server config would look like below.
Benefits:
Drawbacks: