https://github.com/ibm-messaging/mqtt-pickmeup
https://github.com/ibm-messaging/mqtt-pickmeup
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibm-messaging/mqtt-pickmeup
- Owner: ibm-messaging
- License: epl-1.0
- Created: 2014-08-27T18:15:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T14:37:50.000Z (about 10 years ago)
- Last Synced: 2023-08-12T16:11:11.223Z (almost 2 years ago)
- Language: Objective-C
- Size: 8.85 MB
- Stars: 16
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mqtt-PickMeUp
=============PickMeUp is a sample ride sharing application that accompanies IBM Redbooks Publication SG24-8228-00: Building Realtime Mobile Solutions with MQTT and IBM Message Sight (http://www.redbooks.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg248228.html)
The application is powered by MQTT and IBM MessageSight.
This project includes three different applications:
+ PickMeUp-iOS
+ PickMeUp-Android
+ PickMeUp-HTML5The Passenger Applications
==========================
The iOS and Android applications are passenger applications. A customer that would like to request a ride would use one of these applications to submit a request for a driver to pick them up.PickMeUp-iOS
------------
Refer to PickMeUp-iOS/README.mdPickMeUp-Android
----------------
Refer to PickMeUp-Android/README.mdThe Driver Application
======================
The HTML5 application is the driver application. A driver would use the application to view and accept incoming requests from passengers.PickMeUp-HTML5
--------------
Refer to PickMeUp-HTML5/README.md