Difference between revisions of "Tachymètre"

From air
Jump to navigation Jump to search
Line 2: Line 2:
 
The aim of the project is to use a doppler sensor to develop a web application that displays the historic of all passages in front of the sensor, with date, hour, speed, and direction. The sensor is connected to a Raspberry Pi with an Arduino to process the raw data and send the measures to a SQLite server. The server stores all the values and makes them available to the web client. This client is a user interface that allows the owner of the sensor to see the historic of passages in a legibly and interactive way (date range, graphs).
 
The aim of the project is to use a doppler sensor to develop a web application that displays the historic of all passages in front of the sensor, with date, hour, speed, and direction. The sensor is connected to a Raspberry Pi with an Arduino to process the raw data and send the measures to a SQLite server. The server stores all the values and makes them available to the web client. This client is a user interface that allows the owner of the sensor to see the historic of passages in a legibly and interactive way (date range, graphs).
   
  +
This application has to be developped with Cohorte, a service oriented platform that allows to split the application in different independant components. These components can be coded in different programming languages, and the communication between them is entirely managed by Cohorte. The application consists in the interaction between the components that provides and use services.
 
 
 
Ce projet doit être développé en Cohorte, une plateforme de développement qui permet de séparer l'application en différents composants. Ces composants sont indépendants. Ils peuvent être codés dans des languages de programmation différents, c'est Cohorte qui s'occupe de la communication entre les différents composants. L'application est une interaction entre les composants qui fournissent et consomment des services.
 
   
 
= Technical environment =
 
= Technical environment =

Revision as of 08:49, 4 April 2016

Objective of the project

The aim of the project is to use a doppler sensor to develop a web application that displays the historic of all passages in front of the sensor, with date, hour, speed, and direction. The sensor is connected to a Raspberry Pi with an Arduino to process the raw data and send the measures to a SQLite server. The server stores all the values and makes them available to the web client. This client is a user interface that allows the owner of the sensor to see the historic of passages in a legibly and interactive way (date range, graphs).

This application has to be developped with Cohorte, a service oriented platform that allows to split the application in different independant components. These components can be coded in different programming languages, and the communication between them is entirely managed by Cohorte. The application consists in the interaction between the components that provides and use services.

Technical environment

  • Cohorte
  • Raspberry Pi
  • Arduino
  • HB100 Doppler Sensor