79cd17844fe3d4bbdcdcdda83714f2526cfcd9d7
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
2023.4.7 实现文件上传下载到开发板,经实验发现强制设置网卡速率为10M时上传文件卡死 只要关闭自动协商,设置为100m也会延长传输时间 实现udp命令批量发送 get(),put()函数加入异常捕获 shell命令格式化输出,支持交互式命令 2023.4.11 ftp.py get函数可以扫描文件夹 2023.4.16 updata.py 实现文件批量传输,发送升级小板的命令 2023.4.17 实现进度条显示、mcu在线状态查询 2023.4.18 可以手动添加ip地址 可以发送设备树文件 2023.4.20 文件发送完成后发送sync指令 2023.5.11 上传文件添加进度信号 打包为exe文件 D:\Python\Python38-32\Scripts\pyinstaller.exe -F updata.py 打包为无黑框的exe文件 D:\Python\Python38-32\Scripts\pyinstaller.exe -F -w -i icon.ico updata.py 使用新的图标 可以手动添加文件 2023.5.12 添加一些提示和警告信息 2023.5.17 仓库地址 git@124.70.178.159:/home/git/rep/updata.git
Description
Languages
JavaScript
58%
Python
31.5%
HTML
8.1%
jq
2.4%