问题标签 [iotivity]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
6 回答
11890 浏览

frameworks - 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? Are they interoperable?

0 投票
3 回答
3948 浏览

network-programming - 发现网络上的物联网设备

我想尽可能多地发现有关网络上物联网设备的信息。我已经看到枚举设备、查找 IP 地址和 MAC 地址的代码,但我还能找到什么?我特别想知道什么是灯,更重要的是,制造商是什么。

我一直在查看 IoTivity 和 AllJoyn 以及各种零配置协议的一些文档。据我了解,这些事情更关心的是暴露的服务,而不是设备到底是什么。

我误解了这个吗?有没有办法绘制出本地网络并确切地知道每个设备是什么?

0 投票
1 回答
324 浏览

iotivity - iotivity 中的“BOOST_PATH”是什么?

iotvity 中的“BOOST_PATH”是什么?

==================================================== =

  1. 修改Makefile中的BOOST路径

要构建,请在 Makefile 中设置 BOOST_PATH 环境变量。

提升文件夹路径。

BOOST_PATH=/home/iotivity/Desktop/boost_1_56_0。

https://wiki.iotivity.org/getting_started_iotivity_services_for_linux

0 投票
1 回答
477 浏览

ubuntu - Ubuntu 上 IoTivity 项目中的 Scons 编译错误

在此处输入图像描述

我正在尝试在 Ubuntu 15.04 中构建 IoTivity 项目。我按照“ https://www.iotivity.org/documentation/linux/getting-started ”中提到的步骤操作,当我给出命令“scons”时,我得到了编译错误。

0 投票
3 回答
2467 浏览

boost - 如何使用 scons 命令在 Raspberry Pi 2 上构建 IoTivity 框架

我正在尝试在 Raspberry Pi 2 上构建 IoTivity 框架,该框架具有 arm 架构并在 Ubuntu Mate 15.04 上运行。我继续在 linux 上构建 IoTivity 的官方指南(Linux:入门)。主要问题是当我想使用 scons 命令构建 IoTivity 时:

终端输出:

我知道我需要安装 arm gcc 和 g++ 编译器,所以我安装了arm-linux-gnueabihf-gcc-4.8arm-linux-gnueabihf-g++-4.8并根据 这个建议更新了 project-config.jam

我尝试了本教程 ,但没有成功。我做错了什么 ?我很乐意提供任何建议,指导如何在 armv7 架构上构建 IoTivity 框架。谢谢。

0 投票
3 回答
1537 浏览

c++ - Iotivity:构建 C++ 示例

我刚开始使用 iotivity 并一直在阅读文档。在此设置页面上,在运行 c++ 示例的标题下,它说明了如何运行示例,但在此之前我应该​​先构建它们,并且Build the C++ samples它所指的页面似乎丢失了。

当我尝试使用 以正常方式构建示例时g++,它给出了一些缺少的标头错误,这意味着这不是正确的方法或者需要付出很多努力。

有人知道如何使用 iotivity 版本构建示例包吗?

0 投票
1 回答
239 浏览

iotivity - 在 IoTivity 中添加相机资源

如何修改IoTivity build中已有的simple server和simple server程序添加摄像头资源?

如何通过 IoTivity 框架在客户端流式传输视频?

0 投票
0 回答
2461 浏览

bluetooth - 调试 BlueZ dbus 代理对象和信号

我正在寻找一种调试来自 BlueZ 的信号的方法。目前,我正在尝试调试我在使用框架(Iotivity)时遇到的问题,并且正在寻找一种方法来调试代理 dbus 对象及其信号。

问题是我有一个方法可以连接到一个特性 (GATT) 代理对象的 g-properties-changed 信号,当我从我的设备接收数据时应该触发该信号。是我正在谈论的代码行。我可以看到来自 btmon 和 hcidump 工具的数据,但该回调永远不会被调用。

所以主要的问题是,是否有调试 dbus 信号和代理对象的工具。我可以用来触发信号或查看正在触发的信号的工具?

以下是一些可能有用的日志。(BlueZ、Iotivity 和 hcidump 日志) http://pastebin.com/FWcRE3Uz

编辑:

我让 dbus 监视器开始工作。经过更多阅读后,我了解到有两种类型的总线,我必须指定我想要系统总线:dbus-monitor --system "type='signal',sender='org.bluez'"

现在的问题是找出为什么即使信号是有问题的方法也没有被触发,正如您在我从 dbus-monitor 获得的日志中看到的那样:

0 投票
1 回答
477 浏览

linux - 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 iotivity i am getting following error in last and process failed

Following is my image and other information Docker Image: Ubuntu:12.04 iotivity Documentation followed : documentation/linux/getting-started Iotivity version used : iotivity-1.1.0.zip

Log file after running Scons is attached as .txt file

Any help is most welcomed and thanks in advance for that

Docker-iotivity-error-log-file

i can't use more than 1 link so please forgive me for iotivity version and documentation full link.

0 投票
1 回答
567 浏览

android - Iotivity scons 构建错误(cbor)

这是我的构建环境

但是,当我建立scons TARGET_OS=android TARGET_ARCH=armeabi

他们在建筑物上抛出异常

我不知道该怎么办,我该如何解决?