# DroidUPnP **Repository Path**: ekber/DroidUPnP ## Basic Information - **Project Name**: DroidUPnP - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://www.gradle.org). 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](http://4thline.org/projects/cling/) Other dependencies are : * **NanoHttpd**, under a modify **BSD license**. Source code is available on [GitHub](https://github.com/NanoHttpd/nanohttpd). * **Licensesdialog**, under the **Apache license, Version 2.0**. Source code is available on [GitHub](https://github.com/PSDev/LicensesDialog). Copying ======= Copyright (C) 2015, Aurélien Chabot Licensed under **GPLv3** See [COPYING](https://github.com/trishika/DroidUPnP/blob/master/COPYING).