About this tag
AllJoyn is an open-source framework developed by the AllSeen Alliance to enable interoperability in the Internet of Things (IoT). It provides a common language for devices and protocols, scaling from small microcontrollers to full computing platforms. Windows 10 includes native AllJoyn support, and the AllJoyn Studio plugin for Visual Studio 2015 helps developers create IoT applications. Discussions on WindowsForum.com cover using AllJoyn Studio versus the open-source framework, troubleshooting COM errors like hresult e_fail, and building C++ applications with AllJoyn. The tag also relates to Windows 10 IoT Core development and integration with Cortana.
  1. B

    Comparing AllJoyn Studio Development vs. AllJoyn Open Source Framework for Applications

    HI, Can anybody tell me what is the difference between the scenarios mentioned below? 1. Using AllJoyn studio for development 2. Use the complete alljoyn open source frame work from allseen to develop AllJoyn application?
  2. B

    Windows 10 h_result e_fail returned from call to COM

    Hi, I am trying to create alljoyn application using "ÄllJoyn studio" plugin. Am facing error saying that ""hresult e_fail returned from a call to a com component"". Can anybody help me to resolve this issue? I tried deleting ProjectsTemplateCache and built. But It did not work
  3. B

    Windows 10 Alljoyn application using alljoyn studio

    Hi All, Can anybody help me to create alljoyn application using c++ and alljoyn studio plugin of visual studio 2015. I just have seen documentation just to use the existing interface in C#. But I want to create my own c++ application using AllJoyn Studio. Can anybody help me in this? How to...