This project graphs the charging values defined below into a visual representation of a DC charging session.
Paramaters:
NOTE: If the wireshark-v2g plugin is not properly installed and decoding pcaps correctly, you will get This session ({file}) did not make it to current demand.
everytime.\
NOTE2: If you already have a decoded pcap file in a .txt format, you can simply use decode.py <file>
to get graphical representations of the session.
pip install -r requirements.txt
pcaps
directory (in original zipped format)./decode.sh pcaps/<file>
\
a. Ex: ./decode.sh pcaps/tap0-1656615284.pcap.zip
decoder.py
If you already have a pcap file that has been decoded through the wireshark-v2g in a text format, you can simply pass that file as an argument to decoder.py
to get the graphical representation of the session.
./decoder.py <file.txt>