Skip to content
Snippets Groups Projects
Commit 930911fd authored by BAROU Romain's avatar BAROU Romain
Browse files

Update README.md

parent 08fd1a0e
No related branches found
No related tags found
No related merge requests found
# ! English Below !
# Projet infrastructure IMT Atlantique 2A # Projet infrastructure IMT Atlantique 2A
Cynthia ANDRIAMPARIVONY, Victoire LENGLART,Martin KEYLING, Romain BAROU, Cynthia ANDRIAMPARIVONY, Victoire LENGLART,Martin KEYLING, Romain BAROU,
IMT Atlantique FIL A2, Promotion 2023 IMT Atlantique FIL A2, Promotion 2023
...@@ -29,3 +31,41 @@ Lancer l'IHM: ` npm run serve ` ...@@ -29,3 +31,41 @@ Lancer l'IHM: ` npm run serve `
#### Depuis la racine du projet: #### Depuis la racine du projet:
`./build.sh` `./build.sh`
Les éxécutables sont disponibles dans le sous répértoire `builded_files` Les éxécutables sont disponibles dans le sous répértoire `builded_files`
# English Version
# infrastructure's project IMT Atlantique 2A
Cynthia ANDRIAMPARIVONY, Victoire LENGLART,Martin KEYLING, Romain BAROU,
IMT Atlantique FIL A2, Promotion 2023
# Start the project:
## When the MQTT broker and the server are launched, from the project's root:
### start a publisher:
#### from the cmd repository from the publishers sub repository:
Pressure captor : ` go run ./pressureCaptor/pressureCaptor.go `
temperature captor : `go run ./tempCaptor/tempCaptor.go`
Wind captor : ` go run ./windCaptor/windCaptor.go `
### start a subscriber:
#### from the cmdr repository from subscribers sub repository:
Subscriber for Redis: ` go run ./subDB/subDB.go `
Subscriber for csv: ` go run ./subCSV/subCSV.go `
csv files are avaible here: %appdata%/measuresCSV
### Start the API:
#### from the cmd repository from the API sub-repository:
start ` go run ./api/api.go `
L'API est hosted here ` http://localhost:8080/ `
the documentation is avaible here ` http://localhost:8080/swagger/ `
### Start the HMI:
#### from the repository IHM\\infrastructure-ihm:
Initiate node modules: ` npm install `
Start HMI : ` npm run serve `
### Generate .exe files:
#### From the project's root:
`./build.sh`
.exe are avaible in the file : `builded_files`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment