Giter Site home page Giter Site logo

d0t451 / cybergarage-upnp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cybergarage/cybergarage-upnp

0.0 1.0 0.0 3.19 MB

cybergarage-upnp is a development package for UPnP™ developers. cybergarage-upnp controls these protocols automatically, and supports to create your devices and control points quickly.

Home Page: http://www.cybergarage.org/

License: BSD 3-Clause "New" or "Revised" License

Java 100.00%

cybergarage-upnp's Introduction

cybergarage-upnp

Overview

cybergarage-upnp is a UPnP™ development package for Java developers. cybergarage-upnp controls these protocols automatically, and supports to create your devices and control points quickly.

UPnP™ * architecture is an open network to enable discovery and control of networked devices and services, such as media servers and players at home.

UPnP™ * protocols are based on many standard, such as GENA, SSDP, SOAP, HTTPU and HTTP. Therefore you have to understand and implement these protocols to create your devices of UPnP™.

* UPnP ™ is a certification mark of the UPnP™ Implementers Corporation.

Repositories

The project is hosted on the following sites. Please check the following sites to know about cybergarage-upnp in more detail.

Using cybergarage-upnp in your project

Maven

I maintain a my personal repository of Maven, Cyber Garage Maven Repository, for my Java projects, and cybergarage-upnp is included in the repository too.

To use cybergarage-upnp in your project for Maven, add the following elements for the personal repository into your Maven project setting.

<project>
  ...
  <repositories>
   ...
    <repository>
      <id>org.cybergarage.upnp</id>
      <url>http://repo.cybergarage.org:8080/maven/repo/</url>
    </repository>
    ...
  </repositories>
  ...
    <dependencies>
      ...
      <dependency>
          <groupId>org.cybergarage.upnp</groupId>
          <artifactId>cybergarage-upnp-core</artifactId>
          <version>[2.1.0,)</version>
      </dependency>
      ...
  </dependencies>
  ...
</project>

Android

To use cybergarage-upnp in your project for Android, please add the jar file in the my maven repository as an external library using the following property settings in the your project :-)

Some protocols of UPnP is based on multicast, but Android's emulator doesn't support multicast yet. Please check Android Emulator and Using the Android Emulator to know the network limitations in more detail.

cybergarage-upnp's People

Contributors

cybergarage avatar klikaservices avatar meilarium avatar diegomoriarty avatar fetzerms avatar d0t451 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.