Skip to content

Commit

Permalink
feat(doip-discover): Replace broken with functional DoIP-Discoverer
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Sep 15, 2023
1 parent 1fca0a8 commit 0d88001
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 162 deletions.
49 changes: 48 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ pydantic = "^2.0"
pygit2 = "^1.10"
platformdirs = ">=2.6,<4.0"
exitcode = "^0.1.0"
psutil = "^5.9.4"
types-psutil = "^5.9.5.10"

[tool.poetry.group.dev.dependencies]
black = ">=22.10,<24.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gallia/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

from gallia.command.base import BaseCommand
from gallia.commands.discover.doip import DoIPDiscoverer
from gallia.commands.discover.find_xcp import FindXCP
from gallia.commands.discover.uds.doip import DoIPDiscoverer
from gallia.commands.discover.uds.isotp import IsotpDiscoverer
from gallia.commands.fuzz.uds.pdu import PDUFuzzer
from gallia.commands.primitive.generic.pdu import GenericPDUPrimitive
Expand Down
Loading

0 comments on commit 0d88001

Please sign in to comment.