Questions tagged [discovery]

348 questions
1
vote
1 answer

stm32f3 discovery usart is not sending

Here is my simple register level program written in Rust. This after reading many blogs written in C. I am trying to configure register as they did in C for the discovery board but unfortunately it is not working as expected. I am trying sending a…
1
vote
2 answers

ES Docker container not joining another docker container having same cluster-name

I am facing a weird issue due to docker containers of ES, I was running standalone ES 7.10 in docker container earlier on 9200 host port(internal docker ports are same as standard 9200 and 9300 ES ports), and at the same time, I started three ES…
Amit
  • 30,756
  • 6
  • 57
  • 88
1
vote
1 answer

Android cancelDiscovery Bluetooth does not work

I want to stop Bluetooth discovery process by a button click. I use btAdapter.cancelDiscovery(), but my app still scans for devices. I already put BLUETOOTH_ADMINpermission in manifest. Do I miss something here? Edit: Post from…
springrolls
  • 1,331
  • 1
  • 14
  • 40
1
vote
0 answers

How to have Django `manage.py test` recognize pytest test method that has no unittest base class?

I'm running parallel unittesting using Django 's manage.py test command. The issue is that this command only recognized the unittest-way test method - for those that has the pytest-way eg no test class and have fixture param, manage.py test will…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
1
vote
0 answers

UDP discover broadcast and listen - not working for me

I have a simple device on my network that responds to udp broadcasts of a certain message. It responds to the sender with location information. I can send the broadcast and see the proper response coming in on Wireshark, but my perl code doesn't…
1
vote
0 answers

How to log ansible_python_interpreter failed IPs using Ansible?

I'm not looking for a solution to fix the below python interpreter discovery failed error: TASK [Gathering Facts] fatal: [123.123.123.123]: FAILED! => {"changed": false, "module_stderr": "/bin/sh: 1: /usr/bin/python: not found\n", …
Ashar
  • 2,942
  • 10
  • 58
  • 122
1
vote
0 answers

iOS, iPhone, Bluetooth discovery during call

I am experiencing issues while trying to connect iOS app with a BLE device, during a call. While not on a call the connection works fine and the phone and the BLE board connect instantaneously, however if there is a call, it's almost like the BT…
1
vote
1 answer

Python tests discovery fails with remote.ssh + conda env

I'm using vcsode on windows with Remote SSH to develop python code hosted on linux. My python environment is a conda env based on python3.7. During the test discovery stage, the run_adapter.py script is launched and fails with the following…
1
vote
0 answers

Network discovery in Java using UDP broadcast,

I got a bunch of clients(slaves) that listen to the messages from the server(master). I am trying to create a utility to discover the clients. So in order to do that, I am going to broadcast a message to the subnet IP address (192.168.1.255). So far…
omid
  • 21
  • 4
1
vote
2 answers

Add a default endpoint to the automatically generated services

I'm using the new features of .NET 4 and WCF that generate a default service entry dynamically for me. That's quite handy as it saves me from adding about 30 identical (apart from the contract) service entries in the config file. Now I'd like to use…
R4cOOn
  • 2,340
  • 2
  • 30
  • 41
1
vote
1 answer

Android: Behavior of multiple Bluetooth scans from 2 devices at same time

I am trying to perform bluetooth device discovery from 2 Motorola Droid 2 phones at the same time. Each of them see different list of devices. Actaully there are 5 devices around them other than those 2 mobiles. So I am expecting both of them to see…
talasila
  • 268
  • 1
  • 3
  • 9
1
vote
0 answers

Fetch docker container name of microservices registered with the Eureka server

Does the Eureka server have information on container image names for registered applications? I am working on a spring-boot microservices application in which it is necessary to get image names during registration or subsequent health checks. Eureka…
SyCode
  • 1,077
  • 4
  • 22
  • 33
1
vote
2 answers

DSpace - XMLUI Discovery - Sorting items applying numerical sort order to metadata containing text value

I would need to sort the items displayed on the XMLUI discovery a metadata containing a numerical value but saved as a string (specifically, a size in bytes). Of course, I want the result of the sort to consider the numerical value of these strings…
1
vote
1 answer

How to discover multicast addresses range in Java?

Maybe this question is strange. I don't know. For example, getting multicast packets in Java: byte[] buf = new byte[1500]; MulticastSocket socket = new MulticastSocket(1234); InetAddress group =…
Virkom
  • 373
  • 4
  • 22
1
vote
1 answer

Discovering Jython modules in Java .jar at runtime?

Is there a way to discover Jython modules inside a package at runtime, if they are inside a Java .jar in the form of compiled .py$class files? Suppose I have a module foo containing function frobify. Someone else on my team is providing a package…
Jason S
  • 184,598
  • 164
  • 608
  • 970