Skip to content

4.4 How to choose API

luosheng edited this page Jun 7, 2023 · 2 revisions
  • If you want to use platform in a traditional way, please using ProtocolLinker.

  • If you want to send messages thinking on protocol, or device is very little, please using Utility.

  • If you want to send messages thinking on same devices, or there are a lot of devices, please using Machine.

  • If you want to control many communcations at the same time asyncronizly, please using TaskManager.

Home

Clone this wiki locally