深特云-AIOT智能物聯(lián)網(wǎng)平臺(tái)API文檔

Image Description
Christina Kray
1 day ago
Share:

設(shè)備接入:

初次接入:http://odilelecoin.com.cn/essay/20.html

 

設(shè)備通信:

通信協(xié)議: http://odilelecoin.com.cn/essay/22.html

 

通信加密:

通信內(nèi)容Message都通過(guò)加密 ECB  AES 256 ZeroPadding

加密:密文 = base64_encode(aes_encrypt("原文", "密鑰", ZeroPadding))

解密:原文= aes_decrypt(base64_decode("原文"), "密鑰", ZeroPadding)

加密參考:

https://tool.lmeee.com/jiami/aes

https://the-x.cn/cryptography/Aes.aspx

 

設(shè)備升級(jí):

方案一:http://odilelecoin.com.cn/blog/18.html

方案二:http://odilelecoin.com.cn/essay/19.html

采用方案二,更輕量、邏輯清晰簡(jiǎn)潔。