-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 148 add DOIP interface / add support for operation handling #158
base: dev-v2
Are you sure you want to change the base?
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
src/main/java/edu/kit/datamanager/pit/web/doip/DoipOverHttp.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/kit/datamanager/pit/web/doip/DoipOverHttp.java
Outdated
Show resolved
Hide resolved
This comment was marked as off-topic.
This comment was marked as off-topic.
726a69e
to
5f7dfd8
Compare
5f7dfd8
to
bfcfe5c
Compare
d4ede79
to
620e459
Compare
ad86e02
to
6bf80f4
Compare
6bf80f4
to
63690f3
Compare
7c3e439
to
4ab7034
Compare
Summary of the current state:
What does it do?
|
Spec notes:
Update: I should properly read the new definition in the draft paper and point them out here! |
Note: We looked at DOIP as a protocol, but it implies in the end more than that, as we can see here. It may be better to have this as an extra service. Nicolas is working on something like this. Therefore, this PR may not be further worked on. A decision for this PR is yet to be made. If you need this feature, feel free to comment in this PR. |
This branch is based on #125. At some point, this branch may be used to test DOIP and the new features / adjustment coming in #125. If you like to test DOIP in Typed PID Maker, use this branch, as long as it has not been merged.
All other functionality is already available via REST, but for consistency, let's also implement the other operations.