wk 9ea258668a 2023/2/24 取车表单增加号牌信息 由检查节点填写 数据库图片存放方式改为存url地址 | 1 year ago | |
---|---|---|
.. | ||
CheckCommand.py | 1 year ago | |
README.md | 1 year ago | |
async_communication.py | 1 year ago | |
config.py | 1 year ago | |
http_client.py | 1 year ago | |
message_pb2.py | 1 year ago | |
node.py | 1 year ago | |
proto.bat | 1 year ago | |
proto.sh | 1 year ago | |
厦门上古接车库收费系统通信协议_胡力修改20230210(3)(1).docx | 1 year ago |
根据发送来的停取车指令,检查对应指令是否能执行(除数据库信息不检查外)
接收消息:指令表单,接收消息队列: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
反馈对象:终端(失败),指令入队节点(成功)
linux x64 / linux-arm
实时接收,调度状态消息。检查user_park_command_request_queue,user_pick_command_request_queue队列里的表单,停车表单需填写车高数据和唯一码。
pymysql protobuf DBUtils aio_pika
安装python后 运行node.py