Files
V2GDecoderC/csharp
ChiKyun Kim fb14a01fa7 feat: Complete C# EXI decoder with byte-level compatibility to OpenV2G
- Implement BitStreamExact.ReadInteger16() matching C decodeInteger16 algorithm
- Add systematic position detection for optimal EXI stream alignment
- Achieve 100% compatibility with C decoder for test4.exi and test5.exi
- Fix EVTargetCurrent value decoding (-2 → 1, 5) through proper integer handling
- Add comprehensive analysis documentation in ANALYSIS_RESULTS.md

Core improvements:
- Sign bit + magnitude integer decoding for negative values: -(magnitude + 1)
- Automatic 6-bit choice detection for CurrentDemandReq (choice=13)
- Grammar state transition matching C implementation exactly
- Complete CurrentDemandReq field validation against C reference

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 13:52:14 +09:00
..