Guys (& Gals), Most of the discovery issues in Net::UDAP are because I did a dirty hack to work out the machines local IP addresses (I parse the output of ifconfig or ipconfig on Windows). This is fragile and fails on OSX and any non-English locale.
There is a module that can be used to list local IP addresses - I use it in the current trunk version - but is not pure perl, ie. it requires binary compilation and I am trying to keep Net::UDAP pure perl so it's easy to install (extract the tarball/zip and run). Anyway... I've added a new option in the 1.0.x branch to allow the local address to be specified. Get it here: https://projects.robinbowes.com/Net-UDAP/trac/browser/branches/1.0.x (download the zip file from the link at the bottom of the page) Use it as follows: scripts/udap_shell.pl --local-address a.b.c.d where: a.b.c.d is the IP address of the local machine Please let me know how this works for you, preferably with a post to my mailing list: http://lists.projects.robinbowes.com/mailman/listinfo/net-udap Cheers, R. -- robinbowes ------------------------------------------------------------------------ robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480 View this thread: http://forums.slimdevices.com/showthread.php?t=57861 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
