Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter

- 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
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

32
docs/github_repos.md Normal file
View File

@@ -0,0 +1,32 @@
# 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
```