Conversation
Magolves
commented
Jan 8, 2026
Owner
- fix: Improve client, add isUdpRunnining and isTcpRunnining (WIP)
- refactor: Merge DoIPNegativeDiagnosticAck and positive ack with DoIPDiagnosticAck
- fix: Implement proper RX state handling
- fix: Show addresses as hex
- test: Use test script instead of cmake
- test: Use std UDS model
- feat: Add TCP port and UDS max payload to config
- feat: Use TCP port of config
- feat: Use header sizes from config
- fix: Add option to pass IP address to client, rename/comment client model callbacks
- feat: Enhance DoIP client model, send multiple UDS messages in minimal client
- feat: Add examples and enhance UDP server functionality
- fix: Fix buggy TCP socket init, remove buggy m_tcpClientSocket
- fix: Potential resource leak when routing act. failed
- refactor: Introduce ServerProperties to host VIN, EID
- fix: Remove obsolete example
…ome includes refactor: Move further headers to util refactor: Move further headers to util
* fix: Add missing include * feat: Begin client renovation, add minimal example * fix: Improve client, add isUdpRunnining and isTcpRunnining (WIP) * refactor: Merge DoIPNegativeDiagnosticAck and positive ack with DoIPDiagnosticAck * fix: Implement proper RX state handling * fix: Show addresses as hex * test: Use test script instead of cmake * test: Use std UDS model * feat: Add TCP port and UDS max payload to config * feat: Use TCP port of config * feat: Use header sizes from config * fix: Add option to pass IP address to client, rename/comment client model callbacks * feat: Enhance DoIP client model, send multiple UDS messages in minimal client * WIP: DoIP TP layer setup weird, UDP reception is missing * WIP: Udp migration * fix: Simplified code * fix: Continue UDP migration, fix cppcheck findings/compiler errors * chore: Use std output dir * test: Complete discover test * WIP * WIP: Udp listening * fix: Eval return value of write * feat: Add examples and enhance UDP server functionality * doc: Remove code review * fix: Code cleanup * feat: Add integration test setup and scripts for DoIP client functionality * test: Add unit test for mock server transport * fix: Fix buggy TCP socket init, remove buggy m_tcpClientSocket fix: Potential resource leak when routing act. failed refactor: Introduce ServerProperties to host VIN, EID style: Rename some tests * doc: Fix project name * fix: Remove obsolete example * chore: Fix dup target (ninja failed) * chore: Fix exe name * chore: Fix Discover_Server -> DiscoverServer * chore: Remove python code venv * fix: Make pointers const * chore: Add some debug output to track down CI problem * chore: Rename test to match conventions * chore: Copy run-test only when integration tests are active, add debug * chore: Add port availability check and improve logging in UdsServer script * fix: Update client script name in run-test.sh to match the correct test file * chore: Remove port check, add resource lock * chore: Run tests without integration but parallel chore: Run integration tests only for coverage, but run tests strictly serial * chore: Run tests without integration but parallel chore: Run integration tests only for coverage, but run tests strictly serial * chore: Use 6 cores
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.