ChargePoint / wireshark-v2g

Dissector for the V2G Protocols
Other
43 stars 18 forks source link

feat(dissector): add more derived values for current demand #52

Closed chardin-cpi closed 8 months ago

chardin-cpi commented 8 months ago

The struct breakout of the physical values as a Multipler, Value, Unit is not conducive to graphing or columns. So, derived more of the values like the limits on current, voltage, power as a computed double to make the presentation a bit easier.

Fixes #50