Questions tagged [discovery]

348 questions
80
votes
6 answers

RESTful API runtime discoverability / HATEOAS client design

For a SaaS startup I'm involved in, I am building both a RESTful web API and a couple of client apps on different platforms that consume it. I think I've got the API figured out, but now I'm turning to the clients. As I've been reading about REST,…
curtisdf
  • 4,130
  • 4
  • 33
  • 42
76
votes
6 answers

Determine if an app exists and launch that app on iOS

Is there a way to check iOS to see if another app has been installed and then launched? If memory serves me this was not possible in early versions but has this been changed?
Rob
  • 4,149
  • 5
  • 34
  • 48
61
votes
7 answers

any way to discover Android devices on your network?

I want to be able to discover Android devices on my network and possibly retrieve some device information about them. This is very easy with Apple devices since they run Bonjour services. However, I can't seem to find any similar service running…
gnychis
  • 7,289
  • 18
  • 75
  • 113
55
votes
3 answers

Python unittest and discovery

I have directories, which contain files named like: test_foo.py Each file is a test case. I would like to Run all the tests in a directory from the command line. I am using unittest2, since we are running Python 2.5.1. From one of these directories…
Aaron
  • 3,249
  • 4
  • 35
  • 51
36
votes
4 answers

How to periodically scan for bluetooth devices on android

Hi this may sound as a stupid question.But I was unable to find any answers for this, thus posting here. I am building an indoor application which continuously scans the bluetooth dongles located at different locations in a place like a mall or…
Ameya Phadke
  • 923
  • 1
  • 13
  • 18
26
votes
4 answers

How do I discover RESTful Web services?

When I want to find a "Big" Web service (WS-*/WSDL based) of required functionality I can simply google for ".... filetype:wsdl" because Google indexes also WSDL definitions. Or I can simply use some registries that already crawled the Web for WSDL…
dzieciou
  • 4,049
  • 8
  • 41
  • 85
25
votes
5 answers

Find IP address of directly connected device

Is there a way to find out the IP address of a device that is directly connected to a specific ethernet interface? I.e. given one host, one wired ethernet connection and one second host connected to this wired connection, which layer or protocol…
pmf
  • 7,619
  • 4
  • 47
  • 77
18
votes
3 answers

Android, NSD/DNS-SD: NsdManager unreliable discovery and IP resolution

In the course of the last weeks, Android's NSD implementation is making me go mad: From a user's point of view, the following problems arise: Devices discover each other in a completely non-deterministic fashion. If I launch my NsdManager-based…
Newtron
  • 416
  • 3
  • 12
18
votes
1 answer

How can Android broadcast BLE local name like in iOS?

I've got an Android app advertising ble broadcast data with a service uuid and local name. The problem is that this "local name" (aka bluetooth device name) is limited to 8 characters, each is a 16-bit unicode representation, thus 2-bytes per…
DritanX
  • 753
  • 7
  • 18
16
votes
2 answers

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 online tutorial, but still - the discovery client…
kbo
  • 231
  • 1
  • 3
  • 9
15
votes
4 answers

Network discovery in Java using multicasting

I'm trying to make a client/server Java App. Both client and server will be running on the same wi-fi network. Server will be running on a specific port that client is aware of. I am planning to send a multicast message from client through the…
mohi666
  • 6,842
  • 9
  • 45
  • 51
14
votes
2 answers

any way to detect iPads or iPhones on wireless network? bonjour?

I am trying to detect Apple devices connected to a wireless network. This is relatively simple using Bonjour, however I am also trying to detect what kind of device it is. Like, a MacBook Air, a MacBook Pro, a MacPro, an iPhone, iPod, or an…
gnychis
  • 7,289
  • 18
  • 75
  • 113
13
votes
0 answers

Network discovery in android

I want to discover all devices (host name, MAC address and vendor name) connected to my Wifi network through an android phone. There are no common services running on the devices. Tried the following methods: Pinging all IPs in the subnet takes too…
user3316561
  • 586
  • 1
  • 6
  • 14
13
votes
6 answers

Bluetooth -> service discovery failed

I'm writing an application that is able to communicate with my PC. I have used the Bluetooth functionalities of the SDK 2.1. I can find devices, get their MAC address, create an RFCOMM socket, but when I start the connection, I get the following…
Kaiser
  • 131
  • 1
  • 1
  • 4
13
votes
1 answer

What is the best way to implement device discovery on a LAN

I have little experience in network programming and I am writing a multi platform system which requires each device to be able to find other devices within the same LAN. I am looking for the right approach to do that, and hope that people here can…
NachoChip
  • 297
  • 4
  • 13
1
2 3
23 24