neirajavier / TOPFLYtechCodec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOPFLYtechCodec

  TOPFLYtech's device access platform's decoding library allows TOPFLYtech's devices to quickly access the platform.
  We provide Java, C#, Python ,Node codec libraries, you can directly access your platform, or you can put a partial copy of the code selection into your platform. If you are not sure about byte conversion, please refer to the BytesUtils class inside.
  We also provide a demo to facilitate testing device interaction with the platform.
  We also have an online device message decoder to verify the data sent by the device. Please visit: https://www.topflytech.com/Decoder.html

  To purchase equipment from TOPFLYtech, please visit: http://www.topflytech.com

  If you do not know the corresponding relationship between the protocol and the Lib library, please refer to https://github.com/TOPFLYtech/TOPFLYtechCodec/blob/master/TOPFLYtechCodec.bmp .You can download the picture and zoom in to see the code structure.

  If you need to see the algorithm for generating unique IDs on the Android side, please check https://github.com/TOPFLYtech/TOPFLYtechCodec/blob/master/Android-lock/app/src/main/java/com/topflytech/lockActive/data/ UniqueIDTool.java, if you need to see the algorithm for generating unique IDs on the IOS side, please check https://github.com/TOPFLYtech/TOPFLYtechCodec/blob/master/ios-lock/TFT%20Elock/TFT%20Elock/UniqueIDTool.swift, The IOS side needs to support the keyChain function.You need to open Keychain share first, select Target -> Capabilities -> Keychain Groups of the project. Turn this option on.

About


Languages

Language:Swift 41.0%Language:Java 33.4%Language:C# 11.4%Language:Python 7.2%Language:JavaScript 7.0%Language:Objective-C 0.0%Language:Ruby 0.0%Language:HTML 0.0%