这个库的需求和出发点是有问题的,stop。
最近一直没有时间和需求动力完善这个库,暂时停止。
分布式分发任务,集群节点控制
controller:
- 总控制中心,运行一个web界面
- 连接所有的worker节点,向worker节点下发任务 ✔
- 接受worker的监控信息,任务结果回传统计
- webUI管理界面:任务设计,注册,控制,数据显示
- 与worker的通信,以及节点发现注册 ✔
- 任务注册系统 ✔
worker
- 监控执行状态,日志,运行结果回传
- 和controller通信 ✔
随项目的一个基础网络实验镜像:netnode
通信模块测试通过 ✔
- 任务模块:任务监控,统计回传
- webUI模块
I plan to refactor the code to reduce the coupling between modules. The new structure diagram is as follows.

