wk d43f6be527 2024/01/30 推送余位 查询排队 预约车位 正式环境部署 9 months ago
..
README.md 0cbdc2ee67 2023/3/16 合并 1 year ago
async_communication.py 70003d248f 2023/6/13 管理节点增加给车位增加备注,显示调度状态,历史记录自定义时间段,全库单单元选择等功能 1 year ago
check_command_GyBhhy.py 767c558eef 2024/01/16 出口提示优化 10 months ago
check_command_XmSgj.py d43f6be527 2024/01/30 推送余位 查询排队 预约车位 正式环境部署 9 months ago
check_command_ZKXY.py e16043aaa7 2023/12/24 中科新苑联指令收发测试 10 months ago
config.json 2992ed030d 2023/12/1 中科新苑测试 11 months ago
http_client.py 2c1d7de6ad 20230804, huli 1 year ago
message_pb2.py 18d32fdda6 20230808, huli message proto 1 year ago
node.py 0717a35fd3 2024/01/29 添加身份校验 9 months ago
proto.bat 0cbdc2ee67 2023/3/16 合并 1 year ago
proto.sh 8ace8304c6 2023/12/18 中科新苑联调初版 11 months ago
厦门上古接车库收费系统通信协议_胡力修改20230210(3)(1).docx 0cbdc2ee67 2023/3/16 合并 1 year ago

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