Questions tagged [alljoyn]

AllJoyn™ is an open-source application development framework that enables ad hoc, proximity-based device-to-device communication that is OS agnostic.

AllJoyn is an open source peer-to-peer (P2P) software development framework that enables ad-hoc, proximity-based, device-to-device communication without the use of an intermediary server. It allows developers to easily write proximity-based P2P applications with a common set of APIs across hardware platforms and OS environments. AllJoyn manages the difficult connectivity, networking and security requirements of P2P communications and allows developers to focus on delivering new and exciting user experiences.

Currently Alljoyn framework is officially supported on local IP network (ethernet / Wi-Fi, etc.) and there are unsupported implementations for WiFi-Direct and bluetooth (Bluez stack with root permission needed).

184 questions
2
votes
1 answer

Alljoyn Message TimeStamp in Android

In the course of working on an Alljoyn application for Android and iOS and investigating the Unity bindings, I noticed that both the iOS and Unity bindings have "message" object passed as a parameter to the method handlers that includes a timestamp…
bkant
  • 157
  • 1
  • 11
2
votes
0 answers

build alljoyn sample chat failed on android

I want to use the NDK to build the sample application chat (cpp version) of alljoyn on android. But I got the error undefined reference to 'typeinfo for ajn::BusObject'. And I have checked the alljoyn library path and I could find the libajdaemon.a…
user2660801
  • 31
  • 1
  • 2
2
votes
1 answer

signature get error on Alljoyn framework?

i'm working Android App use Alljoyn framework and i have some prolem i have a custom object public class Package implements BusObject { public static enum DataSendType { TEXT,IMAGE } public static enum PackageStatus { …
2
votes
0 answers

File Transfer using AllJoyN from Android to Windows

This question is regarding file transfer using AllJoyN I am using the basic_client & basic_service files for Windows 64 Bit desktop machine and I was able to build and run it successfully to transfer files from Client to Service. Also I am able to…
2
votes
2 answers

AllJoyn or Wifi Direct for P2P?

For Wifi P2P in Android, and considering: time, required experience, and performance. Should I go to 3rd party frameworks like AllJoyn or just use Android Wifi Direct? The app is not for commercial use.
aLogic
  • 125
  • 1
  • 8
1
vote
1 answer

alljoyn repository, 502 bad gateway

I'm getting to stackoverflow after visiting https://ask.allseenalliance.org/questions/ I cannot access to https://git.allseenalliance.org/gerrit/core/ The page reports 502 Bad Gateway error and X.509 certificate has expired on 12/03/2018 and has not…
mpalmier73
  • 27
  • 4
1
vote
0 answers

How to generate AllJoyn WinRT component code from AllJoyn introspection interface XML in Windows 10 and VS 2017 CE

I am trying to develop some POCs to understand the AllJoyn capabilities in Windows 10. My platform is Windows 10 with VisualStudio 2017. Now the AllJoyn Studio extension is not available for VS 2017 (it is available for VS 2015). So what are the…
koder
  • 887
  • 9
  • 29
1
vote
0 answers

AllJoyn Bus Blocked Exception

I'm trying to get device discovery work using AllJoyn on Android. Following the sample apps, I'm able to get callbacks for foundAdvertisedName and able to join the session. But when calling any methods on the proxyBusObject it thorws BusBlocked…
Gunjan
  • 1,177
  • 2
  • 11
  • 22
1
vote
1 answer

VS AllJoyn Studio - Generated consumer failing with System.IO.FileNotFoundException

Has anyone experienced System.IO.FileNotFoundException in the consumer code generated using VS AllJoyn Studio? I am trying to create an AllJoyn enabled UWP application using the VS AllJoyn Studio extension. With the provided tooling, I am able to…
Kirk Kerr
  • 11
  • 1
1
vote
2 answers

How to transfer bin file to Alljoyn enabled board in Android

I need to send bin file to the Alljoyn enabled board from Android. What is the standard way to transfer it through Alljoyn.
Robin Royal
  • 1,788
  • 1
  • 18
  • 29
1
vote
0 answers

Alljoyn: LampStateChange callback is not received from MessageReceiver

I am using About+session Listener to control my lamp device. To receive the lampstatechange notification i have registered the signal handler for lampstatechange at announce (after introspect is success). But my application is not receiving the…
gilly
  • 23
  • 5
1
vote
1 answer

Alljoyn file transfer issue when connect with android M device

hi am not able to send and receive file when try to send form alljoyn sample demo. I have use 16.4 jar and .so file for that provide by alljoyn. Here is provided jar and .so https://github.com/onbiron/AllJoyn I am getting that kind of error when try…
Amit Prajapati
  • 13,525
  • 8
  • 62
  • 84
1
vote
2 answers

How to get wifi connected device list in alljoyn?

I have use alljoyn for wifi share. I want device list connected to wifi network on channel base. I have follow one demo but it not call implemented method announced AboutListener is part of alljoyn. import org.alljoyn.bus.AboutListener; public…
Amit Prajapati
  • 13,525
  • 8
  • 62
  • 84
1
vote
1 answer

Does Alljoyn need root access?

I've recently found out about Alljoyn and I would like to ask if developing Alljoyn app needs Android devices to be rooted. Also can you point a simple demo to develop apps using Alljoyn. Thanks in advance! EDIT: Also, can I use services of…
1
vote
0 answers

AllJoyn Notification Acknowledgement Android

I want to use the AllJoyn Notification SDK for Android to send and receive notifications across all Android devices connected to a single Wi-Fi router. Is there any way through which I can confirm that my sent notification has been received on all…
androidnoob
  • 345
  • 2
  • 17