Skip to the content.

How does it work ?

Summary

  1. Project Presentation
  2. How does it work ?
  3. Environment
  4. Frontend
  5. Backend
  6. Electron
  7. Database
  8. Scanner

For this project, because we want it to be as compatible as possible with a lot of architecture, we have decided to use docker containers.

We separate all of our possibilities in different part of our solution. For example, we have an API made in PHP, which allow users and scripts to interract with our database. We also have a dedicated front-end web-server running only HTML, JS and CSS.

For our scripting part, we decided to use python because of it’s facility of use. We have implemented some scripts which scan the network and create by the API all the encountered devices.

We also use other services like Electron to make interfaces on our hardware solution.