Palomino Labs

Functionality and usage of the OpenNethome Server
Post Reply
AlienQueen
Posts: 3
Joined: Sun Feb 21, 2016 1:37 pm

Palomino Labs

Post by AlienQueen »

Hi all,

I'm in the process of writing a plugin for UPnP media play detection. And I'd like, please, to know where I can find the sources of the following Maven artifact:

<dependency>
<groupId>com.palominolabs.cyberlink</groupId>
<artifactId>upnp-stack</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>

I'd like not to use another UPnP lib, but I can't find the sources of this artifact, so it's hard to work with it.

Thanks in advance,

Alien
stefangsbb
Site Admin
Posts: 313
Joined: Sun Nov 30, 2014 2:16 pm

Re: Palomino Labs

Post by stefangsbb »

Cool!

The source ca be found at: https://github.com/palominolabs/CyberLink4Java

I am not sure though how the version of that source matches the maven artifact. It is a bit annoying that they have only released a snapshot version in the maven repositories, as this makes it difficult to make a proper release. I have been thinking about including the sources in Nethome so I get some control over the versioning...
Post Reply