Traffic Update Rob Whitten CpSc 463 Clemson University 8/4/04
Outline ► Problem Statement ► Tools Used ► How Project Works SMS (Text Messaging) Connecting to Websites Formatting Data Database ► Project Demonstration
Outline ► Conclusion ► Future Work ► Acknowledgements ► Questions
Problem Statement ► Project Concept Use Need
Tools Used ► ASP.NET ► MS SQL ► UNIX Scripts ► C++
SMS ► Building a MailMessage To From Subject Body Format SMTP Server (mail.clemson.edu)
SMS ► How SMS Works MailMessage Service Provider Cell Phone
Traffic Updates ► South Carolina C++ Program Shell Script /usr/local/bin/lynx -dump " > /home/whitter/public_html/cs463/sc/traffic.txt
Traffic Updates ► Georgia C++ Program Shell Script /usr/local/bin/lynx -dump " navigator.com/pub/data/inc.xml.gz" > /home/whitter/public_html/cs463/ga/gaRoad.xml.gz gunzip -f /home/whitter/public_html/cs463/ga/gaRoad.xml.gz grep description /home/whitter/public_html/cs463/ga/gaRoad.xml > /home/whitter/public_html/cs463/ga/gaRoad.txt
Database ► Tables Member ► User Information Trip ► Roads ► Times
Demonstration ► Website n.aspx n.aspx n.aspx
Conclusion ► Thread.Sleep() not efficient ► Easier then SMS
Future Work ► Images ► Cell Phone Interface Turn off Reverse route ► Eliminate Trip Planner Use GPS
Acknowledgments ► Josh Austin ► Rashmy Appaneravada ► Jason Mikell ► He Zheng
Acknowledgments ► Georgia Department of Transportation ► South Carolina Department of Transportation ► North Carolina Department of Transportation
Questions ??