https://github.com/trishika/DroidUPnP
DroidUPnP is an upnp control point application for android.
https://github.com/trishika/DroidUPnP
android upnp
Last synced: 11 months ago
JSON representation
DroidUPnP is an upnp control point application for android.
- Host: GitHub
- URL: https://github.com/trishika/DroidUPnP
- Owner: trishika
- License: gpl-3.0
- Created: 2013-02-27T07:18:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T17:38:34.000Z (about 5 years ago)
- Last Synced: 2024-08-10T11:03:21.714Z (almost 2 years ago)
- Topics: android, upnp
- Language: Java
- Homepage:
- Size: 1.11 MB
- Stars: 147
- Watchers: 16
- Forks: 61
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
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).