-
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
Add Notification Message? #40
Comments
OpenC2 is a command and control protocol - it's purpose is to tell consumers to do something. It is not intended to be either a data retrieval protocol (as with web and database servers) nor an event/notification/push protocol (as with logging and messaging systems). But where data retrieval or notification are tied to C2 use cases, OpenC2 supports the |
@davaya words look good to me but belong in a PR to go into somewhere in the ls and arch doc. I think a real example would be good also. |
How notifications work in pub/sub may be different than http. If a device is a http oc2 cmd consumer, I see notification logic per @davaya text. If a device is a pub/sub oc2 cmd consumer, it is not as obvious to me and an notification example would help. |
Currently the Arch Spec has no mention of the
notification
message type. Notifications don't appear in the published v1.0 LS, but are called out in sections 3.2 and 3.3.3 of the v1.1 working version. What, if anything, should the LS say about this message type?The text was updated successfully, but these errors were encountered: