Project Abstract

Mobile Clemson Football Information Retrieval

My project is a mobile application that allows Clemson tiger fans view players' profiles, images, and it gives the fans the ability to get weather updates before, during, or after the game. This can be done manually by the user, or they can set the system to automatically send them updates of the current weather.

The application uses wml on the user's mobile phone and this sends information requests and information input to a php file on the Clemson network which connects with the ASP.Net on hogwarts. My .aspx file on hogwarts is written in C# and performs the database queries, inserts, and updates. Once the information is inserted into the database or retrieved from the database, it is forwarded to the php file using a "Response.Write", and the php file takes the data and displays it in the wml format.

In order for users to retrieve weather information, I used a weather web service which provides the necessary functions in order for me to obtain weather information for any location in the U.S.

About Us | Contact Us | ©2004 Clemson University - Computer Science 463