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

Iotivity communication between linux and android

I'm trying to work on the iotivity server-client communication, but the server runs on android (java sdk) and the client runs on linux (Ubuntu, C++) platform. I tried running them in the same Wi-Fi network, but the client couldn't find the server…
Ji Won Choi
  • 31
  • 1
  • 3
0
votes
1 answer

Error building IoTivity for Android on Windows

I am trying to build IoTivity for Android, in a Windows environment. I've set up all the dependencies according to https://wiki.iotivity.org/android_build_instructions, but get the following error: EnvironmentError: Host platform (win32) is…
piccy
  • 336
  • 2
  • 12
0
votes
2 answers

Iotivity scons build error

This is my build environment OS:OS X El Capitan 10.11.5 Android SDK build-tool : 24.0.1 Android NDK : 12 Scons version : 2.5.0 This is build command SCons TARGET_OS=android TARGET_ARCH=armeabi-v7a TARGET_TRANSPORT=ALL RELEASE=1 SECURED=0…
0
votes
1 answer

Adding camera resource in IoTivity

How to modify the existing simple server and simple server program in the IoTivity build to add camera resource ? How stream the video in the client via IoTivity framework ?
0
votes
1 answer

What is 'BOOST_PATH' in iotivity?

What is 'BOOST_PATH' in iotvity? =================================================== Modify the BOOST path in the Makefile To build, set the BOOST_PATH environment variable in Makefile. boost folder…
JaeYoungHwang
  • 99
  • 1
  • 4
  • 11
-1
votes
1 answer

Failed to build iotivity-constrained Zephyr port on Linux

I am trying to build iotivity-constrained Zephyr port on Linux for ESP32 but getting the following errors, drivers/built-in.o: In function `esp32_uart_init': /home/toolchains/zephyr/drivers/serial/uart_esp32.c:46:(.text.esp32_uart_init+0x3):…
ibrahimdanish
  • 143
  • 1
  • 2
  • 10
-1
votes
1 answer

[iotivity]Need help using the javascript API

i am using these codes: Client.js: var client = require('./Client'); client.on("resourcefound",function(event){ //client.retrieve(); //client.update(); }); client.findResources(); Server.js: var…
jimloca
  • 1
  • 2
-1
votes
1 answer

cross compile iotivity from x86_64 ubuntu to arm64 linux

i am a new to iotivity and i want to cross compile it for an arm64 linux device.i am working on ubuntu 14.04 LTS (x86_64). i have the toolchain for the arm device and i tried this code: scons TARGET_ARCH=arm TARGET_OS=linux…
Dhibi.H
  • 13
  • 2
-1
votes
1 answer

iotovity croos compilation fails.

Greetings I am new to iotivity and following the iotivity wiki guidelines for understanding and building framework.(on Ubuntu 16.04) AIM - For ARM Cross Compilation. We are following the below Iotivity…
-1
votes
1 answer

scons: *** [out/linux/x86_64/release/resource/csdk/liboctbstack.so] Error 1 while installing and building iotivity

Scons error while installing and building iotivity on ubuntu 12.04 While trying to install iotivity on docker image ubuntu 12.04 i followed all instruction from iotivity Documentation for linux and when i use to run scons in root directory from…
-2
votes
1 answer

Does IoTivity has web UI?

Recently I have gone through the IoTvity framework. Even it has cloud folder for stack, resource, account and message it does not have the web part in it. It has separate installations with different OS. Is this is not a platform like AWS IoT,…
-4
votes
1 answer

Makefile for iotivity compilation under buildroot

I have done a specific project using buildroot. I want to make my target to behave as a ioTivity Gateway and hence trying to add ioTivity-1.1.1 as buildroot/package. It Seems official support for iotivity build is only under Yocto and Not under…
1 2
3