Questions tagged [iotivity]

IoTivity is an open source software framework enabling seamless device-to-device connectivity to address the emerging needs of the Internet of Things by delivering a reference implementation of the OCF specification.

42 questions
21
votes
6 answers

IoTivity vs AllJoyn - what is the difference?

Open Interconnect Consortium has just released IoTivity, an open source framework for IoT, similar to AllSeen Alliance's AllJoyn framework. What are the differences between them, apart from IoTivity being based on CoAP and AllJoyn based on D-Bus?…
niutech
  • 28,923
  • 15
  • 96
  • 106
5
votes
3 answers

Discovering IoT Devices on the network

I'd like to discover as much information about IoT devices on a network as possible. I've seen code to enumerate the devices, find the IP Addresses and MAC Addresses, but what else can I find? In particular, I'd like to know that something is a…
Sander Smith
  • 1,371
  • 4
  • 20
  • 30
3
votes
0 answers

Debugging BlueZ dbus proxy objects and signals

I was looking in a way to debug signal coming from BlueZ. Currently I am trying to debug a problem I am facing with a framework (Iotivity) and was looking in a way to debug the proxy dbus objects and its signals. The problem is that I have a method…
hudovisk
  • 31
  • 1
  • 4
3
votes
3 answers

How to build IoTivity framework on Raspberry Pi 2 using scons command

I am trying to build IoTivity framework on Raspberry Pi 2, which has arm architecture and running on Ubuntu Mate 15.04. I proceed official guide to build IoTivity on linux (Linux: Getting started). The main issue is when i want to build IoTivity…
Fillip
  • 41
  • 6
2
votes
2 answers

Need to run .jar from console for it to work

I have a java application. I'm using eclipse to write, compile and create a runnable .jar. The program is used to discover OCF devices. It uses UDP and multicast. Multicast code public static void sendMulticast(byte[] data) throws Exception{ …
Invader Zim
  • 796
  • 2
  • 14
  • 39
1
vote
1 answer

Error in building iotivity for android on windows

Can someone help me with this error, I can't seem to identify the problem. I am also new in using Scons. I need to get through this to obtain the .aar and .apk files. I am using Iotivity for a project that allows users to share transfer images…
Derrick
  • 13
  • 3
1
vote
1 answer

'unauthorized user' reponse from philips-hue bridge

Now I'm trying to control Hue bridge with IoTivity framework. When I send GET message from MPMClientSample (MiniPluginManager) response message was [{ "error": { "type": 1, "address": "/lights", "description":…
alexlee
  • 11
  • 1
  • 2
1
vote
0 answers

Bit-code enabled error during compilation in xcode

I have created static iotivity framework(release) with bit code enabled in xcode-build settings for multiple .a files (each .a file will support for all architecture like armv7,arv7s, arm64, i386, x86_64) and header files by using…
user3898700
  • 141
  • 1
  • 12
1
vote
2 answers

Iotivity iOS reference links. Steps to install Iotivity framework on Mac

I'm trying to build iOS sample application using Iotivity framework. I followed the steps given in official instruction to install. I've stuck on the third step, the following command: cp ~/boost.build/ios/framework/boost.framework…
manideep
  • 37
  • 8
1
vote
1 answer

unable to know the use of the statement "(void) ipAddr; (void) port;" in Iotivity framework

i was working on Iotivity framework, while tracing i was not able to know the use of these statements. iotivity-1.3.0/resource/csdk/stack/src/ocstack.c i'm curious to know the usage... OCStackResult OCInit(const char *ipAddr, uint16_t port, OCMode…
Bharath T S
  • 787
  • 6
  • 6
1
vote
1 answer

IoTivity Zigbee communication

I am using IoTivity 1.2.0 downloaded from https://www.iotivity.org/downloads After connecting Telegesis Dongle to the USB port, when I use dmesg command in terminal I am getting following output: [ 1468.177799] iotivityandzigb[3807]: segfault at…
1
vote
1 answer

Yocto iotivity query

I have followed below steps provide to Build yocto image boot from SD card and able to successfully run sample iotivity from artik board. https://blogs.s-osg.org/run-iotivity-artik-yocto/ http://git.yoctoproject.org/cgit/cgit.cgi/meta-oic/about/ I…
1
vote
1 answer

Iotivity scons build error(cbor)

This is my build environment Ubuntu 14.04 LTS Android NDK r10d Android SDK API 21 SDK Platporm, build-tools 20 but, when I build scons TARGET_OS=android TARGET_ARCH=armeabi they throw exception on building like Archiving…
SlaysD
  • 25
  • 7
1
vote
3 answers

Iotivity : Build the C++ examples

I have just started with iotivity and have been reading the documentation. On this setup page, under the heading running the c++ samples, it tells how to run the examples, but before that I should build them first and it seems the page Build the C++…
Naveen
  • 7,944
  • 12
  • 78
  • 165
1
vote
1 answer

Scons compilation errors in IoTivity project on Ubuntu

I am trying to build IoTivity project in Ubuntu 15.04. I followed the steps mentioned in "https://www.iotivity.org/documentation/linux/getting-started" and when I gave the command "scons" I am getting the compilation errors.
user3007385
  • 153
  • 4
  • 15
1
2 3