安装路径请不要有中文日文,必须纯英文
run.bat
,会自动在当前文件夹安装FFD,同时搭建python环境,并启动FFDpython3.11
的 x64版本
作为运行环境python -m pip install -r requirements.txt
安装依赖venv
或 virtualenv
等虚拟环境以隔离依赖pip换源
相关main.py
FFDraw.exe
运行pyinstaller
并运行 pack.py
)python版本
或者关掉防毒
或者添加c盘信任
或者不用
failed to set hardware filter to promiscuous mode
之类,请修改 config.json
中的 sniffer/sniff_promisc
为 false
并重启程序Npcap/Winpcap is not installed
之类,请下载 npcap 安装后重启utf8 cant decode
之类,请修改 config.json
中的 path_encoding
为 gbk
并重启程序web_server/enable_cors
,另外如果你不打算给链接设置ssl, chrome 请在 chrome://flags/ 中设置 Block insecure private network requests
为 disable
(ref)"自定义插件路径"
中添加第三方插件的本地路径(更推荐),或者将插件文件夹放进 plugins
文件夹中update(main:FFDraw)->any
每帧调用,一般用于直接调用gui进行绘制process_command(command:dict)->bool
httpapi在找不到指令cmd时调用,返回true为已处理