GithubHelp home page GithubHelp logo

ayush-py / routing-services Goto Github PK

View Code? Open in Web Editor NEW

This project forked from himank-j/routing-services

0.0 0.0 0.0 958 KB

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 location. Then he/she will enter a destination location and again recieve a small description. The Dijkstra algorithm will calculate smalles distance and path from source to destination and return the same to user.

C 100.00%

routing-services's Introduction

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

routing-services's People

Contributors

himank-j avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.