-
Notifications
You must be signed in to change notification settings - Fork 17
rebuild UPnP Stack #110
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
Comments
Maybe you can give jUPnP a try? It's a Cling fork and should also work on Android nowadays. |
thanks for the hint I'll keep an eye on it |
partially implemented in release 4.2.0 |
I will refactor the parts I need based on the code I already use. My experiences with the old cling stack are, that it is more flexible than it is needed in my case. Implementing only the parts needed for the app, will make it easier to test and debug |
currently yaacc is using the cling library, which was designed for implementing the UPnP stack in general. Cling isn't maintained any more and the libs are currently included in yaacc. Yaacc only needs an UPnP stack which is optimized for an android app. Therefore the currently used implementation should be refactored and reduced to the needs of yaacc
The text was updated successfully, but these errors were encountered: