-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for securityDefinitions
#3
Comments
You're completely right, the reason for this is that the current release of wotpy is based on an older version of the TD spec, and as such is missing multiple details that are indeed included in the W3C recommendation of April 2020. I'm afraid I haven't had the time to properly update it. |
Dear @agmangas, Thanks for your response! Best regards, |
Compatibility with node-wot is without a doubt one of the end goals. A significant amount of work would probably need to be invested to adapt the protocol binding implementations, but it would be great to have full interoperability in the ecosystem. The problem is that the uncertainty of these past few months due to the crisis has completely messed up my plans, and I have a ton of work that I need to attend to first. I offer a sincere apology for any inconvenience caused by the current state of the package 🙂 |
Do you have any roadmap or a draft plan regarding the update of the library? We could also help to create a community around the project so that you don't need to keep it up on your own. |
Sorry for commenting a bit off-topic on this issue, but I have been working on a WoT project in Python over the last few months and would like to contribute to this project. I'm especially interested in Thing Models and the extend/import mechanisms that have been introduced recently. @agmangas: Do you see the possibility to allow for collaborators to join the project? |
Sure thing @JKRhb! I'd very thankful for any contributions and would be happy to merge them into WoTPy. Just make sure to include some tests for the new features 😄 |
Great! :) I already provided two PRs (#21 and #22) as follow-ups to @fatadel's work with fixed tests. I also just started working on the |
@JKRhb |
@fatadel Hi! I started to work on this topic on this branch in my fork (in which I also intended to add TMs, hence its name) but I am not sure how far I got. Maybe you can reuse some of the code that is already present there :) In any case, I'd be glad to help with the effort to make this a full-fledged WoT implementation. |
Hi @JKRhb! I see you got pretty much work there! |
According to the Thing Description specification it is possible to create a set of security definitions under
securityDefinitions
field and refer to them in thesecurity
field. However, this kind of TD is not currently supported bywot-py
, although it is absolutely valid TD.The text was updated successfully, but these errors were encountered: