Questions tagged [slp]

Service Location Protocol (SLP) is a protocol which allows applications to discover services within networks.

Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.

Source: http://www.openslp.org/

12 questions
5
votes
2 answers

Service Location Protocol (SLP) binding in Python

Is there a library for implementing a Service Location Protocol (SLP) client in Python?
sebastibe
  • 586
  • 3
  • 13
4
votes
1 answer

SLP Java function causing SocketException due to IP_MULTICAST_IF

I'm attempting to use Java to find a SLP service named test, that is running on my network and create a connection to it. I know the service is running and can use the command "slptool findsrvs service:test" to find it. This command returns…
devonbleibtrey
  • 1,567
  • 16
  • 22
1
vote
0 answers

JmDNS 3.4.1, does it support IPv6?

Does JmDNS 3.4.1 support IPv6? when I register a service with an IPv4 I can see it on other machines, but if I use an interface with an IPv6 address, I don't :( Also, I get No support for IPv6 in jSLP yet (see https://bugs.eclipse.org/328074),…
mimou
  • 81
  • 1
  • 6
1
vote
3 answers

ZeroConf extension that can be used in Firefox/XULRunner?

Is there a ZeroConf client extension for Firefox/XULRunner to be used in a zeroConf environment based on either mDNS or SLP? I know of an extension already that's being developed by the ActiveState Open Komodo folks but it requires PyXPCOM support…
TomC
  • 1,871
  • 1
  • 12
  • 18
1
vote
2 answers

How do I change the port used for livetribe SLP?

I'm attempting to use LiveTribe SLP module (http://livetribe.codehaus.org/LiveTribe-SLP) to provide an SLP service for an application. I want to change the port from 427 to something else entirely. The documentation is sparse and even more…
Jason Thompson
  • 4,643
  • 5
  • 50
  • 74
0
votes
0 answers

Can not load SlpClient because of dll exception C# SLP

I try to use the slp-sharp.dll and have the following code: var slp = new SlpClient(String.Empty); Console.WriteLine("SLP Opened"); slp.Find("inbtest:inb.http", new string[0], delegate (string url, UInt16 lifetime) { // found a service …
0
votes
1 answer

Can we use a single layer perceptron on multiclass classification probleme?

Can we use a single layer perceptron on multiclass classification problem? How can we show that those classes are non-linearly separable if we had 30 features ?
0
votes
0 answers

VBA with Excel and IE: Can't get the source right source code?

I'm currently trying to automate my IE at work with VBA and Excel, because we have some repetitive tasks to complete in an SAP System which is called within the Internet Explorer. So far I am able to start IE and navigate to the starting page of our…
0
votes
1 answer

Enable SLP in Yosemite 10.10?

SLP worked fine in 10.6/7/8/9, but seems disabled by default in 10.10 (enhanced security?). How do I enable SLP in 10.10? I don't see it in Directory Utility.app. Is there an API to enable SLP? My app has been using the open source SLP package…
vonlost
  • 875
  • 1
  • 7
  • 11
0
votes
1 answer

SLP API in .net

Possible Duplicate: Example client implementation for the Service Location Protocol? Does any one know any SLP API in .net?
Abdul Khaliq
  • 2,423
  • 12
  • 40
  • 65
0
votes
1 answer

Trying to create a topology for SLP inspection

I am trying to create a topology consists of a client,server and a gateway in the middle in order to inspect some SLP traffic. for that i am using 2 Ubunto machines and another machine in the middle representing the firewall(which i have wireshark…
Alon Rew
  • 75
  • 1
  • 1
  • 8
-1
votes
1 answer

HPLIP 3.13-11, A LaserJet 4/4M with a JetDirect: no workie

I'm trying to get a very old, but working great C2001A/J4100A (HP LaserJet 4) to work with the HP Linux Imaging and Printing library, but I'm having an awful time of it. 1) There's no entry in /usr/share/hplip/data/models/models.dat for…