Questions tagged [discovery]

348 questions
2
votes
2 answers

Adding new facet to DSpace has no effect (DSpace 4.1)

I changed the discovery.xml file as described in the documentation to add a new facet over dc.type to our DSpace. When I finished reindexing and deleting the cache I see the new search filter at advanced search but not as a facet. These are the…
user2794519
  • 57
  • 1
  • 5
2
votes
0 answers

C# Network discovery (detecting machines that are running certian client)

I am starting C# program for file sharing over local network, and it should be cappable of listing all users on local network that are using same program. I am using UDP Broadcasting to announce existence of user in network, and there seems to be…
Meyhem
  • 91
  • 1
  • 9
2
votes
0 answers

Discovery of Chromecast using Android MediaRouter APIs

I'm trying to discover Chromecast device on my network, select it and use for video streaming in a newly launched activity. It all works fine until I exit my "streaming" activity and return to "discovery" activity. I start a new discovery upon…
alexbtr
  • 3,292
  • 2
  • 13
  • 25
2
votes
2 answers

iBeacon & XCode - Discovering with CoreLocation and Connecting with CoreBluetooth

I have a little hw with a BLE module that communicates with an iOS device. I would like to perform a discovery using iBeacon (so using iBeacon advertisement packets) and - obviously - connection (and data exchange) using CoreBluetooth, but there are…
2
votes
2 answers

How do I read the IR hex codes from an arbitrary remote control?

I have scoured google and cannot find articles related to this exact subject. I have several remote controls I need to manually enter in the universal remote app on my phone. However, I cannot find these codes online no matter where I've…
user1817467
  • 67
  • 1
  • 1
  • 7
2
votes
2 answers

Is there an alternative for UDDI?

I know that UDDI gives the posibility of descovering a web service. Is there any alternative for UDDI that do the same thing : to discover web services?
Roxana
  • 47
  • 1
  • 7
2
votes
1 answer

stm32f0 uart programming

i'm trying to get the usart to work on my stm32f0-discovery but now i found out that the documentation about this kinda " lacks" so is there anyone who has an example of any usart working for the stm32f050? thanks. Bart Teunissen
Bart Teunissen
  • 1,420
  • 5
  • 20
  • 43
2
votes
1 answer

Android Network Discovery Service (ish) before API 14

I need to be able to discover the services on the local network (so say I am running a chat application and I want to discover other devices on local network running this chat), but sadly I need to be able to use it on devices with API < 16 (so I…
siemanko
  • 1,389
  • 1
  • 13
  • 26
2
votes
1 answer

Discover mobile devices (Android and IOS) using .NET

I am working on an ASP.NET (VB.NET) application which will discover devices connected on network. Is there a way through which i can discover IOS devices (iphone, ipad, ipod) and android devices (phones, tablets) connected to my network? Please…
Umer Nawab
  • 21
  • 3
2
votes
2 answers

CRM 2011 connect to organization.svc using C#

The CRM 2011 is setup with ADFS and HTTPS. I'm trying to connect to organization.svc from custom web page which sits on the same IIS with CRM 2011 but as a different web site using this code: OrganizationServiceProxy serviceProxy; ClientCredentials…
Greg Oks
  • 2,700
  • 4
  • 35
  • 41
1
vote
1 answer

Discover the character encoding from byte

I have a string where I know that the degree symbol (°) is represented by the byte 63 (3F). Each character is represented by a single byte. How can I find the character encoding used ?
Sebtm
  • 7,002
  • 8
  • 29
  • 32
1
vote
0 answers

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!
Lorenzo Sciuto
  • 1,655
  • 3
  • 27
  • 57
1
vote
1 answer

Discover and connect to the devices running the same app around globally without a server

I want to create a mobile app which can connect to devices having the same app installed without having a server in between. The devices should act as server and client and discover nodes similar to them , like how it happens in block chain?i…
1
vote
1 answer

Dspace XMLUI discovery messages

I'm working with Dspace 6.3. I added some customize filters in the Dspace Discovery module. They are working in the sense that they return results, but I am having some problems with the visualization of the filters in the advanced search box and in…
1
vote
1 answer

Prism use of discovered service

Suppose a Prism version 8 WPF module has a ViewModel which needs to call on a service. the service implements IService, but there exists a number of implementations of this service. Each implementation is a file (class library), possibly as a…
EuroEager
  • 167
  • 1
  • 2
  • 11