keer_zu 发表于 2020-10-16 17:29

边缘计算EdgeX-启动与试用

边缘计算EdgeX-启动与试用



keer_zu 发表于 2020-12-7 17:31

4.2注册应用到EdgeX

curl -X POST -d '{

    "name":"QuickStartExport",

    "addressable":{

      "name":"HiveMQBroker",

      "protocol":"tcp",

      "address":"localhost",

      "port":1883,

      "publisher":"EdgeXExportPublisher",

      "topic":"EdgeXQuickStartGuide"

    },

    "format":"JSON",

    "filter":{

      "deviceIdentifiers":["Random-Integer-Generator01"]

    },

    "enable":true,

    "destination":"MQTT_TOPIC"

}' http://localhost:48071/api/v1/registration
页: [1]
查看完整版本: 边缘计算EdgeX-启动与试用