Droidupnp

DroidUPnP is an upnp control point application for android.

Download .zip Download .tar.gz View on GitHub

Description

DroidUPnP is an UPnP control point application for android.

DroidUPnP discover your home UPnP device, content provider and renderer. It allow you to browse your UPnP content directory, select the media you want to use and allow you to play it on your connected television or any UPnP renderer compatible device.

It also allow you to use your android device as a UPnP content provider.

It is licensed under the GPLv3.

BUILD

Application can be build using gragle.

To generate the apk :

gradle build

To install on your android device via adb :

gradle installDebug

Dependencies

The main dependence of DroidUPnP is Cling which is the an upnp stack made in java and with an android support layer. Cling in licensed under the LGPLv2. Source code is available at 4thline.org

Other dependencies are :

  • NanoHttpd, under a modify BSD license. Source code is available on GitHub.

  • ActionBar-PullToRefresh, under the Apache License, Version 2.0. Source code is available on GitHub.

Copying

Copyright (C) 2013, Aurélien Chabot aurelien@chabot.fr

Licensed under GPLv3

See COPYING.