Skip to content

Instantly share code, notes, and snippets.

View tizzo's full-sized avatar
💭
:shipit: 🚀 📦

Howard Tyson tizzo

💭
:shipit: 🚀 📦
View GitHub Profile
@nuxlli
nuxlli / avahi.js
Created August 9, 2014 17:32
Adding alias in `.local` domain, using avahi
/*
* Require: lodash, dbus-native
* Referencies:
* http://www.avahi.org/wiki/Examples/PythonPublishAlias
* https://github.com/airtonix/avahi-aliases
* http://code.metager.de/source/xref/freedesktop/avahi/avahi-python/avahi/__init__.py
*/
var _ = require('lodash');
var dbus = require('dbus-native');