Monday, September 20, 2010

Interactive Smart Server System for PDA & GSM Mobile Systems-KSRTC

Interactive Smart Server System for PDA & GSM Mobile Systems-KSRTC

Application developed for KSRTC
Technology: Asp.net(C# or vb) scripting, Backend Sql server
Device Used: GSM Modem

Abstract

A service which provides information about the ksrtc bus timings.The proposed system is a mobile and web based application which provides information regarding the bus timings as per request of the user.The user sends a messsage to a given number and details about the available buses will be sent back to him in a time sorted fashion , also we can register directly to the site and search these details .

Existing system

The current system to know the bus timings can be of three types:
1)The passengers must enquire directly
2)The passengers must make use of the telephone facility
3)The passengers must wait for their required bus

Proposed System

The passengers can send a message to the particular number
specifying their source place and destination place.They will be
provided with the details of the next available services
immediately so that they can plan their journey accordingly.



Modules:
1: Admin Module:

After Login Admin can add new Buses‘s details that contain root time and total no of seats in bus.
2: Client Module:

clients can view the details of the buses that clients need
3: Reservation Module:

Reservation of seats in advance;
4:GSM Modules:

clients can send sms at particular format from a mobile to a number The server will receive the sms by using GSM modem .After receiving message from client then server will Reply the with details.


For the development of this system modular approach is used. Modularization is the process of partitioning the system into modular units of limited size to simplify maintenance when necessary. Each and every module is selected according to the function. Modularization makes system development simpler. It is an attempt to minimize the complexity of the problem. Modular design increases the flexibility of the system. The system is partitioned into different segments. The Program code is also divided into different subroutines according to the options.
Advantages of the design are:
Easy to write, test and debug a module.
If a change is to be made, it is done in the particular module and the entire program is not affected.
Procedural characteristics define the order that determines processing.
The Project has two modules: administrator and user.
The modules in the system are:
ADMINISTRATOR
1. Inserts new data into the database.
2. Updates existing data.
3. Views data.

USER
1. Sends message to a given number requesting details about the needed bus services by
indicating the source (current location), destination and time.
2. Sends message to the given number requesting code details.
3. Requested details (bus timings/codes) sent to the user.



No comments:

Post a Comment