Accessing Trimet Arrival Times with SMS
There is slight differences in the times since it is difficult to coordinate the SMS and web request precisely.
In my trials, response times for SMS were in the 5-10 second range which for me is acceptable.
I'll next be working on an XMPP (Jabber) wrapper around the service so you will then be able to access the service with an IM client (which many phones now have). XMPP will give the same mobility benefits of SMS but removes the 155 char limit for the returned text allowing for more information to be included in the returned message.
Once I have completed SMS and XMPP around this service, I plan to refactor the technique so it can be easily applied to other services. I will also document the steps I took to integrate with SMS and XMPP. Look for that on google code soon.


Comments (0)
Add a Comment