1

I am playing with AllJoyn and Windows 10. I installed Windows 10 and tried the samples provided like MockAdapter and so on. These devices AllJoyn explorer displays, but if I install AllJoyn 14.12 on other linux computer and run basic_service, then nothing is displayed in AllJoyn Explorer. But basic service is using AllJoyn bus provided by Windows 10. Any help? Thank you, guys!

Ry Jones
  • 1,085
  • 1
  • 11
  • 25

1 Answers1

0

The Alljoyn Explorer uses the AboutAnnounce feature and not the AdvertisedName feature of the Alljoyn Framework.

The basic_services uses the AdvertisedName feature and does not use the AboutAnnounce feature, hence it is not discovered by the Alljoyn Explorer.

Ajit Jain
  • 105
  • 6