IR900 Python SDK 更新至1.3.2
pysdk版本更新至1.3.2:
https://github.com/inhandnet/Python_Apps/tree/master/pysdk/1.3/1.3.2
发布说明 :
1.增加strict_rfc3339依赖包
2.RouterInfo
-修改获取时间的方法
-添加IO控制API
3.修改python_pkg_cfg.sh中app的环境变量配置
4.修改python_sdk_check.sh,设置/mnt/sd的文件权限
5.修改Ngrok端代理本地连接的处理,支持文件上传
6.InCross
-修改文件升级判断条件,取消获取文件大小的限制
-修改ngrok断开检测时间间隔
7.支持扩展存储存放Python App依赖包(Firmvare vresion r9205)
另外,新增Sample Code如下所示:
介绍RouterInfo API如何使用的示例代码:https://github.com/inhandnet/Python_Apps/tree/master/RouterInfoSample
接入AzureIoT的示例代码:https://github.com/inhandnet/Python_Apps/tree/master/AzureIoT
配合AzureIoT,InModbus App:https://github.com/inhandnet/Python_Apps/tree/master/InModbusAzureIoT
基于RouterInfo的API,升级Modbus2SMShttps://github.com/inhandnet/Python_Apps/tree/master/Modbus2SMS