Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
1.38/5 (3 votes)
See more:
Hi Everyone,

I want to develop an application for road transportation. For that i have to use Smart Card.The Fares will be automatically deducted from the smart card.While entering a bus from a bus stop i have to swipe in and when leaving from bus from a particular bus stop i have to swipe out.After Swipe out the amount will be automatically deducted from the Smart Card.For this the buses will be equipped with some Smart Card detecting machines.

This application i want to develop, so what are the things required to develop this kind of application,means how to start what are the things required.How the system will calculate the fares between two particular Bus Stops.Any links for the resources applicable for these kind of requirement will be appreciated.
Posted
Comments
ridoy 21-Jul-13 5:59am    
so how they are related to asp.net?

1 solution

We can't answer this in any real detail - it depends on the "bus company" involved.
There are two main ways to charge this: by stop number or by distance - and a company may well use a combination of the two, particularly in rural areas.

The simplest way to implement it is by stop number: number of stops times price per stop. Don't forget to charge for the whole trip if they forget to swipe out when you reach the terminus! :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900