JeremyWhaling
JeremyWhaling
For point 1, use meter values sent by the charger. You can change the cadence of meter values using change configuration for meter value sample interval. Depending on the charging...
Forgot to add, you could also trigger meter values when you want them by using trigger message, but I don't know if Steve supports trigger messages.
Sounds good. My main modifications are to the SDP table, adding some helper functions for things like inlet port type, and within the dissector function itself I am differentiating the...
Just FYI, the base v2g.lua file appears to be prior to my pull request. In other words, the ESDP/J3400/ISO 15118-200 support isn't included. I can help add it back if...
Note once the dust settles, I also have an improvement to the "dissect_all_tlvs_in_packet" function: I added support to handle malformed TLVs without throwing a Lua error and instead flags the...
Ah, I have found that the second case is due to me having two of the same decoder, for development - I have "V2GTP_TEST" for working on the new tweaks...
Confirmed with another collogue that if they leave the decoder preferences to auto that they don't have this issue and the decoding looks like below every time even if they...
Thanks for this context! It seems that the pathway to injecting the secret is to use the Lua script to detect UDP packets which contain the pre-shared master secret and...