- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
# Cariflex - Repos GitHub à cloner (GitHub inaccessible actuellement)
|
|
|
|
## À cloner manuellement quand l'accès GitHub sera rétabli
|
|
|
|
| Repo | URL | Usage |
|
|
|------|-----|-------|
|
|
| CitrineOS | https://github.com/lfenergy/citrineos.git | CSMS OCPP 2.0.1 |
|
|
| OpenOCPP | https://github.com/ChargeLab/OpenOCPP.git | Firmware OCPP bornes |
|
|
| EVerest | https://github.com/EVerest/EVerest.git | Middleware EV charging |
|
|
| ShapeShifter | https://github.com/shapeshifter/shapeshifter.git | Flexibility market |
|
|
| OMEGA-X | https://github.com/OMEGA-X-EU/ | Data space énergie |
|
|
| EV4EU | https://github.com/EV4EU/ | Interopérabilité EV |
|
|
|
|
## Commandes de clonage (quand GitHub accessible)
|
|
|
|
```bash
|
|
cd /home/eric/cariflex/tools
|
|
|
|
# CitrineOS
|
|
git clone https://github.com/lfenergy/citrineos.git
|
|
cd citrineos && docker compose up -d
|
|
|
|
# OpenOCPP
|
|
git clone https://github.com/ChargeLab/OpenOCPP.git
|
|
|
|
# EVerest
|
|
git clone https://github.com/EVerest/EVerest.git
|
|
cd EVerest && docker compose up -d
|
|
|
|
# ShapeShifter
|
|
git clone https://github.com/shapeshifter/shapeshifter.git
|
|
```
|