I am trying to build a simple scenario so that I can control an endpoint "on/off" using Kaa, but I need to know how can I auth the endpoint ? I mean how can I manage that some specific end point that is being controlled ? Also is there any way so that I can identify a point and then allow/deny the connection from the EP to Kaa ? Thanks
相关问题
- Connecting CAD model (Solidworks, AutoCAD or CATIA
- Why use MQTT Node.JS library?
- WCF service endpoint localhost confusion
- Unsureness about passing EndPoint to Socket.Receiv
- AWS IoT - Access shadow through .Net, REST, with c
相关文章
- 请问扫码夹娃娃机是用树莓派+连WIFI方式实现扫码投币功能吗?
- How to run Google app engine endpoint methods from
- Video feed to ThingsBoard dashboard
- camel http endpoint forming url dynamically
- AWS IOT connection is getting closed on IPAD OS v1
- How can I programmatically get the binding that my
- UsbDeviceConnection requestWait() native crash
- How to get Unicast, Dns and Gateway Address in UWP
For details of endpoint authentication please refer to the Endpoint provisioning and registration documentation. You can use internal credentials service to allows connection to Kaa cluster only to specified list of endpoints whose credentials were previously provisioned to Kaa server.
To control your endpoint by your server-side applications read about Server-side EP profile and Endpoint-groups features.