我正在尝试将cumulocity-rpi-agent连接到cumulocity,这样我就可以有两个选择:接受或取消。但现在我无法看到我的设备的accpet选项。
1) wget http://resources.cumulocity.com/examples/cumulocity-rpi-agent-latest.deb
2) sudo dpkg -i cumulocity-rpi-agent-latest.deb我已经执行了这些命令,然后我点击了dpkg --list list命令,cumulocity-rpi-agent现在在结果中是可见的。但我的问题在上述步骤之后开始出现,无法继续下一步(安装代理后,您应该更新配置文件,该文件通常位于“./cfg/cumulocity config.properties”,并填充主机属性值。在web浏览器中打开Cumulocity,然后转到“注册”页面。输入您在上一步中写下的序列号,然后单击[注册设备]。)安装后我找不到./cfg/cumulocity-config.properties这些目录和文件
我引用并关注了https://www.cumulocity.com/guides/devices/raspberry-pi/这个链接
我点击sudo rebbot,在cumulocity平台上点击accept按钮接受设备
发布于 2017-07-10 14:41:33
我在/usr/share/cumulocity-rpi-agent/cfg上的这个位置找到了这个文件
https://stackoverflow.com/questions/44984911
复制相似问题