-
In case anybody would be interested - this is ugly workaround to get JmDNS working on Linux.
JmDNS jmdns;
InetAddress jmdnsAddr = null;
ServiceInfo adminWeb = ServiceInfo.create("_http._tcp.local.", "my host", 80, "my web");
Enumeration<NetworkInterface> e = NetworkInterface.getNetworkInterfaces();
while (e.hasMoreElements()) {...
2009-02-25 22:50:05 UTC in JmDNS
-
I got this issue resolved. The problem is that under Linux JmDNS registers as "0.0.0.0" while under MacOS registers for "real" IP. If you use:
JmDNS jmdns = JmDNS.create();
then change it to:
InetAddress jmdnsAddr =....
JmDNS jmdns = JmDNS.create(jmdnsAddr);
Still it's not ideal - as you need to register manually for every present network interface...
2009-02-25 05:30:02 UTC in JmDNS
-
I got JmDNS working under MacOS but I never get service info from services running on Linux. Tested on machines with CentOS 5 and 4.3 with Java 1.6 with just one (CentOS 4.3) and more (CentOS 5)
network interfaces.
Is anybody succesfully using JmDNS 2.1 on Linux? (as "service provider", not as a client).
2009-02-25 04:58:50 UTC in JmDNS
-
Please add feature, when uploading sub-directories, to include also empty directory. E.g. I got directories "a" and "b" with file "a/a.txt". When uploading, "b" is ignored. Idea, is to upload as pseudo-file "b/.".
2008-01-06 14:28:35 UTC in File Upload Applet
-
abraxis committed patchset 3 of module vfs_cow to the Snapshots for Linux VFS layer CVS repository, changing 2 files.
2007-06-25 18:37:19 UTC in Snapshots for Linux VFS layer
-
abraxis committed patchset 2 of module vfs_cow to the Snapshots for Linux VFS layer CVS repository, changing 21 files.
2007-05-20 02:49:21 UTC in Snapshots for Linux VFS layer
-
abraxis committed patchset 1 of module vfs_cow to the Snapshots for Linux VFS layer CVS repository, changing 21 files.
2007-05-20 02:49:21 UTC in Snapshots for Linux VFS layer
-
abraxis registered the Snapshots for Linux VFS layer project.
2007-05-14 20:05:07 UTC in Snapshots for Linux VFS layer
-
abraxis registered the PHP::RRD project.
2006-02-28 19:08:45 UTC in PHP::RRD