Whamb Share Protocol Daemon 1.1 review

Download
by rbytes.net on

Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system.WSD needs

License: GPL (GNU General Public License)
File size: 5K
Developer: Jean-Edouard Babin
0 stars award from rbytes.net

Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system.WSD needs perl 5.7.3 or later (5.8.0 recommended) and some modules (HTML::Entities, Encode, MP3::Info), you will find any instructions you need in the readme, so please read it ! WSD also needs RendezVous from Apple, it's opensource and runs on lots of platform including linux/*BSD/Windows/Solaris and all Posix OS'es

Installation is simple but depends by your operating system:
'make os=linux' on linux
'make os=opensd' on openbsd
'make os=osx' on macosx
'make os=solaris' on solaris

if you are running NetBSD or FreeBSD edit the makefile you will see:
ifeq ($(os),openbsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T -DHAVE_BROKEN_RECVDSTADDR
change it to
ifeq ($(os),bsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T

and use make 'os=bsd'

You can start it with something like: build/mDNSResponderPosix -n "`hostname`" -t _whamb._tcp. -p 7603 -d
You may also want to copy mDNSResponderPosix to your /usr/bin directory

Whamb Share Protocol Daemon 1.1 search tags