A Radar which displays all the aircrafts that are in transit in a given range. The project contains both client and server side.
- Node (to run the web service)
- MySQL
Go to the ./server/conf folder. To create the database:
$ node createDatabase.js
To drop the database:
$ node dropDatabase.js
To clean existing tables of the database:
$ node deleteTables.js
Go to the ./server/webservice folder and run
$ node index.js
To change the IP address of the web service to get data from, go to the folder ./client/script/script.js and edit the WP_IP variable
WP_IP = "192.168.1.20";