Code Monkey home page Code Monkey logo

co327-operating-systems---vital-monitor-system's Introduction

CO327-Operating-Systems---Vital-Monitor-System

Operating systems - mini project

Aim:

This project aims to get hands-on experience in a real-world scenario. You will require the knowledge of networking, operating systems, and programming to complete this project.

Background:

This project is based on a real-life scenario. In a hospital, there will be a number of patients whose vitals (things like heart rate, blood pressure, etc.) should be monitored. Each patient would be connected to a vital monitor and these monitors will transmit the vital information over a network to a central location. That way nursing staff will be able to monitor many patients and do it remotely โ€“ which is useful when the patients are contagious.

Specifications:

There will be a set of vital monitors running. Each of these vital monitors will have an IP address. These vital monitors will be running on a server. Vital monitors will broadcast their identity to a specific UDP port in the following format: <ip_addr, port, monitor_id>. image

Your tasks are as follows.

  1. Implement a gateway that discovers all of these vital monitors.
  2. For each discovered monitor, the gateway should initiate a TCP connection with the vital monitor. It should use the discovered port number and IP address for this connection. This TCP connection will be used to receive vital information and alarms from vital monitors. image
  3. Consider thread synchronization where appropriate and implement thread synchronizations in your gateway implementation.

co327-operating-systems---vital-monitor-system's People

Contributors

sanduu19 avatar

Watchers

 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.