To run this application, use the following command:
java -jar locator.jar
To run this application, you need:
- Java 7 or newer installed;
- MySQL installed and configured correctly.
The required configuration is written in application.properties and other files.
- The name of the database:
locator. - The name of the table:
message. - The username of the database:
locator. - The password of the username:
locatorPassword. - In the default situation, the IP address
localhostis127.0.0.1and port is3306, and they don't need to be changed. - The table
messageshould contains the following columns:time,mac,rssi,range,ts,tmc,mmac. They are all ofVARCHAR(x), wherexshould be big enough like200.
The ideal situation should not be like this...But I don't know how to integrate the database into the project, and I don't have a public server to run the database either...