Uh oh!
There was an error while loading. Please reload this page.
ESP-NOW documentation and updating Coap documentation after esp-idf 4.1 update - #292
ESP-NOW documentation and updating Coap documentation after esp-idf 4.1 update#292geza-pycom wants to merge 9 commits into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
geza-pycom
left a comment
There was a problem hiding this comment.
Please check my comments.
@peter-pycom : just heads up that please do not merge this once we have discussed all the comments, I am not sure whether this is the correct branch to merge these updates. |
peter-pycom
left a comment
There was a problem hiding this comment.
Nice. It's much clearer to me now. Thanks.
| * `resource` is the new resource which has been created | ||
| #### Coap.new_client_session(destination, port=5683, protocol=UDP) | ||
| #### Coap.new_client_session(address, *, port=5683, psk=None, identity=None) |
There was a problem hiding this comment.
new_client_session() has lost the protocol param, but remove_client_session() still has it. intentional?
There was a problem hiding this comment.
Yes it is.
When you call new_client_session() the Protocol is figured out based on the PSK and Identity parameters.
When you cal remove_client_session() it may happen that you have 2 Clients connected to the same Port, but one is using UDP the other is DTLS.
peter-pycom
commented
Mar 3, 2021
I think you guys agreed on a branch for this, right? Can you update the PR? |
geza-pycom
commented
Mar 3, 2021
New request opened towards correct branch: #387 |
No description provided.