Skip to content

Dev#9

Merged
Magolves merged 27 commits into
mainfrom
dev
Jan 8, 2026
Merged

Dev#9
Magolves merged 27 commits into
mainfrom
dev

Conversation

@Magolves

@Magolves Magolves commented Jan 8, 2026

Copy link
Copy Markdown
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

Magolves and others added 26 commits December 26, 2025 19:53
…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
@codecov-commenter

codecov-commenter commented Jan 8, 2026

Copy link
Copy Markdown

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 ☂️

@Magolves
Magolves merged commit bdaad13 into main Jan 8, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants