-
Notifications
You must be signed in to change notification settings - Fork 26
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
Provide DTLS example with PSK use #41
Comments
Hi @ratelwork, Can I ask what you're working on? PSK is currently not supported with the python wrapper. Would you like to submit a feature request to add support for it? |
Hi @lealem47
Of cource, we make experiments with DTLS communication on top of lorawan in our institute. We want to use python wrapper at the client side DTLS. For the testing purposes better to have both client and server.
It will be nice to see it in the future. |
Great, I've added it to our feature request list. Is this a must-have feature for you or can you still move forward with your testing? And what institute are you involved with? |
@lealem47 currently we use https://pypi.org/project/python3-dtls/ but it have no PSK support. Other important features for us is possibility to change handshake timeout value and MTU (fragmentation) size, that are presented in the https://pypi.org/project/python3-dtls/. Institute of Reliable Embedded Systems and Communication Electronics. |
Hi! We study how to implement the HTTPS communication with PSK under Python, WolfSSL seems to be a good candidate for that. Therefore we are also interested in this feature |
Hi @nkosmynin, Thank you for your note. We are tracking this request internally. We try to work on requested features whenever we get free engineering cycles unless a customer decides to back the effort for a finite implementation timeline. We will keep you updated on any progress here. Thanks, |
Can you please provide an example of DTLS PSK use?
The text was updated successfully, but these errors were encountered: