Git Product home page Git Product logo

mdns-browser's Introduction

Cross-platform Multicast-DNS Service Browser

This application discovers the HTTP services announced on the local LAN segment using Multicast-DNS / Service-Discovery as per "draft-cheshire-dnsext-multicastdns-12.txt" & "draft-cheshire-dnsext-dns-sd-07.txt".

The application can be useful in a context such as discovery network equipment as per LXI Standard.

History

0.1: initial release 0.2: added 'app_version' attribute to window title 0.4: made the 'config' parsing more lenient

Makefile

" make wzip " : builds the Windows distribution zip file

" make install_linux [dir=INSTALL_DIR]" : install in ~/mdns_browser or INSTALL_DIR

Building the Windows distribution requires a full install of 'pygtk' version 2.x. A zip file of the "mdns_browser-win32.zip" will be created in the current directory.

Usage Note

On Linux, pygtk 2.x must be installed.

On Windows using from source: cd src python mdns_browser.py

On Windows using zip distribution: unzip in any directory e.g. c:\Program Files\mdns_browser execute "mdns_browser.exe"

Configuration File

The configuration file "config" must be located in the same folder as the executable. The format is the following:

# location of the help page
[help]
	url: http://some-website.com/
# filter-out based on the following prefixes.
# all entries matching the prefix will be filtered-out
[service]
	filters: prefix1, prefix2 ...`

Testing with Avahi

avahi-publish -s testService _http._tcp 9000

Architecture

Multi-threaded, agent based, message switch

  • Timer : maintains the time-base
  • Querier : performs periodic query
  • Listener : listens to incoming mDNS answers, issues "service" and "answer" messages
  • Comms : performs In/Out socket communications
  • Cache : maintains a cache of services
  • Ui : presents the GUI

mdns-browser's People

Contributors

jldupont avatar zalan-axis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mdns-browser's Issues

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.