-
Notifications
You must be signed in to change notification settings - Fork 242
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
[WIP] Rewrite cam.js in typescript in separate branch #221
base: master
Are you sure you want to change the base?
Conversation
Update libraries
SetNTP is not working with DNS due to a missing schema version URL
SetNTP is not working with DNS due to a missing schema version URL
Hey! Just wanted to say thanks for all the amazing work you've put into rewriting the ONVIF library in TypeScript. It's been super helpful as a starting point. Since this PR has been hanging around for a while and folks are really wanting a TypeScript version, I went ahead and made a stable fork based on your work. You can find it as @2bad/onvif on github and npm. I kept all the original code from here and added some stability fixes and tests while providing a stable build. If anyone needs a working TypeScript ONVIF package right now, just run: npm install @2bad/onvif Hope this helps out the community! And hey, I'm totally down to work together on bringing these efforts together in the future. |
@mrhyde Hello! Great work! Glad that someone combine all the things that I wrote to a working version! The main goal of the We've got a lot of patches in BTW, here is my roadmap: https://github.com/agsh/onvif/blob/v1/CHECKED.md Have you added any new onvif methods to the code? |
No description provided.