Skip to content

cheblankenship/Meetup-Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup-Optimization

Description

Web/iOS app that optimize individual meetups This is the client-side application. When the user(sender) sets their destination, traveling mode, and contact info, the information will be send via text message to the client. When the client opens up the url, it will start subscribe to the specific uuid topic mqtt messages. The sender-side(iOS app) will keep updating the gps current location every 5-10ft change. Using the Google Map JavaScript Library, it can get the estimated time arrival. In addition, when the route changes, it will automatically update on the web app side so the client can know exactly where, how, when the sender arrives.

Architecture Overview

URL style

hostname/sesstion id/start gps x-coordinate/start gps y-coordinate/end gps x-coordinate/end gps y-coordinate

sesstion id ... uuid

gps coordinates ... integer

iOS app images

Web app images