PDA

View Full Version : Adding secondary computer to primary computer - possible?


hannahapz
09-06-2018, 09:20 AM
Does anyone know whether it's possible to connect an iPad or some other secondary tablet device and sync up with a primary computer that's running Vizard?

So say, I want an action from the primary computer to be registered by this secondary device, and allow this action to then trigger an event on the secondary device...(e.g. if A == TRUE in primary computer, then B = TRUE in secondary computer).

Jeff
09-10-2018, 09:19 PM
You won't be able to run Vizard on an iPad but you can send messages from a browser running on the iPad to a machine running Vizard. Take a look at the vizhtml (https://docs.worldviz.com/vizard/latest/#vizhtml_introduction.htm) section and especially the page on websockets. Also, take a look at the htmlWebSocket.py example script (File > Quick Open > type: htmlWebSocket)