Search code examples
c#.netserviceserveralljoyn

Is there an AllJoyn SDK for c# / .NET?


Is there an AllJoyn SDK for C# / .NET ? - I want to create an AllJoyn Service in a console application, which have to run on my Windows Server and I only could find the AllJoyn SDK for Windows Universal Apps.


Solution

  • I've started one here: https://github.com/dotMorten/AllJoynDotNet

    More or less all of the C API is exposed to C#, but the nicer easier-to-work-with helper classes around it is still a work in progress (but feel free to chip in!)