1

Does anyone know of a good example implementation of the Service Location Protocol that can be build/ran on a windows box?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Jon Ediger
  • 949
  • 1
  • 10
  • 27

2 Answers2

3

OpenSLP is said to compile fine on Windows.

Nowhere man
  • 5,007
  • 3
  • 28
  • 44
  • It does, but if you want .Net support you will need a wrapper. Eg: https://github.com/inorton/slp-sharp – IanNorton Apr 17 '11 at 10:47
1

OpenSLP referenced above is the code base that Novell uses for its SLP implementation for eDirectory now a days. Not too many things really use SLP for real these days. Usually more of a half hearted implementation

geoffc
  • 4,030
  • 7
  • 44
  • 51