# ship robot server **Repository Path**: helixin/ship-robot-server ## Basic Information - **Project Name**: ship robot server - **Description**: 具备注册中心和服务器接口 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pps-tester python flask+nginx 实现前后端分离模式,实时性高的采用websocket 协议与页面进行通讯 supervisor config [program:sv] command =python /home/server/run.py -log=stdout user=root numprocs = 1 ;注意这里只能为1 autostart = true autorestart = true ;以下为日志,按实际情况修改 stdout_logfile = /var/log/supervisor/sv.log stdout_logfile_maxbytes = 50MB stderr_logfile = /var/log/supervisor/sv_error.log stderr_logfile_maxbytes = 50MB # 各种状态信息(后面改为枚举) 运单状态 create, 命令状态 wait, finish 运单-无人机表状态 wait,handle,finish