SERVER INITIALIZATION
-If necessary, update the server IP in Main.java. It defaults to 152.1.56.147
-Create the jar file for the server by running the JAR Packager in eclipse (server.jardesc)
-Run the server with the command:

java -jar server.jar

Note: Must be run with administrator privileges to create a socket


FIRST-TIME INSTRUCTIONS
-The Android phone expects an array of WifiUserHistory objects to exist on the local disk (wifi-soc-net.obj).
-If this object does not exist, uncomment lines 57-61 to create some dummy data
-Proceed to "Repeat Usage"


REPEAT USAGE INSTRUCTIONS
-Unzip the source code and Import an Existing Project into Eclipse
-No input files are necessary; all necessary data is encapsulated in the code and on the phone
-The app may be run via Eclipse with the Android debugger. Select a Debug Configuration that invokes com.csc714.app.Main
-Program execution can be followed by stepping through the code


NOTES
- The emulator does not have GPS or wifi capabilities. The app should be run on an Android device.
