I am trying to develop a UWP application using C# that will discover all AllJoyn producers on the network and create consumer objects for communicating with the devices(producers). It's going to be pretty much a generic consumer like the AllJoyn Explorer in the Windows 10 IoT Core Samples on github.
Is the source code for the AllJoyn Explorer available for developers?
If not can I get some insight or guides to writing such a program?
The AllJoyn Explorer is based on the DeviceProviders code here: https://github.com/ms-iot/samples/tree/develop/AllJoyn/Platform/DeviceProviders
This is the meat of it all. I packed it all up into an easy to use nuget package here: http://www.nuget.org/packages/dotMorten.AllJoyn.DeviceProviders/
..and I wrote a tutorial on how to use it here: https://www.hackster.io/dotMorten/discovering-and-interacting-with-any-alljoyn-device-0dbd86?ref=user&ref_id=31739&offset=0