You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Note: Node.js v13.6.x is incomaptible with socket.io.
14
15
*[ol](https://www.npmjs.com/package/ol)
16
+
15
17
These additional dependencies can be installed using `npm install socket.io@^3.0.4 ol@^6.4.3`
16
18
17
19
## Running the example
@@ -20,7 +22,7 @@ These additional dependencies can be installed using `npm install socket.io@^3.0
20
22
[RTI Shapes Demo](https://www.rti.com/free-trial/shapes-demo) and create a *Square*
21
23
publisher.
22
24
* Run the web server `node ./reader_websocket.js`
23
-
* In a browser, navigate to [http:/localhost:7400](http://127.0.0.1:7400)
25
+
* In a browser, navigate to [http:/127.0.0.1:7400](http://127.0.0.1:7400)
24
26
* Select how you would like to visualize the data (simple or maps).
25
-
* Navigating to [http://localhost:7400/simple](http://localhost:7400/simple) will show the simple visualisation, [http://localhost:7400/maps](http://localhost:7400/maps) will show the maps visualisation and [http://localhost:7400/chart](http://localhost:7400/chart) will show the chart visualisation.
26
-
* Note: The simple visualizasion may not work in the Safari browser.
27
+
* Navigating to [http://127.0.0.1:7400/simple](http://127.0.0.1:7400/simple) will show the simple visualisation, [http://127.0.0.1:7400/maps](http://127.0.0.1:7400/maps) will show the maps visualisation and [http://127.0.0.1:7400/chart](http://127.0.0.1:7400/chart) will show the chart visualisation.
28
+
* Note: The simple visualization may not work in the Safari browser.
0 commit comments