gw-sd-2016 / Opti4Ride

Randy Senior Design Project
0 stars 0 forks source link

4Ride Mobile

Randy Fitzmorris - Senior Design Project

Deployment 1) set up Tomcat v8 in Eclipse EE IDE (create Tomcat Eclipse server) a. project must be Maven-enabled to run Google Maps API 2) run 4RideServlet as Eclipse Servlet project on new server 3) run 4RideClient.xcodeproj and 4RideDriver.xcodeproj in respective projects

iOS External Libraries 1) Alamofire - Http Request handling 2) SwiftJSON - JSON parsing

Java External Libraries 1) Jackson - JSON serialization and parsing

JavaScript External Libraries 1) Leaflet.JS - maps routes on Display Module

External APIs 1) Google Maps API - geocoding, reverse geocoding, and distance calculations (by time) on server