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
0
votes
1 answer

AllJoyn Android Unity Chat Sample not Receiving Signal

I recently started using the alljoyn android sdk with Unity. I've been reading a lot of documentation lately, but I just can't figure the solution for my problem. Establishing connection between the devices is no problem, the devices connects…
0
votes
1 answer

build alljoyn_darwin in Xcode 6.1.1 and get a No SConstruct file found error

Recently I am doing some AllJoyn development on iOS and OS X. When I run xcodebuild for alljoyn_darwin.xcodeproj using command line as below: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project alljoyn_darwin.xcodeproj -scheme…
PatwinchIR
  • 13
  • 1
  • 4
0
votes
1 answer

Use AllJoyn Unity Extension

I need help integrating AllJoyn Unity Extension in my Unity project. I have managed to acquire SDK and create a unitypackage file and add it to my project. However compiling it just give me a DLL not found Exception "alljoyn_unity.dll not found" SDK…
Hunaid Hassan
  • 732
  • 5
  • 13
0
votes
1 answer

Is there any way to share screen of one ios device to another

Is there any way to share Ipad screen to another Ipad , like skype screen sharing ? I tried by capturing the screenshot per second and send the screenshot to anoher device using Alljoyn Framework. Its working but when application is in background it…
ManiaChamp
  • 849
  • 7
  • 22
0
votes
1 answer

Alljoyn Sink Ndk-Build

i'm try build lib. alljoyn audio sink, but have error when build this. this eror : [armeabi] Compile++ arm : AllJoynSink <= AndroidJNIBridge.cc jni/AndroidJNIBridge.cc:18:35: fatal error: alljoyn/BusAttachment.h: No such file or directory make.exe:…
Yossi
  • 37
  • 9
0
votes
1 answer

how to implement alljoyn Client & Service at one single Activity (Android)?

I assume that we all using the same source from the original website. Alljoyn Library -> Samples -> Android : -SimpleServices -SimpleInterface From your understanding, what is the proper way to implement alljoyn library into our android development…
gumuruh
  • 2,544
  • 4
  • 33
  • 56
0
votes
1 answer

Tag Errors Configuring AllJoyn Java Environment on Ubuntu

I have been able to build the AllJoyn C++ base with no issues on Ubuntu. However, when I attempt to configure the Java environment, I am receiving the following errors: error: no summary or caption for table error: element not closed: ul error: tag…
Chance
  • 988
  • 2
  • 13
  • 29
0
votes
1 answer

peer to peer collaborative drawing

I am developing a peer to peer collaborative drawing app on android using alljoyn framework like chalkboard . I am able to implement collaborative chat among peers. Now i want to implement canvas sharing where in a single canvas everyone will be…
0
votes
0 answers

Issue on File Transfer Component Module in iOS library in Alljoyn

We are trying to transfer a file either iOS <-> Android or iOS <-> iOS The implemented logic works fine in Android but we have an issue in iOS Keep in mind that we are testing on, iOS 7, alljoyn 3.4.6 and latest file transfer component module cloned…
George Pligoropoulos
  • 2,919
  • 3
  • 33
  • 65
0
votes
1 answer

Android, Native error outputs in LogCat

I'm working with the alljoyn-sdk which uses native code. I get some strange error messages while running my application. I don't really know how to understand them. They look for example like this (in column 'text' in the LogCat-view): 1.017 ******…
user2224350
  • 2,262
  • 5
  • 28
  • 54
0
votes
1 answer

Alljoyn Android : Connect device using Alljoyn

Whether the sample chat or file transfer apk provided in the alljoyn-android sdk work by default when we install them or we need to do some changes . I tried with Chat and File transfer apk but dint successed . Any one know how to use them ? . In…
Rahul Patil
  • 2,707
  • 2
  • 21
  • 32
0
votes
1 answer

How could I name devices using alljoyn not with the default dbus kind of name but using any UTF8 string?

Please take for granted that I am using at the most just one alljoyn service in each device From what I have got so far this is how you locate other devices: You set a well known prefix which is the name of the service and everybody knows about You…
George Pligoropoulos
  • 2,919
  • 3
  • 33
  • 65
-1
votes
1 answer

Cannot build the Alljoyn sdk over iOS,

I download the alljoyn's core for iOS by git,but another base server can't build, and I discovered the office iOS document content has lot of abnormality, because I can't find the documents written in the library on my build core file, the documents…
nakahira
  • 1
  • 1
-1
votes
1 answer

Couldn't load alljoyn_java from loader dalvik.system

i am creating a chat application by using Alljoyn framework and am getting the following error can somebody please help me. The alljoyn jars are already set up!!! FATAL EXCEPTION: main …
-1
votes
1 answer

Segmentation Fault when creating AllJoyn BusAttachment

I have built the latest Alljoyn sdk (version 16.04a) on Raspbian and generated the liballjoyn.so and liballjoyn.a without any errors or issues. Scons cmd: scons OS=linux CPU=arm OE_BASE=/usr BINDINGS=cpp BR=on BT=off ICE=off WS=off SERVICES="about"…
flyric717
  • 21
  • 4
1 2 3
12
13