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
1
vote
1 answer

How do we include the base services of alljoyn in universal web application

Iam trying to build a universal web application(producer) which uses my own interface and its build using Alljoyn Studio. Now i want to add the notification service, to send the notification to the consumer which is a (android)application. how do i…
Megha
  • 11
  • 4
1
vote
0 answers

Retrieve Alljoyn Device Names and Amount of Devices in Channel on Android

We created a game for socialising on android using the alljoyn chat examples for sending messages between all devices. Now we need an improved method for retrieving the amount and names of devices in the current channel. I am unable to retrieve it…
hugosa
  • 53
  • 1
  • 6
1
vote
1 answer

unable to start service alljoyn-gwagent after alljoyn daemon started

Unable start service alljoyn-gwagent after running the 'sudo service alljoyn start' Checked the log at /var/log/alljoyn-gwagent. log, it has 0.685 ****** ERROR STRING external ...yn/common/src/String.cc:94 | Constructing string from…
Jayasagar
  • 2,046
  • 19
  • 22
1
vote
1 answer

Alljoyn openSSL issue for android N

My application is crashed when I install it on the Android N. Please see the log below: java.lang.UnsatisfiedLinkError: alljoyn dlopen failed: cannot locate symbol "OPENSSL_add_all_algorithms_noconf" referenced by…
YiMing Yu
  • 13
  • 3
1
vote
0 answers

liballjoyn.a no such file or directory

I've installed alljoyn on my raspberry pi and i'm trying to compile the sample code for its basic services. I used the following makefile that i found online with small changes. # Copyright 2010-2011, Qualcomm Innovation Center, Inc. # # …
metallion
  • 11
  • 1
1
vote
0 answers

Compile error in xcode for service samples using alljoyn frameworks

I'm trying to compile the alljoyn framework samples for iOS. After a long time searching and test I found the way to compile the core framework examples. But when I was tring to do it with notification service example. I couldn't figure out a way to…
dmsw1234
  • 11
  • 2
1
vote
1 answer

Lixf Color 1000 Alljoyn Onboardnig Error

I have been following a tutorial by Serge on how to onboard a lifx color 1000 bulb but for the life in me I cant seem to get past 'consumer.ConfigureWifiAsync()' function. I'm always getting 'Status1 = 36914 & status2 = 0'. I have a TP-Link MR3420…
control
  • 13
  • 5
1
vote
1 answer

AllJoyn BusSignalReply error

I'm building an Android App that uses the AllJoyn Framework. Basically, I need a lan communication in order to create lobbies and allow people that are joined to them, play a certain game. For this, I have created an object Lobby and its…
Aliara
  • 41
  • 4
1
vote
3 answers

Does AllJoyn Router support discovery of remote services running on wired local network

Client and server running on different computers that connected to local area Network. Can we use Alljoyn to publish the server to be auto discover by clients running on a remote machine connected to same local area network. All machines are…
1
vote
2 answers

How to compile source of Core and Service on WinRT?

We are trying to make the control panel service working on WinRT. However, we could not compile the code because we cannot find the namespace 'ajn'. What we have done is: Download the core source and the service source from AllJoyn website. Setup…
1
vote
1 answer

AllJoynChat sample - directory not found for option '-L/build/Debug-iphoneos'

I tried to build the AllJoynChat sample and got the following error message: ld: warning: directory not found for option '-L/build/Debug-iphoneos' ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see…
1
vote
2 answers

Alljoyn Service behind a Linux firewall (iptables)

I want to use the Alljoyn framework on an embedded linux device. Due to security reasons, it is necessary to configure a firewall for that device. This is done with iptables. What I've done so far: I tried to run the AboutService example on that…
meddle0106
  • 1,292
  • 1
  • 11
  • 22
1
vote
3 answers

Using Scons to build Alljoyn Thin App for Arduino

I am trying to get familiar with Alljoyn Thin Core Library (15.09) and my current goal is to run the example from AJTCL_DIR\src\target\arduino\examples\AJ_LedService. The problem is I am not familiar with the Scons and there seems to be no guide for…
Vadimchik
  • 31
  • 1
  • 8
1
vote
1 answer

basic_client which is built with Makefile BusAttachment::Connect failed

I just built standard core 15.09a on linux and run sample apps basic_client. This one built by scons. bin/samples/basic_client works fine. However, I built cpp/samples/basic/basic_client with Makefile. It does not work. It shows an error "0.232…
1
vote
1 answer

AllJoyn - AJTCL - NVRAM Error

I have a few errors when implementating the AJTCL on Windows10 After building the source with scons, when I try to run the basic_services or the basic_client samples i get the followiing errors ERROR: AJ_LoadNVFromFile("ajtcl.nvram") failed…
Ajit Jain
  • 105
  • 6