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?