Tagged Questions
The discovery tag has no wiki summary.
18
votes
16answers
2k views
How do you find interesting problems to solve?
How do you find interesting problems to solve?
I often want to learn new programming languages. However, I feel that to really understand it, I must write something which is:
Real—it should solve ...
9
votes
2answers
449 views
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 ...
9
votes
3answers
481 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 ...
8
votes
2answers
4k views
Web service discovery in WCF : Ws-Discovery or UDDI?
I know the distinction between UDDI and Ws-Discovery (well know location to search a service vs broadcast). But my question is : what is the simplest way to discover a webservice in WCF ? By simplest ...
5
votes
4answers
1k views
UDP Server Discovery - Should clients send multicasts to find server or should server send regular beacon?
I have clients that need to all connect to a single server process. I am using UDP discovery for the clients to find the server. I have the client and server exchange IP address and port number, so ...
4
votes
3answers
3k views
Make Bluetooth on Android 2.1 discoverable indefinitely
I'm working on a research project which involves Bluetooth and the Android OS. I need to make Bluetooth discoverable indefinitely in order for the project to continue.
The Problem:
Android ...
4
votes
2answers
1k views
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 ...
4
votes
6answers
487 views
Reading source code
If you read other people's source code, how do you approach the code? What patterns are you looking for (datatypes, loops, use of control flow, ... )? How long can you read other people's code without ...
3
votes
2answers
100 views
Network Discovery tool - java [closed]
I need to write a network discovery eclipse plugin, to fetch OS details, what architecture (32/64) given a subnet or ip range, and present a topology view.
Appreciate any help / pointers on how to ...
3
votes
1answer
181 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
1k views
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?
Thanks,
Rob
3
votes
3answers
2k views
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 ...
3
votes
3answers
1k views
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 ...
3
votes
3answers
188 views
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 ...
3
votes
3answers
142 views
Can a PHP app run when email is sent?
Is there a way to configure a server or a script to execute a php script when an email is received?
In theory this could be extended to other protocols, such as XMPP or SMS, etc.
What I have in mind ...
3
votes
4answers
2k views
Are there any public UDDI registries available?
I am currently trying to get a grasp of UDDI and would like to run some examples with the inquiry API, but I can’t find public registries that I can query with my SOAP messages.
IBM, Microsoft and ...
2
votes
1answer
52 views
Add Service Reference, Multiple Credential Prompt
I started a new blank console app project in VS (I am using VS2010), and choose Add Service Reference to a web service protected with a username and password.
When I click Go in the dialog box, I'm ...
2
votes
1answer
334 views
Network Device Discovery
For my Android app, users need to connect to a server that will be hosted somewhere on the same LAN. There can be multiple servers hosted on the same LAN. To make it easy for the user, I was going ...
2
votes
2answers
421 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
4answers
349 views
Identify a non-computer network device?
I'm current working on a program that scans my network and discoveres computers and devices on the network. I use various operations to find data on the devices I discover, but want to distinguish the ...
2
votes
1answer
365 views
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 ...
2
votes
4answers
1k views
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
1) run all the tests in a directory from the command line. I am using unittest2, since we ...
2
votes
1answer
60 views
Name and parameters of parent function
I'm trying to figure out how to get the name and parameters of a parent function.
Example:
function foo($a,$b){
bar();
}
function bar(){
// Magic Print
}
foo('hello', 'world');
Output:
...
2
votes
11answers
359 views
What are various methods for discovering test cases
All,
I am a developer but like to know more about testing process and methods. I believe this helps me write more solid code as it improves the cases I can test using my unit tests before delivering ...
2
votes
5answers
8k views
Bluetooth -> service discovery failed
I'm writing an application which 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 ...
2
votes
2answers
580 views
Is the public UDDI movement dead or, was it ever alive?
I am trying to find some public UDDI registries to interact with, for learning purposes. But it seems there are none available. I popped the following question on SO to see if someone knows about any ...
1
vote
0answers
30 views
Android Bluetooth Discovery in a sequential method?
I am new to Android programming. I want to make a library (a JAR file) that contains the Bluetooth discovery functionality.
Since it is a library, the method inside should be a sequential method ...
1
vote
0answers
18 views
Cross machine discovery doesn't work
I have a self-hosted WCF service and a client which uses UDP multicast discovery to find service endpoints. I have tested them on a local machine, so both discovery and web method calls worked ...
1
vote
0answers
39 views
WCF method call returning web service disco page
(First of all, thank you to all contributors. This is my first stop when I'm researching a problem. What a fantastic resource.)
I have a WCF web service and application that works fine in ...
1
vote
0answers
45 views
Discovery of iOS devices connected to Mac OS X machine
Is there any way to programatically discover iOS devices connected to Mac OS X machine. Either by system command or some Obj-C Library function? I'd like to upload developer signed app to device ...
1
vote
0answers
27 views
Android: LIAC bluetooth how to
Does anyone have any idea about how i can use LIAC Limited Inquiry Access Code (Bluetooth) on Android? There are any libraries or similar that can be used for resolving this issue?
Thanks in advance!
1
vote
1answer
259 views
32feet.net howto discover nearby bluetooth devices async in c#
I am trying to use the 32feet.NET bluetooth library in a C# application to detect nearby devices. The purpose of my little application is to let the PC know who is in the room using the bluetooth ...
1
vote
1answer
53 views
Is there an open source tool to automatically find patterns in logfiles?
I've been working on a clustered system for many years, and decided it is time we had a tool that let us query the plain-text logfiles (among other things) easily. I downloaded all the logfiles to an ...
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
1answer
195 views
WCF discovery: EndpointNotFoundException even though the endpoint was found
I'm using WS Discovery to dynamically find and connect to endpoints on the local network.
var cli = new DiscoveryClient (new UdpDiscoveryEndpoint ());
var response = cli.Find (new FindCriteria ...
1
vote
2answers
458 views
UPnP announce goes out, but device is not discovered
i am writing code for a UPnP device to announce itself. i have no interest in it being able to discover other UPnP devices on the network. i am sending out the following messages (taken from ...
1
vote
1answer
200 views
WCF discovery: Interface not found exception
I'm trying to use .net 4's discovery in WCF. But no matter what I do, I'm getting this not very useful exception:
System.ArgumentException crossed a native/managed boundary
Message=Interface not ...
1
vote
3answers
828 views
Can I create a WCF workflow using the standard Workflow activity templates?
Is it possible to create a WCF workflow using the standard (Activity template) Workflow activity templates? And, if so, where can I find some samples that DO NOT use the standard WCF service template ...
1
vote
1answer
62 views
Getting the contract
Is there a way to get a contract from a running service programatically? I want to compare the contract of a running service from a referenced contract in the client side.
For example I have two ...
1
vote
2answers
279 views
SharePoint : Issue creating Disco
I've followed the instructions to the letter, when I run disco.exe I get this error:
The HTML document does not contain web service discovery information.
Any suggestions?
...
1
vote
5answers
162 views
How would I figure out if there are other algorithms similar to mine?
In another question, I asked something similar but I ended up just posting my algorithm there and invalidating several answers. I re-ask it here:
If I "invented" an algorithm, what's the best way for ...
1
vote
7answers
226 views
What would you tell yourself if you were teaching your past-self Java as your first language?
I am a begining programmer with some old AutoHotkey (scripting language) experience plus basic html.
I am reading Code Complete 2nd ed in the bathroom.
&
I am reading Java How to Program in my ...
1
vote
5answers
980 views
How to find classes when running an executable jar
I am running an executable jar and wish to find a list of classes WITHIN the jar so that I can decide at run-time which to run. It's possible that I don't know the name of the jar file so cannot unzip ...
1
vote
1answer
358 views
How to discover the type of the NAT a given interface is behind
I would like to discover the type of the NAT (FullCone, Restricted Cone, Port Restricted cone, Symmetric) a given network interface is behind.
I've tested different tools ...
0
votes
3answers
32 views
Bluetooth discovery on Android - is there a way to know if there is a bluetooth device nearby?
I would like to show some kind of alert/notification if there is a bluetooth device nearby. At the moment my solution is to do the discovery every minute, but is there a more sophisticated way? (Like ...
0
votes
0answers
19 views
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 ...
0
votes
2answers
94 views
Android NFC, pass tag to different listener upon discovery
I have an NFC app that has all the proper intent filters set up in the manifest to only respond to a particular kind of NFC technology.
This part works, but I don't understand what it will do if ...
0
votes
0answers
32 views
Tools for IT Infrastructure discovery [closed]
Currently, I have an industry attachment project in which my group need to suggest a good tool for Network discovery to a IT service company. The company wants to automate the stage in which they have ...
0
votes
1answer
75 views
jini service discovery
In Jini service discovery, you can search for all types of services by providing null for the class[] of service types to discover. My question is what happens if you don't have in your classpath the ...
0
votes
0answers
108 views
How to restart Bluetooth discovery before the cycle is finished?
The Bluetooth discovery process by default takes ~12 secs, but I'd like to shorten it into 8 secs and then restart the process. I used Handler to schedule the restart and it worked fine. Here is the ...