Questions tagged [discovery]

348 questions
3
votes
0 answers

How to programatically discover unregistered web services deployed in Weblogic?

There are a number of teams who have deployed applications to a shared Weblogic application server. There has been some effort to maintain a registry but it hasn't been kept up to date. How can you programmatically discover all the web services…
s_t_e_v_e
  • 2,496
  • 3
  • 31
  • 35
3
votes
1 answer

WCF and service discovery timeout

Does someone know how to set the timeout for discovery. The default value is like 10-15s and it seams a bit long... On witch side does it have to be configured? Service? Client? Service: // Add a ServiceDiscoveryBehavior …
John
  • 43
  • 5
3
votes
1 answer

WCF service discovery with metadata

Hi I'm looking for a WCF example which include service discovery and a way to discover/detect the binding type, I think it could be done using metadata exchange .
3
votes
1 answer

Wifi and Bluetooth discovery issues

I have an application that needs to keep the bluetooth discovery process in a loop to always discover new bluetooth devices (when the BroadcastReceiver gets a BluetoothAdapter.ACTION_DISCOVERY_FINISHED, I just call the startDiscovery() again). I've…
Ricardo
  • 31
  • 2
3
votes
2 answers

WCF Discovery: Find dynamic endpoint in different subnet

I'm using dynamic endpoints to find WCF services. So far this works great. However, when the services are in a different subnet, they cannot be found anymore. I do know the address of the server, but I don't know the port and the precise service…
mafu
  • 31,798
  • 42
  • 154
  • 247
3
votes
1 answer

Elasticseach 6.1 EC2 cluster discovery not working

I'm currently upgrading a cluster to 6.1 and have been unable to get the nodes to discover each other at startup. The three individual nodes boot but then get stuck in a loop: [2018-01-08T11:33:01,421][WARN ][o.e.d.z.ZenDiscovery ]…
3
votes
2 answers

hazelcast-kubernetes Network Discovery: How to use with Multiple Nodes

We have a Kubernetes cluster which spins up 4 instances of our application. We'd like to have it share a Hazelcast data grid and keep in synch between these nodes. According to https://github.com/hazelcast/hazelcast-kubernetes the configuration is…
Matt
  • 5,408
  • 14
  • 52
  • 79
3
votes
0 answers

Arduino + Analog Discovery ( UART )

I'm going crazy to resolve this problem: i need to configure my Analog Discovery to read data sent by PC to Arduino over RX pin. PC and Arduino communicate via UART protocol standard, with 1 start bit, 8 data bits and 1 stop bit. I tried to sample…
3
votes
3 answers

How can I implement DNS - Service Discovery in Unity3D similar to Bonjour browser

I want to implement a service discovery module to fetch the IP address of a service broadcasting device, similar to the bonjour browser. Is it possible to implement it in Unity3D(Android/iOS). Can anyone guide me on how can I achieve it. A small…
3
votes
4 answers

How to achieve service discovery like "Printer Discover" on android?

I would like to know about the 'service discovery' mechanisms supported by android - particularly, Printer Discovery. Does android provide such a discovery option? example : support for snmp broadcast? I tried out an application "PrinterShare" link…
Roy Samuel
  • 790
  • 9
  • 24
3
votes
0 answers

how to disable discovery/visibility of HC-05 bluetooth module

I am using hc-05 module interfaced with an arduino to connect with android device. What i am trying now is to disable hc-05 bluetooth module discovery/visibility to other device. In short i want to make hc-05 module invisible to other devices. My…
Serious
  • 29
  • 4
3
votes
0 answers

How to cleanly establish and destroy half-open TCP connections in c#

Assuming I'm running on Windows Server 2008 R2, which as per MSDN doesn't have the restrictions documented here, how would I go about establishing a half-open TCP connection and C# and subsequently closing it. I want to do this as cleanly as…
Mark
  • 5,223
  • 11
  • 51
  • 81
3
votes
0 answers

Windows SSDP discovery service throttling outgoing SSDP broadcasts

I have a Python app that broadcasts SSDP discovery requests. I noticed the devices I'm attempting to discover aren't always responding. Using Wireshark I found that only some of my broadcasts are reaching the wire. After some troubleshooting I…
Horshack
  • 111
  • 1
  • 6
3
votes
2 answers

How are clientside security vulnerabilities generally discovered?

I mean in operating systems or their applications. The only way I can think of is examine binaries for the use of dangerous functions like strcpy(), and then try to exploit those. Though with compiler improvements like Visual Studio's /GS switch…
Jehjoa
  • 551
  • 8
  • 23
3
votes
1 answer

How to use the RTC clock with the STM32 using HSE with PLL

I am using the stm32F0xx series and am trying to get the RTC to work. I have an external 8MHz crystal connected and using PLL to create a sysclk of 48MHz. Obviously I would like to use this clock with the RTC. I have tried the following: //(1) Write…
TracyB
  • 31
  • 1
  • 2