I’ve built openslp on OS X 10 and it compiles without warning/errors. I’ve tested with the tools (slptool) and adding in the libspl.a and related headers and attempting to put some code together. The tool returns nothing from testing, however runs fine on linux.
OSX:
$ slptool findsrvs VMwareInfrastructure
$
Linux:
$ slptool findsrvs VMwareInfrastructure
service:VMwareInfrastructure://esxi01.fnnrn.me <http://esxi01.fnnrn.me/>,65535
service:VMwareInfrastructure://esxi02.fnnrn.me <http://esxi02.fnnrn.me/>,65535
$
Both running version 2.0.0
The test code (http://www.openslp.org/doc/html/ProgrammersGuide/SLPFindSrvs.html <http://www.openslp.org/doc/html/ProgrammersGuide/SLPFindSrvs.html>) compiled without warnings/errors just returns
service URL = NULL
- Dan |