Giter Club home page Giter Club logo

multithreaded_server-client_mapping-system-api's Introduction

Multithreaded_Server-Client_Mapping system API('C')

This project is completed by Anson Jacob, Niyaz Murshed and Minita Dabhi as part of coursework ECE 650 - Tools and Methods of Software Engineering at University of Waterloo.

  • Project goal: To prepare the mapping system API to determing the shortest distance between 2 locations saved by name. This project has 3 major sections - multithreaded server code, client code and trip plannar API which finds the shortest distance between 2 locations. The locations should already be stored in the system when accessing them to find the distance. The server code has multitheaded feature to satisfy the requests coming from multiple client PCs. Mutex has been used to provide the protection againt being accessed and updated by multiple threads.

  • Communication Protocol: TCP/IP

Makefile is used to run all the codes- multiserver.c, clients.c and roadmap.c and create exacutable file runmap. roadmap.c contains the trip plannar API which updates the graphInfo.txt file and reads the saved map locations from graphInfo.txt. roadmap.c uses roadmap.h headerfile which has all the function definitions and description.

  • Learning:
    1. Implement TCP/IP protocol, creating sockets
    2. Server-client architecture
    3. Create API and call the API in software application
    4. Write and execute test cases for embedded project using multiple terminals to understand client-server concept
    5. Create interactive menu for UI/UX

multithreaded_server-client_mapping-system-api's People

Contributors

mdabhi avatar

Watchers

James Cloos 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.