tobexyz / yaacc-code

YAACC - UPNP Client and Server
Other
94 stars 13 forks source link

rebuild UPnP Stack #110

Open tobexyz opened 3 months ago

tobexyz commented 3 months ago

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

wborn commented 1 week ago

Maybe you can give jUPnP a try? It's a Cling fork and should also work on Android nowadays.