HTML user interface example with a synchronization between the service and the front.
This example shows you how to synchronize the front with the service to overlap information.
Run the example:
- Go to "OIVHOME/examples/bin/OIVARCH/RemoteViz" and run the executable "FrontBackSyncRenderingService".
- Go to "OIVHOME/examples/source/RemoteViz/FrontBackSync/Clients/HTML5" and open the "index.html" file inside a web browser.
Note: In this example, the RemoteViz service uses the localhost IP address (127.0.0.1) by default. To run it on a web server, start the example by passing the service IP address and port as arguments (ex : FrontBackSyncRenderingService 192.168.0.1 8082) and edit the file "index.html" (client side) to modify the IP address and the port.
SCREENSHOT:
FILES:
-
RemoteViz/FrontBackSync/FrontBackSyncRenderingService/include/FrontBackSyncRenderAreaListener.h
-
RemoteViz/FrontBackSync/FrontBackSyncRenderingService/include/FrontBackSyncServiceListener.h
-
RemoteViz/FrontBackSync/FrontBackSyncRenderingService/src/FrontBackSyncRenderAreaListener.cxx
-
RemoteViz/FrontBackSync/FrontBackSyncRenderingService/src/FrontBackSyncServiceListener.cxx
-
RemoteViz/FrontBackSync/FrontBackSyncRenderingService/src/main.cxx
-
RemoteViz/FrontBackSync/Clients/HTML5/index.html