Skip to content

Releases: coolio986/Digital_Indicator_Webclient

Digital_Indicator_WebClient_V1.1_Release

18 Aug 21:51
Compare
Choose a tag to compare

This version compatible with Digital_Indicator_V1.4_Release

Requires nodejs to run
You can download from here: https://nodejs.org/dist/v8.11.3/node-v8.11.3-x64.msi

Once nodejs is installed you need to configure your firewall (if using windows) and open port 3000 for UDP and TCP. You can read this to assist with opening ports: https://www.windowscentral.com/how-open-port-windows-firewall

Also, after node is installed, it is a good idea to reboot your computer since the PATH in windows changed. If you don't the node command may not work.

To Run:

The main software (Digital_indicator) from here: https://github.com/coolio986/Digital_Indicator/releases needs to be running first before the webclient

Open a command prompt (cmd)

type: "node (path to app.js)"

example: node "C:\Users\Public\Digital_Indicator_Webclient\app.js"

Once executed, initially nothing happens. You can go to your browser and type localhost:3000 and it should show the webpage that node is serving.

Digital_Indicator_WebClient_V1.0_Initial_Release

03 Jul 22:14
Compare
Choose a tag to compare

Requires nodejs to run
You can download from here: https://nodejs.org/dist/v8.11.3/node-v8.11.3-x64.msi

Once nodejs is installed you need to configure your firewall (if using windows) and open port 3000 for UDP and TCP. You can read this to assist with opening ports: https://www.windowscentral.com/how-open-port-windows-firewall

Also, after node is installed, it is a good idea to reboot your computer since the PATH in windows changed. If you don't the node command may not work.

To Run:

The main software (Digital_indicator) from here: https://github.com/coolio986/Digital_Indicator/releases needs to be running first before the webclient

Open a command prompt (cmd)

type: "node (path to app.js)"

example: node "C:\Users\Public\Digital_Indicator_Webclient\app.js"

Once executed, initially nothing happens. You can go to your browser and type localhost:3000 and it should show the webpage that node is serving.