# 1,功能描述 根据发送来的停取车指令,检查对应指令是否能执行(除数据库信息不检查外) 接收消息:指令表单,接收消息队列:user_park_command_request_queue,user_pick_command_request_queue 表单填写内容:测量数据 反馈消息:指令表单 反馈端口:user_park_command_N_response_queue/user_pick_command_N_response_queue ,park_command_request_queue 反馈对象:终端(失败),指令入队节点(成功) # 2,使用平台: linux x64 / linux-arm # 3,业务逻辑 实时接收,调度状态消息。检查user_park_command_request_queue,user_pick_command_request_queue队列里的表单,停车表单需填写车高数据和唯一码。 # 4,依赖 pymysql protobuf DBUtils aio_pika # 5,部署 安装python后 运行node.py