ms-iot / samples

Windows 10 IoT Core Samples
MIT License
1.2k stars 1.33k forks source link

Alljoyn devices not visible in IoT explorer for alljoyn #532

Open MarcoTu opened 6 years ago

MarcoTu commented 6 years ago

Hi,

I'm working with a Raspberry Pi3 and Windows IoT Core. I've installed OS version 15063 (dowloaded from https://www.microsoft.com/en-us/download/details.aspx?id=55029). I have also a Aeon Labs DSA02203-ZWUS Z-Wave Z-Stick Series 2 USB Dongle attached to RPi. Everything should be set up correctly to run the zwave sample as per https://developer.microsoft.com/en-us/windows/iot/samples/zwaveadapter.

I have IoTOnboarding and ZWaveAdapter headless app running on RPi, anyway I do not see anything on IoT Explorer for Alljoyn app on my Win 10 PC (same network and subnet).

While trying to troubleshoot I've noted these errrors on Alljoyn router service in event viewer (192.168.100.25 is address of RPi)

AJErrorData QStatus 0x8 Message trans->Connect(tcp:addr=192.168.100.25,port=9955) failed Module ALLJOYN_OBJ File ..\alljoynobj.cc

AJErrorData QStatus 0x8 Message TCPTransport::Connect(): Failed Module TCP File ..\tcptransport.cc

AJErrorData QStatus 0xa Message UDPTransport::DoConnectCb(): Connect error Module UDP File ..\udptransport.cc

Thanks

Regards

Marco