Quarks 中 IotFDevice class 的 optionsFile 的格式是什么?

What is the format of the optionsFile for the IotFDevice class in Quarks?

Quarks 中的 IotfDevice Class 有一个带有 optionsFile 的构造函数。这个文件的格式是什么,必要的值是什么?

选项文件有五个值:org、type、id、auth-method、auth-token。这是我的一个例子,其中的值被混淆了。

[device]
org = 4pj4r4
type = rustQuark
id = rustIIa
auth-method = token
auth-token = 8jLWEY(P4SVJl5oi!V

注册设备时会发布一组值,可以找到详细信息和示例here

一点上下文。

物联网基金会 (IoTf) 是应用程序与设备通信的基础设施。 IoTf 要求您注册应用程序和所有 向应用程序发送数据的设备。

你为什么要使用 IoTf?获取设备之间的通信设置是 痛点:防火墙、重试、故障转移、QoS、调试、监控。如果您正在做概念验证,那么这个工具特别好。

有关 IoTf 的更好描述,请查看 here