All Projects → bitletorg → Weupnp

bitletorg / Weupnp

A tiny UPnP (Universal Plug and Play) client library written in Java

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Weupnp

LMS-to-uPnP
Integrate UPnP players with LogitechMediaServer
Stars: ✭ 78 (-11.36%)
Mutual labels:  upnp
go2tv
Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
Stars: ✭ 99 (+12.5%)
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 (+504.55%)
Mutual labels:  upnp
mmupnp
Universal Plug and Play (UPnP) ControlPoint library for Java/Kotlin
Stars: ✭ 39 (-55.68%)
Mutual labels:  upnp
netdisco
🔎 Python library to scan local network for services and devices.
Stars: ✭ 252 (+186.36%)
Mutual labels:  upnp
Goupnp
UPnP client library for Go (#golang)
Stars: ✭ 281 (+219.32%)
Mutual labels:  upnp
upnpy
Lightweight UPnP client library for Python.
Stars: ✭ 46 (-47.73%)
Mutual labels:  upnp
Miniupnp
UPnP IGD implementation
Stars: ✭ 974 (+1006.82%)
Mutual labels:  upnp
ssdp-responder
SSDP responder for Linux, InternetGatewayDevice icon in Windows :)
Stars: ✭ 41 (-53.41%)
Mutual labels:  upnp
Swyh
Stream the sound from your PC to an UPnP/DLNA device
Stars: ✭ 383 (+335.23%)
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 (+71.59%)
Mutual labels:  upnp
nat-api
↔️ Fast port mapping with UPnP and NAT-PMP
Stars: ✭ 22 (-75%)
Mutual labels:  upnp
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (+271.59%)
Mutual labels:  upnp
Macast
Macast is a cross-platform application which using mpv as DLNA Media Renderer.
Stars: ✭ 3,786 (+4202.27%)
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 (+706.82%)
Mutual labels:  upnp
AirConnect-Synology
Updated AirConnect packages for Synology NAS and Synology Router
Stars: ✭ 200 (+127.27%)
Mutual labels:  upnp
ssdp
Python asyncio library for Simple Service Discovery Protocol (SSDP).
Stars: ✭ 25 (-71.59%)
Mutual labels:  upnp
Technitiumlibrary
A library for .net based applications.
Stars: ✭ 53 (-39.77%)
Mutual labels:  upnp
Plainupnp
PlainUPnP is an upnp control point application for android.
Stars: ✭ 33 (-62.5%)
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 (+294.32%)
Mutual labels:  upnp

weupnp

A lightweight Java library designed to implement the UPnP protocol and handle port mappings on Gateway Devices.

You can find more information on the library at the project website: http://bitletorg.github.io/weupnp/

If you use Maven, you can start using weupnp by including the following dependency:

<dependency>
    <groupId>org.bitlet</groupId>
    <artifactId>weupnp</artifactId>
    <version>RELEASE</version>
</dependency>

We recommend starting development against the latest released version and pin it's version in your release pom.xml so that you can control which version you use. The list of released versions is available on the Maven Central Repository.

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].