Giter VIP home page Giter VIP logo

chrome-upnp's Introduction

What's this?

This project is developing Service Discovery API emulation library. Service Discovery means a browser discovers local web services automatically under IP multicast technology such as UPnP and mDNS. To realize IP multicast communication via udp in current browser, utilizing chrome extension's raw socket api (experimental feature).

Demonstration site

Demo

How to use?

The library (now developing UPnP support only...) enables "Networked Service Discovery and Messaging" proposed by Opera and CableLabs. To enable IP Multicast in current browser, installing chrome extension is required.

The extension is depends on Raw Socket API (Chrome Extension's API). Because using this api, currently this extension only works under Chromium (I found that r148782 works well). Please note that this api doesn't work current Google Canary channel and Dev channel, I guess this is due to moving chrome.experimental.socket to chrome.socket.

  • Navigate to chrome://flags/ in Canary, and enable 'Experimental Extension APIs'
  • Navigate to chrome://chrome/extensions/ and enable Developer Mode.
  • Download the packed extension
  • Drag and drop the file into chrome://chrome/extensions and follow the prompt to install (if required).

With extension, including this library enables service discovery features in your site.

Please note that this library is quite experimental, you shouldn't use it in productive purpose.

License

Copyright © 2012 Kensaku Komatsu (@komasshu) Licensed under the Apache License, Version 2.0

chrome-upnp's People

Contributors

kensakukomatsu avatar

Watchers

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