Tagged Questions
The service-discovery tag has no wiki summary.
9
votes
3answers
477 views
WCF Discovery returns hard-coded URL
The grand design is the following:
There is certain application that gets installed as a Windows Service
There may be several of these on the network
Each of them exposes some interface to the ...
9
votes
4answers
2k views
What is the best way for a client app to find a server on a local network in C#?
The client connects to the server using GenuineChannels (we are considering switching to DotNetRemoting). What I mean by find is obtain the IP and port number of a server to connect to.
It seems ...
7
votes
4answers
4k views
UPnP library for Java [closed]
Is there a library for implementing service discovery and publishing via UPnP?
(I am trying to find some alternatives to JmDNS that while protocol-wise worked fine for our purposes, was highly ...
6
votes
3answers
435 views
Simple Java service discovery framework
I would like to discover all implementations of an interface during runtime in a Java app, and load those classes dynamically from JAR files that the user can add to a folder. It's a plug-in system, ...
6
votes
2answers
16k views
Expose a WCF Service through a Named Pipes binding
Intro:
I successfully implemented a WCF Service hosted in a Windows Service a few days ago. The community here at StackOverflow helped me with the WSDL exposure here. I thank you once again. However ...
4
votes
2answers
127 views
Dynamic server discovery list
I'd like to create a web service that an application server can contact to add itself to a list of servers implementing the application. Clients could then contact the service to get a list of ...
3
votes
1answer
178 views
“Re-announcing” service periodically when using WCF ServiceDiscoveryBehavior announcement endpoint?
I have a Managed Discovery Service hosted with a known URI. I have a discoverable service that when it starts, it announces itself using an AnnouncementEndpoint added to the ServiceDiscoveryBehavior ...
3
votes
2answers
313 views
Automatic service discovery protocols
I am currently looking into a variety of service discovery protocols available to Java and have come up with a small list:
DNS-SD[1] a.k.a mDNS - implemented by jmDNS and also used as a backend for ...
3
votes
3answers
201 views
self organizing computer networks & node discovery: libraries, algorithms, docs: where do I begin?
I would like to write a networked software without centralized directory, capable to automatically discover its fellow nodes and "self-organize" a resilient, "not too unbalanced" logical network ...
2
votes
1answer
116 views
Data broadcasting between instances of distributed server
I'm trying to get some feedback on the recommendations for a service 'roster' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to ...
2
votes
2answers
417 views
WCF Discovery simply doesn't work
I'm trying to add ad-hoc discovery to a simple WCF service-client setup (currently implemented by self hosting in a console app). Debugging using VS2010 on windows 7, and doing whatever I can find in ...
2
votes
2answers
262 views
WCF with discovery fails with socket not valid in its context on XP?
I'm trying to use WCF's discovery mechanism in .NET 4.0. It works on Windows 7 but fails on an XP machine with a socket exception saying that "the requested address is not valid in its context" (the ...
2
votes
2answers
476 views
How to enable WCF Service Discovery when using file-less activation?
G'day guys,
How do I go about enabling service discovering when using WCF's file-less service activation? With this approach it doesn't seem possible to specify explicit endpoint types or a ...
2
votes
2answers
878 views
WCF Discovery finds endpoint but host is “localhost”
I am trying to use the Discovery feature in WCF using http://msdn.microsoft.com/en-us/library/dd456783(v=VS.100).aspx as a starting point. It works fine on my machine, but then I wanted to run the ...
2
votes
2answers
1k views
Bluetooth UUID discovery
Does anyone know how a bluetooth device could pick up the discoverable devices' device IDs in range?
I am ideally looking for the simplest solution that involves the smallest implimentation of the ...
2
votes
1answer
986 views
Using DNS SRV records with C#
Is there a built in (to the .net framework) class or function to resolve a SRV entry to the corresponding records?
IE: _dmsc._tcp.network.local to an array of information (host, port, weight, ...
2
votes
2answers
318 views
What's the best way to locate devices on a network?
I'm building software for a company that sells hardware devices. They want the software to be able to locate all devices on the network without restricting either of their IPs.
What's the best way to ...
2
votes
2answers
212 views
Flexible, Solid and Portable Service Discovery
I am looking for a way for clients in a LAN to find all the instances of my server application without any configuration. Instead of hacking something myself, I'd like to use an existing solution. ...
1
vote
2answers
218 views
Inquiry scan and bluetooth stack
I'm trying to do something with this HCI module I got, which uses a CSR Bluecore6 chip. I'm very new to this, so I'd just want to make it perform inquiry scan only (i.e. make it discoverable). To do ...
1
vote
1answer
333 views
WCF Service Discovery Scope
Scenario:
I have several services that I want to be discovered by different clients. Executing the discovery is working perfectly. But now I have different versions of those services for different ...
1
vote
1answer
137 views
How to limit the discoverability of a WCF service to certain addresses?
I have a desktop app that connects to a WCF service and uses WCF 4.0 discovery. My code to make the service discoverable looks like this:
public static void MakeServiceHostDiscoverable(ServiceHost ...
1
vote
0answers
111 views
UPnp Device with Python
I want to implement a UPnP device that has 1 service and 1 action in python.please help in the designing part. I looked over the Python-Brisa code but it is too complicated. Please suggest me ant link ...
1
vote
1answer
295 views
libraries in python and upnp
I want to develop some protocols that helps in the functioning of UPNP(universal plug and play) and simple service discovery protocol. I need to find the libraries for python and upnp so that I can ...
1
vote
1answer
263 views
Is there a Python library for service discovery using SSDP or UPnP?
Is there a library for implementing Simple Service Discovery Protocol(SSDP) via UPnP in Python? Basically, I want to make protocols for SSDP using python.
1
vote
1answer
152 views
how to broadcast/multicast a service over the network for clients to discover without any need for server IP
how to broadcast/multicast a service over the network for clients to discover without any need for server IP?
how to let other clients discover the service from a server, without the client requiring ...
1
vote
3answers
443 views
WCF discovery finds the endpoint but the address is localhost
I have a wcf discoverable service called "GetNameService" which is hosted on a PC @ 10.0.0.5:8732. It is hosted with wsHttpBinding and is discoverable thru' UdpEndpoint. I also have a client @ ...
1
vote
1answer
251 views
WCF DiscoveryClient returns references to localhost from remote machines
I have an app with a self-hosted WCF service.
My WCF service gets published under the URI "net.tcp://localhost:8004/DocumentService". When I run the service on a remote machine and try to discover ...
1
vote
2answers
396 views
Create a Windows (win32) service discoverable across the network
In short: How to reliably discover a server running somewhere on a (presumably multi-segmented) local area network with zero client configuration
My client application has to locate the server ...
0
votes
0answers
48 views
Check whether known discoverable services are still running
I implemented my own DiscoveryProxy service.
Services announce them self when going online/offline. Now, i want to be able to restart the DiscoveryService without restarting the services.
So, my ...
0
votes
1answer
238 views
JmDNS service discovery in client-server
I'm trying to enable service discovery in my client-server application using JmDNS. I fully understand service registry on the server side, with code that resembles this:
JmDNS jmdns = ...
0
votes
0answers
183 views
JmDNS/zeroconf on Android with DD-WRT router firmware
I'm writing an Android app that uses JmDNS to create a running service on one device, while discovering it and connecting to that service on other devices. I've been running into a problem where the ...
0
votes
1answer
94 views
calling WCF client function doesn't work on IIS
I made a service using the WCF discovery. Everything works fine when it is deployed on a specific port (using VS2010 debug), but when I try to deploy it to IIS it finds the service but can't run any ...
0
votes
0answers
171 views
WCF Discovery - problem with finding a service
I need to write a server that listen to all kind of web services that got WS-Discovery. I manage to do it when i write the client as a serviceHost and add the UDP, the endpoint and the binding through ...
0
votes
0answers
190 views
Zookeeper v/s hardware loadbalancer
I've been looking at Zookeeper recently and wondered how it compares with a hardware loadbalancer for the following usecases:
Service discovery
Using ZooKeeper, the server would register itself on ...
0
votes
1answer
48 views
How to discover if the currently connected server provides a MUC component
Is it possible, and then how, to discover if the current server provides a MUC component with Smack?
I try to make the configuration for the end user as easy as possible. So that he has to enter just ...
0
votes
1answer
219 views
Adding scopes to the announcement endpoint
I'm currently implementing a service that uses WCF discovery and provides Discovery Endpoint and Announcement Endpoint. I also need to use scopes in order to filter announced/discovered endpoints on ...
0
votes
1answer
131 views
How can i get a list of all MUC 's in XMPP server using python xmpppy?
I need to get a list of MUC's in a XMPP server (OpenFire). I have read about XEP 0030 and service discovery, but can not find documentation or examples about implementing it with xmpppy.
0
votes
0answers
207 views
How to Use Service Name and Namespace in WCF Service Discovery
The following is a snippet of a service contract generated from Web Service Factory:
using WCF = global::System.ServiceModel;
namespace XXX.YYY.ServiceContracts
{
/// <summary>
/// Service ...
0
votes
0answers
32 views
design for upnp device
I need to make a protocols for UPnP device.In this, I want to use the webserver for it. The control point sends a discovery message to the device and device sends the list to the server. The control ...
0
votes
1answer
213 views
How to discover local network resources on windows phone 7
I'm trying to find a way of automatically discovering and communicating with a local network service running on desktop/laptop. Much like the Zune's wifi sync feature.
iPhone can do this using ...
0
votes
1answer
346 views
Fix non-standard web serverice port on contractRef and docRef
My problem is closely related to this one: http://stackoverflow.com/questions/640641/how-can-i-use-net-web-services-from-non-standard-ports. My web service runs behind a port-forwarding firewall, so ...
0
votes
1answer
479 views
PHP implementation of IdP discovery based OpenID?
Google have a very nice user friendly federated OpenID login with automagic endpoint discovery:
http://www.puffypoodles.com/lso2
This is implemented in Java Servlets, is there a PHP equivalent ...