1

I've been playing with my Raspberry pi 2 with Windows 10 IoT. And want to send commands to device using alljoyn.

However I was unable to find any kind of client/router sample c# code. Microsoft offers Windows.Devices.AllJoyn namespace only for Windows 10 :( https://msdn.microsoft.com/library/windows/apps/windows.devices.alljoyn.aspx

Am I the only person who want to use alljoyn in c# app other than in Windows 10?

Alexander Selishchev
  • 1,180
  • 13
  • 29
  • 1
    The samples are in Windows Universal. Surely that means that it should run on Windows 10 IOT. https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/AllJoyn – Aron Aug 19 '15 at 16:26
  • @Aron, thank you for reply. Probably my question was not clear enought. I have Alljoyn app on raspberry pi, but how do I connect to alljoyn bus from regular WIn8 PC. As far as I can see there is no c# implementation I can use in Windows 8 – Alexander Selishchev Aug 20 '15 at 12:42

1 Answers1

0

I've started a C# wrapper project here: https://github.com/dotMorten/AllJoynDotNet

Currently supports Windows Desktop, Windows 10, and Xamarin Android, but I don't see why a Windows 8.1 Store app wouldn't be possible as well - we just need the alljoyn_c.dll compiled for 8.1.

dotMorten
  • 1,953
  • 1
  • 14
  • 10