All Projects → trishika → Droidupnp

trishika / Droidupnp

Licence: gpl-3.0
DroidUPnP is an upnp control point application for android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Droidupnp

slingr
A simple CLI for UPnP media file streaming
Stars: ✭ 32 (-73.77%)
Mutual labels:  upnp
Dms
A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
Stars: ✭ 347 (+184.43%)
Mutual labels:  upnp
Technitiumlibrary
A library for .net based applications.
Stars: ✭ 53 (-56.56%)
Mutual labels:  upnp
netdisco
🔎 Python library to scan local network for services and devices.
Stars: ✭ 252 (+106.56%)
Mutual labels:  upnp
Goupnp
UPnP client library for Go (#golang)
Stars: ✭ 281 (+130.33%)
Mutual labels:  upnp
Ps3mediaserver
PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server. Originally written to support the PlayStation 3, PS3 Media Server has been expanded to support a range of other media renderers, including smartphones, televisions, music players and more.
Stars: ✭ 532 (+336.07%)
Mutual labels:  upnp
mmupnp
Universal Plug and Play (UPnP) ControlPoint library for Java/Kotlin
Stars: ✭ 39 (-68.03%)
Mutual labels:  upnp
Airconnect Synology
AirConnect package for Synology NAS and Synology Router
Stars: ✭ 102 (-16.39%)
Mutual labels:  upnp
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (+168.03%)
Mutual labels:  upnp
Miniupnp
UPnP IGD implementation
Stars: ✭ 974 (+698.36%)
Mutual labels:  upnp
ssdp-responder
SSDP responder for Linux, InternetGatewayDevice icon in Windows :)
Stars: ✭ 41 (-66.39%)
Mutual labels:  upnp
ssdp
Python asyncio library for Simple Service Discovery Protocol (SSDP).
Stars: ✭ 25 (-79.51%)
Mutual labels:  upnp
Gerbera
UPnP Media Server for 2021: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
Stars: ✭ 710 (+481.97%)
Mutual labels:  upnp
nat-api
↔️ Fast port mapping with UPnP and NAT-PMP
Stars: ✭ 22 (-81.97%)
Mutual labels:  upnp
Weupnp
A tiny UPnP (Universal Plug and Play) client library written in Java
Stars: ✭ 88 (-27.87%)
Mutual labels:  upnp
rAudio-1
Raspberry Pi audio player: AirPlay, Audio CD, Bluetooth, DAB radio, DSP, Internet rafio, Multi-room, Spotify Connect, UPnP
Stars: ✭ 151 (+23.77%)
Mutual labels:  upnp
Swyh
Stream the sound from your PC to an UPnP/DLNA device
Stars: ✭ 383 (+213.93%)
Mutual labels:  upnp
Upnpclient
uPnP client library for Python 3.
Stars: ✭ 115 (-5.74%)
Mutual labels:  upnp
Universalmediaserver
A DLNA, UPnP and HTTP(S) Media Server.
Stars: ✭ 1,339 (+997.54%)
Mutual labels:  upnp
Plainupnp
PlainUPnP is an upnp control point application for android.
Stars: ✭ 33 (-72.95%)
Mutual labels:  upnp

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.

  • Licensesdialog, under the Apache license, Version 2.0. Source code is available on GitHub.

Copying

Copyright (C) 2015, Aurélien Chabot [email protected]

Licensed under GPLv3

See COPYING.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].