CJLlorente99 / ProyectoFinal

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProyectoFinal

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano

Messages exchanged

  • start condition = "StartCond"
  • stop condition = "StopCond"
  • ACK = "ACK"
  • XCK = "XCK"

Interruption activation (keys from the keyboard)

  • Power On/ Power Off = Space
  • TVOC and CO2 measure now (skip timeout) = m
  • H2 and ethanol measure now = r

How I make it work?

  1. Open two terminals (one will work as the sensor and the other as the Iris)
  2. Git clone the project
$ git clone https://github.com/oscarlpujol/ProyectoFinal.git
$ cd ProyectoFinal
  1. Firstly, start the Iris in one terminal
$ cd Iris
$ make
$ ./iris
  1. Secondly, start the sensor in the other terminal
cd Sensor
$ make
$ ./sensor
  1. Use the keys from the keyboard to start the system and ask for different measures

About

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano


Languages

Language:C 99.0%Language:Makefile 1.0%