Skip to content

This is a navigational project of my college Symbiosis Institute of Technology (SIT) which calculates shortest path between various loations of SIT using Dijkstra Algorithm. So basically just like Google maps,the user selects one of the source location from available locations of Symbiosis Institute and recieves a small desciption of source loca…

Notifications You must be signed in to change notification settings

Ayush-py/Routing-Services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn


Logo

Route - Guiding you the right way

A command line implementation of routing services for college

· Report Bug · Request Feature

Table of Contents

About The Project

NOTE - Kindly refer routing services report for detailed view and details

login-screenshot

login-screenshot

login-screenshot

login-screenshot

login-screenshot

Routing is the process of selecting a path for traffic in a network, or between or across multiple networks. It can be performed in public and private transportation, such as system of streets, roads and highways. It involves path selection applying a routing metric to multiple routes to select the best route.

This project i.e. Routing Services aims to find the minimum distance and routes to the major landmarks of Symbiosis Institute of Technology (SIT), Pune. The main targets are the students and individuals who are new to the campus and do not know the path to various locations of SIT like Hostel, Canteen, Academic Block etc. It also provides a brief description about the source and destination that the user has entered.

Built With

This application is built with love, dedication, coffee and C language

Features

  • A simple menu based code presenting all location names considered for routing
  • Easy to use, user just needs to add source location and destination location
  • Provides small description of source location as well destination location
  • Displays not only smallest path but also shortest distance as part of output
  • Locations inside academic block are also considered for routing

Purpose

The main idea behind application is to help the visitors, faculties and students to determine the shortest path from the entered source to destination in the campus. For the weights between the edges we took the coordinates of all the building through google map and distance measuring apps. By having an idea of the positions of all the buildings, a rough graph was created. From the rough graph adjacency matrix was created in which all the measured distances were fed.Also using file handling a file was created which contained the information about all the locations to help the user get a basic idea about that particular site. So, when the user enters the source and destination the information about both the locations is displayed tohim. The Dijkstra algorithm was then implemented to find the shortest path and distance and display it to the user. If the user selects academic block as his destination, he is given an option whether he wants to enter inside the campus and if the answer is “YES” then again, the user is asked for source and destination to guide him to his desired location in the short span of time.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Himank Jain - callme__hj - My Instagram
Himank Jain - himank-jain - My LinkedIn
Project Link: https://github.com/Himank-J/Routing-Services

About

This is a navigational project of my college Symbiosis Institute of Technology (SIT) which calculates shortest path between various loations of SIT using Dijkstra Algorithm. So basically just like Google maps,the user selects one of the source location from available locations of Symbiosis Institute and recieves a small desciption of source loca…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%