huli 7f63198460 20240417, update 10 bulan lalu
..
README.md 7f63198460 20240417, update 10 bulan lalu
async_communication.py 7f63198460 20240417, update 10 bulan lalu
check_command_GyBhhy.py 7f63198460 20240417, update 10 bulan lalu
check_command_XmSgj.py 7f63198460 20240417, update 10 bulan lalu
config.json 7f63198460 20240417, update 10 bulan lalu
http_client.py 7f63198460 20240417, update 10 bulan lalu
message_pb2.py 7f63198460 20240417, update 10 bulan lalu
node.py 7f63198460 20240417, update 10 bulan lalu
proto.bat 7f63198460 20240417, update 10 bulan lalu
proto.sh 7f63198460 20240417, update 10 bulan lalu
厦门上古接车库收费系统通信协议_胡力修改20230210(3)(1).docx 7f63198460 20240417, update 10 bulan lalu

README.md

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