blog/docs/woody/agree.md

44 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 协议仿真
date: 2022-01-28 15:37:37:34
categories: [测试开发, Woody]
author: Anges黎梦
tags:
- 测试开发
- 测试平台
- Woody
- 协议仿真
---
# 介绍
:::tip
协议方针平台主要是为测试提供测试或开发人员对app 网关 tsp对车辆各种操作的测试,常见的有 开车门故障主动上报车辆登录错误数据的发送底层ecu信号模拟等功能。
:::
# 主要功能
- 车况模拟
根据协议信息指定信号模拟车况
- 报文定义
平台本身维护了多种上下行报文信息,并且会持续更新
- 车辆在线
可以根据时间完成模拟车况,车辆可以一直模拟在在线状态
- Chat对话
可根据指定信息平台后默认与对应网关链接建立仿真平台与tbox 上游持续对话能力,提高测试效率
# 技术框架
通讯协议TCP、Websocket
中间件Mysql、Es、Redis、Mogodb、Nginx
框架/语言Spring Boot、Spring Cloud、Spring Cloud Alibaba、Netty、Shiro、Vue+Axios
# 流程图
![](https://limeng-blog.oss-cn-hangzhou.aliyuncs.com/woody/agree-1.png?x-oss-process=style/_blog)
# 架构图
![](https://limeng-blog.oss-cn-hangzhou.aliyuncs.com/woody/agree-2.png?x-oss-process=style/_blog)