AllJoyn open source applications?
I am trying to find open source AllJoyn based apps. All I have is a handful of apps that appear repeatedly on different sites, but none of them are open source.
https://www.alljoyn.org/app-developers/featured-apps
Sure, there is a sample AllJoyn SDK app, but they're pretty basic.
So, does anyone know of an open source AllJoyn project, preferably targeting Android OS?
source to share
Here is the complete working code of the LSF and OnBoarding service framework for Android
https://github.com/JunaidBabu/AllJoyn_LSF-sample
https://github.com/JunaidBabu/AllJoyn-Onboarding_base
I've imported all the available AllJoyn libraries which are useless in the above cases, but the code does it for the purpose.
source to share
This is .NET / UWP. You didn't specifically mention Android separately from the tag, but they might be useful to you anyway, since a lot of the lower level of code remains the same:
Philips-Hue-to-AllJoyn Bridge https://github.com/dotMorten/AllJoynPhilipsHueDSB
AllJoyn Device Simulator (to simulate various devices also available in the Windows Store): https://github.com/dotMorten/AllJoynDeviceSimulator
Lighting Controller Framework implementation (light scenes, groups, etc.): https://github.com/dotMorten/AllJoynLightingController
.NET Client Library (this is an application for interacting with devices, which you can also get in the Windows store, and useful for testing services): <a3>
Ecobee-to-AllJoyn Bridge: https://github.com/dotMorten/AllJoynEcobeeDSB
AllJoyn.NET/Xamarin Wrapper around C SDK: Supports Xamarin, including Android: https://github.com/dotMorten/AllJoynDotNet
source to share