Commit Graph

2 Commits

Author SHA1 Message Date
gram
a40dd6ff9d docs: Update TODO.md with comprehensive V2G message implementation roadmap
- Remove completed/obsolete tasks from previous C# porting plan
- Add detailed roadmap for implementing 11 core V2G message types
- Prioritize DC charging essential messages (Phase 1: CableCheck, PreCharge, WeldingDetection, PowerDelivery)
- Define implementation order: C → VC2022 → dotnet for consistency
- Include infrastructure improvements and success metrics
- Focus on XML parsing/generation as primary gap

Next immediate step: CableCheckReq/Res implementation in C

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 23:52:35 +09:00
ChiKyun Kim
a3ef00a687 Add .NET 8.0 C# port of OpenV2G EXI codec
- Port core EXI encoding/decoding functionality to C#
- Implement V2G protocol parsing and analysis
- Add simplified decoder/encoder for roundtrip testing
- Create comprehensive error handling with EXI exceptions
- Support both byte array and file stream operations
- Include packet structure analysis for V2GTP data
- Successfully builds and runs basic functionality tests

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 09:37:27 +09:00