-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement No Response and pass metadata to resource handlers #28
base: develop
Are you sure you want to change the base?
Conversation
f147a48
to
82b0766
Compare
Use byte list to be consistent with other options.
The NoResponsExpected exception is raised by the underlying lib when the client sends a request with a NoResponse option included.
A new state is added that is hit when a NoResponse request is sent. Currently the implementation only supports NON messages.
a25ee18
to
de99073
Compare
de99073
to
e1efb00
Compare
I got following error when running a simulation. Please test with the latest develop branch of firmware and openvisualizer.
|
argh forgot that OV-7 has not been merged yet. let's park this for merge together with OV-7. |
This PR enhances the CoAP lib to:
The PR resolves the following issues: