Running the System - njc3006/TTKDSeniorProject GitHub Wiki

Note: This page assumes you've installed our system. For notes on how to do this, please see Installing the System.

Note: This page will refer to the folder in which the system is installed as TTKDFolder, replace TTKDFolder with the name of the install folder on your system.

These instructions should be performed on the machine on which the system is installed.

Run the System

Once installed, the application should start automatically with your computer. Once the application has started, you should see two icons appear in your taskbar as shown below.

However, it may take up to 15 seconds before you can actually view the web page. After this point, if you go to https://localhost:3000/ui/index.html and do not see the application, follow the following steps:

  1. Navigate to TTKDfolder
  2. Run the “stop.bat” file to make sure any process trying to run the application is stopped
  3. Run the “start.bat” file to start the application again

When accessing the application from a tablet, you should be able to use your PCs hostname to connect instead of the IP address. To do this, you would go to the following URL, substituting the for your computer’s hostname. See the Hostname Configuration section for how to find out what this is. The URL to access the application from a tablet looks like the following, with your computer’s hostname in place of “”.

https://<hostname>:3000/ui/index.html

⚠️ **GitHub.com Fallback** ⚠️