fpompermaier / onvif

Java ONVIF library
Apache License 2.0
191 stars 88 forks source link

No future dev? #5

Closed crearo closed 6 years ago

crearo commented 6 years ago

Why is there no further dev happening here? Seems to have started off well - plus there's still no repo on Github!

fpompermaier commented 6 years ago

What do you mean exactly...? There are no devs because I don't need anything else for the moment...but you can contribute if you want to

crearo commented 6 years ago

I've been working on making an Onvif client; I appreciate the work put in here, but several things feel incomplete. For example, why not have a publisher subscriber model, instead of blocking the thread while discovering/making soap requests. This would very useful when working on Android - where stuff can't happen on the main ui thread.

Next, why not build an entire use-case / client manager - instead of one test file. There's a whole lot of refactoring that'll come up when this is used as a library.

Anyway, thanks for this repo! - I plan to rewrite an onvif-java client, and may end up branching out and make a separate repo. It's very surprising there's no fully open source Onvif client manager.