I have two computers that are setting/modifying a variable that must be shared between both computers
When one computer sets the value, I want to be able to update the data on the other computer side.
I was thinking about a broadcast client / server architecture.
I was wondering how this library can be of any help ?
Hi,
I have two computers that are setting/modifying a variable that must be shared between both computers
When one computer sets the value, I want to be able to update the data on the other computer side. I was thinking about a broadcast client / server architecture. I was wondering how this library can be of any help ?
Regards