A project for implementing a server that functions as a Central System for chargers (Charging Points) and Users making use of OCCP protocol.
- Make sure to have a virtual environment activated.
- Install python requirements:
pip install -r requirements.txt - Start server with:
uvicorn main:app --reload
- / : List all Charge Points
- /ws/{cp_id} : Connect with a Charge Point