CN112202639A - Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool - Google Patents

Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool Download PDF

Info

Publication number
CN112202639A
CN112202639A CN202011062338.1A CN202011062338A CN112202639A CN 112202639 A CN112202639 A CN 112202639A CN 202011062338 A CN202011062338 A CN 202011062338A CN 112202639 A CN112202639 A CN 112202639A
Authority
CN
China
Prior art keywords
thread
message
cloud platform
remote control
tbox
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011062338.1A
Other languages
Chinese (zh)
Other versions
CN112202639B (en
Inventor
杨子辉
孙佩杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Changan Automobile Co Ltd
Original Assignee
Chongqing Changan Automobile Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing Changan Automobile Co Ltd filed Critical Chongqing Changan Automobile Co Ltd
Priority to CN202011062338.1A priority Critical patent/CN112202639B/en
Publication of CN112202639A publication Critical patent/CN112202639A/en
Application granted granted Critical
Publication of CN112202639B publication Critical patent/CN112202639B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network

Abstract

The invention provides a performance test method for realizing remote control service of an internet of vehicles by a LoadRunner tool. It includes: s1, starting a thread by the tool, and simulating tbox to log in TSP; s2, the thread judges whether the tbox login TSP is successfully logged in; if successful, go to S3; if not, go to S1; s3, the thread simulation user sends a remote control request to the TSP, so that the TSP sends a control message to the thread; when the interface finishes sending the control message, feeding back a taskid parameter to the thread for storage; s4, the thread makes message assertion and judges whether the correct control message is successfully received; if yes, go to S5; s5, the thread simulates tbox to answer and sends a return receipt message to the TSP; s6, the TSP returns a confirmation message to the thread; s7, the thread judges whether the flag bit in the confirmation message is 'reassied'; and S8, the thread pulls the control result of the remote control instruction executed at the current time from the interface through the saved taskid parameter.

Description

Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool
Technical Field
The invention relates to a performance test method for remote control service of Internet of vehicles, in particular to a performance test method for realizing remote control service of Internet of vehicles by a LoadRunner tool.
Background
With the development of automobile intellectualization, the internet of vehicles service is also popularized as an indispensable ring of intelligent automobiles. The remote control function is a core function of the car networking service, allows a car owner to send instructions such as opening and closing air conditioner windows and the like by using the mobile phone app, and forwards the instructions to the vehicle-mounted terminal (tbox) through the car networking cloud server, so that the remote control of the car is realized.
Nowadays, vehicles supporting the internet of vehicles service are more and more, and vehicle-mounted terminals tbox accessing to the internet of vehicles cloud server are also increased. As a core service of the internet of vehicles, remote control services are under increasing concurrent pressure. Today, there is no specific method for remotely controlling the service pressure measurement because each service provider has a different service form. If the performance is in problem, the service of the internet of vehicles of hundreds of thousands or even millions of users can be directly influenced. Therefore, a solution method for performing a performance test on the remote control service is very important.
Disclosure of Invention
In view of the above, the present invention provides a performance testing method for implementing a remote control service of a car networking through a LoadRunner tool. The method is based on a LoadRunner tool, and can realize the simulation of automatic response to a remote control instruction issued by a cloud platform, thereby simulating a large concurrent remote control event and verifying the throughput, response time and stability of a TPS system of the service.
The technical scheme of the invention is as follows:
the embodiment of the invention provides a performance test method for realizing remote control service of Internet of vehicles by a LoadRunner tool, which comprises the following steps:
step S1, starting a thread by a LoadRunner tool, and simulating tbox to log in a test cloud platform;
step S2, the thread receives a response message fed back by the test cloud platform, and whether the tbox login test cloud platform is successfully logged in is judged based on the response message; if successful, go to step S3; if the failure occurs, the step S1 is executed repeatedly;
step S3, the thread simulates a user to send a request carrying a remote control instruction to the test cloud platform by calling an interface of the test cloud platform, so that the test cloud platform sends a control message containing the remote control instruction to the thread; when the interface finishes sending the control message, feeding back a taskid parameter to the thread for storage;
step S4, the thread makes message assertion to the received control message, and judges whether the correct control message is successfully received; if yes, go to step S5;
step S5, the thread simulates tbox to answer, and a receipt message of successful execution of the remote control instruction is sent to the test cloud platform;
step S6, the test cloud platform returns a confirmation message of the receipt message to the thread based on the receipt message;
step S7, the thread judges whether the flag bit in the received confirmation message is 'reassied'; if yes, printing information 'Tsp return completed to Tbox _ pass' indicating that the test cloud platform successfully sends the confirmation message; if not, printing information 'Tsp return completed to Tbox _ fail' indicating that the test cloud platform fails to send the confirmation message;
step S8, the thread pulls the Control Result of the remote Control instruction executed at the current time from the interface through the saved taskid parameter, if the Control Result is recognized to be 'complete', the information 'Get Car Control Result _ pass' indicating the success of the remote Control vehicle is printed; if the Control Result is not recognized as 'completed', information 'Get Car Control Result _ fail' indicating that the remote Control vehicle failed is printed.
Preferably, the method further comprises:
step S9, if the interface of the LoadRunner tool is called by the thread in the step S3 to fail, the connection between the LoadRunner tool and the test cloud platform is closed, and the steps S1 to S8 are repeatedly executed after a period of time;
when the thread determines that the interface of the LoadRunner tool is called again and fails, printing information 'Resend Car Control Result _ fail' indicating that the interface is called again in the test.
The invention has the beneficial effects that:
based on the LoadRunner tool, the automatic response of the remote control instruction issued by the cloud platform can be simulated, so that a large concurrent remote control event is simulated, and the throughput, response time and stability of the TPS system of the service are verified.
Drawings
FIG. 1 is a flow chart of the overall business logic of the present invention.
Detailed Description
The invention relates to a cloud platform of a vehicle networking system, a LoadRunner tool for realizing performance test and a grafana resource monitoring platform. Before implementation, the core services (the core services include login service, remote control service, data transceiving encryption and decryption service, database and the like) of the test environment are ensured to be normal; ensuring that a login port of the LoadRunner tool closes double-break authentication; and ensuring that the test data is normal.
The following describes a performance testing method for implementing the car networking remote control service by the LoadRunner tool in the embodiment of the present invention with reference to fig. 1:
1. simulating vehicle-mounted terminal tbox login
The LoadRunner tool firstly needs to start a plurality of threads, the threads are used for simulating the connection between the vehicle-mounted terminal tbox and the test cloud platform TSP, and the process is called login. When logging in, the target address is logged in to select the entry ip of the test server, and the port is used 8910 (the port does not use bidirectional authentication). And after the Socket communication is successfully established, each thread sends out a prepared login message. The registration message transmitted by each thread includes information, encryption scheme, request mode, and the like corresponding to the simulated in-vehicle terminal tbox.
2. Judging the login state
When receiving a Login message sent by a thread, the test cloud platform TSP returns an answer message, where the answer message includes a flag bit "0 fa001010 f" indicating whether the thread-simulated vehicle-mounted terminal Tbox successfully logs in, further, the thread judges whether the answer message includes the flag bit "0 fa001010 f", and if the answer message includes the flag bit "0 fa001010 f", the thread-simulated vehicle-mounted terminal Tbox is considered to be successfully logged in, and a LoadRunner tool is used to print information "Car Control sunrate _ Step02_ Tbox log", LR _ PASS "indicating that the logging is successful. If the flag bit "0 fa001010 f" is not included in the response message, it is considered that the thread-simulated vehicular tbox fails to log in, and information "cardntrolsucrate _ Step02_ TboxLogin", LR _ fali "indicating that the log-in fails is printed.
3. The test cloud platform receives a remote control instruction input by a thread simulation user, and issues a control message containing the remote control instruction to the tbox of the simulation vehicle-mounted terminal
The method comprises the following steps: each thread simulates a user to send a remote control instruction to the testing cloud platform TSP by calling an interface of the testing cloud platform, if the interface of the testing cloud platform is successfully called, the testing cloud platform TSP can successfully receive the corresponding remote control instruction, further, the testing cloud platform TSP sends a control message containing the remote control instruction to the corresponding thread through the interface, and meanwhile, the interface feeds back a taskid parameter to the corresponding thread. If the test cloud platform is not successfully called, the corresponding thread actively closes the connection with the test cloud platform TSP, and the steps of establishing the connection with the test cloud platform TSP and sending the remote control instruction to the test cloud platform TSP are repeated again after a period of time.
The process that the testing cloud platform TSP and each thread carry out control instruction and control message interaction needs to be interacted through the same interface machine core, therefore, interface parameters of the testing cloud platform need to be associated with the corresponding thread and the testing cloud platform TSP, and a parameter association tool carried by a LoadRunner tool is used for processing, so that the condition that the interface parameters transmitted every time are consistent and effective is guaranteed. After the control message containing the remote control instruction is successfully sent, the interface of the test cloud platform returns a taskid parameter to the corresponding thread, and the taskid parameter is used in the step of obtaining the control result in the later step, so that the taskid parameter is processed and stored as a global variable.
4. Thread receiving control message
After receiving the control message sent by the testing cloud platform TSP, each thread asserts by taking out the received control message, if the control message contains '00 c 80001', the control message is received successfully, and otherwise, the control message is failed. Then, the failure or success result of receiving the control message is printed, and when the failure or success result is printed, the printing format is as follows: "Car Control subcrate _ Step04_ Tbox Receive Control CMD", LR _ PASS; when the printing fails, the printing format is as follows: "Car Control SucRate _ Step04_ Tbox Receive Control CMD", LR _ fail.
5. Thread simulation vehicle-mounted terminal tbox responds
And fifthly, after the control message from the test cloud platform TSP is successfully received, each thread starts to simulate the vehicle-mounted terminal tbox to respond to the control result. Each thread also carries out message response in the form of an appointed message, and the point of attention here is that the control type of the receipt message sent by the thread to the testing cloud platform TSP is consistent with the control type of the control message sent by the testing cloud platform TSP to the thread, and variable correlation processing is carried out on the parameter in advance to ensure that the receipt message responded by each thread can correspond to the received remote control instruction. After receiving a response message (return message) of the thread, the testing cloud platform TSP returns a final confirmation message (return message) to the thread, wherein the return message information includes a control type and a receiving result, and the return message is intercepted and asserted, and the execution result of the current control is judged and printed for each different control type message.
6. Querying control results
And the sixth step is the final control result query, which does not affect the previous business process, and each thread acquires the final result of the currently executed remote control event from the corresponding interface based on the taskid parameter and prints the final result.
7. Script parameterization
The performance test needs a large amount of test data to support, so that the data of a single terminal cannot meet the concurrent requirement. Under the requirement of sending control instruction interface Parameters, parameterizing the unique identification tuid of the terminal and the associated data thereof, and storing the parameterized identification tuid and the associated data in a Parameters file. Therefore, under the condition of great concurrency, data does not conflict when multiple virtual users run scripts simultaneously.
8. Scene setting
After the script is debugged, setting a scene after a LoadRunner tool is loaded, wherein the setting is roughly divided into a concurrent growth mode, a duration and an ending mode. Here we adopt a heuristic pressure scenario, gradually increasing the amount of concurrency, and can spy on the service bottleneck.
9. Performance monitoring of applications
The performance monitoring mainly adopts a monitoring window carried by a tool, and the TPS and the response time are observed in a key mode. And on the other hand, the hardware resources of the service container are monitored by using the grafna, and the performance of the current service is comprehensively evaluated.
The method provided by the invention is based on the LoadRunner tool, and can realize the simulation of automatic response to the remote control instruction issued by the cloud platform, thereby simulating a large concurrent remote control event and verifying the throughput, response time and stability of the TPS system of the service.

Claims (2)

1. A performance test method for realizing Internet of vehicles remote control service through a LoadRunner tool is characterized by comprising the following steps:
step S1, starting a thread by a LoadRunner tool, and simulating tbox to log in a test cloud platform;
step S2, the thread receives a response message fed back by the test cloud platform, and whether the tbox login test cloud platform is successfully logged in is judged based on the response message; if successful, go to step S3; if the failure occurs, the step S1 is executed repeatedly;
step S3, the thread simulates a user to send a request carrying a remote control instruction to the test cloud platform by calling an interface of the test cloud platform, so that the test cloud platform sends a control message containing the remote control instruction to the thread; when the interface finishes sending the control message, feeding back a taskid parameter to the thread for storage;
step S4, the thread makes message assertion to the received control message, and judges whether the correct control message is successfully received; if yes, go to step S5;
step S5, the thread simulates tbox to answer, and a receipt message of successful execution of the remote control instruction is sent to the test cloud platform;
step S6, the test cloud platform returns a confirmation message of the receipt message to the thread based on the receipt message;
step S7, the thread judges whether the flag bit in the received confirmation message is 'reassied'; if yes, printing information 'Tsp return completed to Tbox _ pass' indicating that the test cloud platform successfully sends the confirmation message; if not, printing information 'Tsp return completed to Tbox _ fail' indicating that the test cloud platform fails to send the confirmation message;
step S8, the thread pulls the Control Result of the remote Control instruction executed at the current time from the interface through the saved taskid parameter, if the Control Result is recognized to be 'complete', the information 'Get Car Control Result _ pass' indicating the success of the remote Control vehicle is printed; if the Control Result is not recognized as 'completed', information 'Get Car Control Result _ fail' indicating that the remote Control vehicle failed is printed.
2. The method of claim 1, further comprising:
step S9, if the interface of the LoadRunner tool is called by the thread in the step S3 to fail, the connection between the LoadRunner tool and the test cloud platform is closed, and the steps S1 to S8 are repeatedly executed after a period of time;
when the thread determines that the interface of the LoadRunner tool is called again and fails, printing information 'Resend Car Control Result _ fail' indicating that the interface is called again in the test.
CN202011062338.1A 2020-09-30 2020-09-30 Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool Active CN112202639B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011062338.1A CN112202639B (en) 2020-09-30 2020-09-30 Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011062338.1A CN112202639B (en) 2020-09-30 2020-09-30 Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool

Publications (2)

Publication Number Publication Date
CN112202639A true CN112202639A (en) 2021-01-08
CN112202639B CN112202639B (en) 2022-08-09

Family

ID=74014202

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011062338.1A Active CN112202639B (en) 2020-09-30 2020-09-30 Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool

Country Status (1)

Country Link
CN (1) CN112202639B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113341917A (en) * 2021-05-28 2021-09-03 重庆长安汽车股份有限公司 Internet of vehicles remote control end cloud integrated automatic test system and method
CN113612626A (en) * 2021-07-08 2021-11-05 重庆长安汽车股份有限公司 Method and system for testing cloud based on TBOX simulation platform
CN113852671A (en) * 2021-09-07 2021-12-28 芜湖雄狮汽车科技有限公司 Vehicle Tbox simulation system, vehicle Tbox simulator and control method thereof
CN114594754A (en) * 2022-03-31 2022-06-07 重庆长安新能源汽车科技有限公司 HIL automatic test method and system for vehicle networking controller
CN115118588A (en) * 2022-06-29 2022-09-27 长城汽车股份有限公司 Analog simulation system of vehicle-mounted TBOX (tunnel boring machine) and communication method, device and storage medium thereof

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050273785A1 (en) * 2004-06-03 2005-12-08 International Business Machines Corporation Program flow control: contexts in environments not supporting direct modification of the CPU state
US20140245159A1 (en) * 2013-02-28 2014-08-28 Hewlett-Packard Development Company, L.P. Transport script generation based on a user interface script
CN104948311A (en) * 2014-03-28 2015-09-30 广州汽车集团股份有限公司 Remote engine control method, device and system
CN105141704A (en) * 2015-09-24 2015-12-09 重庆长安汽车股份有限公司 Sleep wakeup method of vehicle-mounted communication controller assembly
CN105989443A (en) * 2015-02-15 2016-10-05 杜岸树 Intelligent-mobile-terminal-based communication line inspection system
CN108021496A (en) * 2016-10-28 2018-05-11 腾讯科技(深圳)有限公司 Thread-data processing method and processing device
CN108566323A (en) * 2018-03-21 2018-09-21 武汉乐庭软件技术有限公司 A kind of T-Box automated testing methods and system
CN108762783A (en) * 2018-05-21 2018-11-06 腾讯科技(深圳)有限公司 Oftware updating method, device and the Vehicular system of Vehicular system
CN109933535A (en) * 2019-03-26 2019-06-25 北京金山云网络技术有限公司 Generation method, device and the server of test case
CN110138823A (en) * 2019-03-29 2019-08-16 福建省汽车工业集团云度新能源汽车股份有限公司 A kind of long-range Body Control method and system
CN110633905A (en) * 2019-09-06 2019-12-31 武汉理工大学 Reliability calculation method for cloud platform of intelligent vehicle
CN111427333A (en) * 2020-04-01 2020-07-17 北京四维智联科技有限公司 Test method and device for Internet of vehicles service platform and computer storage medium
CN111473844A (en) * 2020-06-24 2020-07-31 潍坊研翔仪器仪表科技有限公司 Piezoelectric sensor based on vehicle dynamic weight measuring array

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050273785A1 (en) * 2004-06-03 2005-12-08 International Business Machines Corporation Program flow control: contexts in environments not supporting direct modification of the CPU state
US20140245159A1 (en) * 2013-02-28 2014-08-28 Hewlett-Packard Development Company, L.P. Transport script generation based on a user interface script
CN104948311A (en) * 2014-03-28 2015-09-30 广州汽车集团股份有限公司 Remote engine control method, device and system
CN105989443A (en) * 2015-02-15 2016-10-05 杜岸树 Intelligent-mobile-terminal-based communication line inspection system
CN105141704A (en) * 2015-09-24 2015-12-09 重庆长安汽车股份有限公司 Sleep wakeup method of vehicle-mounted communication controller assembly
CN108021496A (en) * 2016-10-28 2018-05-11 腾讯科技(深圳)有限公司 Thread-data processing method and processing device
CN108566323A (en) * 2018-03-21 2018-09-21 武汉乐庭软件技术有限公司 A kind of T-Box automated testing methods and system
CN108762783A (en) * 2018-05-21 2018-11-06 腾讯科技(深圳)有限公司 Oftware updating method, device and the Vehicular system of Vehicular system
CN109933535A (en) * 2019-03-26 2019-06-25 北京金山云网络技术有限公司 Generation method, device and the server of test case
CN110138823A (en) * 2019-03-29 2019-08-16 福建省汽车工业集团云度新能源汽车股份有限公司 A kind of long-range Body Control method and system
CN110633905A (en) * 2019-09-06 2019-12-31 武汉理工大学 Reliability calculation method for cloud platform of intelligent vehicle
CN111427333A (en) * 2020-04-01 2020-07-17 北京四维智联科技有限公司 Test method and device for Internet of vehicles service platform and computer storage medium
CN111473844A (en) * 2020-06-24 2020-07-31 潍坊研翔仪器仪表科技有限公司 Piezoelectric sensor based on vehicle dynamic weight measuring array

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴志林,: ""基于数据驱动的实时路况估计方法研究及系统开发"", 《中国优秀硕士学位论文全文数据库 (工程科技Ⅱ辑)》 *
电信终端产业协会,: ""车载T-BOX信息安全技术要求和测试方法"", 《WWW.DOCIN.COM/P-2419163093.HTML》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113341917A (en) * 2021-05-28 2021-09-03 重庆长安汽车股份有限公司 Internet of vehicles remote control end cloud integrated automatic test system and method
CN113341917B (en) * 2021-05-28 2023-03-14 重庆长安汽车股份有限公司 Internet of vehicles remote control end cloud integrated automatic test system and method
CN113612626A (en) * 2021-07-08 2021-11-05 重庆长安汽车股份有限公司 Method and system for testing cloud based on TBOX simulation platform
CN113852671A (en) * 2021-09-07 2021-12-28 芜湖雄狮汽车科技有限公司 Vehicle Tbox simulation system, vehicle Tbox simulator and control method thereof
CN114594754A (en) * 2022-03-31 2022-06-07 重庆长安新能源汽车科技有限公司 HIL automatic test method and system for vehicle networking controller
CN114594754B (en) * 2022-03-31 2023-08-25 深蓝汽车科技有限公司 HIL automatic test method and system for Internet of vehicles controller
CN115118588A (en) * 2022-06-29 2022-09-27 长城汽车股份有限公司 Analog simulation system of vehicle-mounted TBOX (tunnel boring machine) and communication method, device and storage medium thereof

Also Published As

Publication number Publication date
CN112202639B (en) 2022-08-09

Similar Documents

Publication Publication Date Title
CN112202639B (en) Performance test method for realizing Internet of vehicles remote control service through LoadRunner tool
CN105589719B (en) system for remotely upgrading whole vehicle-mounted controller software and upgrading method
CN113037603B (en) Remote control method and device and vehicle
CN109740222B (en) Testing device and system for automobile networking scene
CN110162009A (en) Method for diagnosing faults, information determine method, related device and equipment
US20050177286A1 (en) Scan tool with dropped communications detection and recovery and improved protocol selection
CN112988485B (en) Simulation test method and device for electric power Internet of things equipment
CN111061499A (en) ECU updating method and system based on file system
CN113176902B (en) OTA upgrading method of vehicle ECU, electronic equipment, vehicle and readable storage medium
EP3761605B1 (en) Vehicle diagnosis method, related device and system
CN114945021B (en) Unmanned vehicle remote debugging method, device, system and storage medium
CN111026640A (en) Vehicle-mounted equipment testing method and system, mobile terminal and storage medium
CN114465940A (en) Vehicle-mounted test system, method and storage medium
US11297146B2 (en) Method for data transmission in a transportation vehicle communication network, transportation vehicle communication network, subscriber and transportation vehicle
CN113612626A (en) Method and system for testing cloud based on TBOX simulation platform
JP2024041799A (en) In-vehicle information processing device, information processing method, and server program
CN113507402A (en) TBOX diagnosis method for passive CAN
CN117041111A (en) Vehicle cloud function test method and device, electronic equipment and storage medium
CN116647589A (en) Vehicle diagnosis communication method, device, equipment and medium
CN115980554A (en) Chip testing method and electronic equipment thereof
CN115118588A (en) Analog simulation system of vehicle-mounted TBOX (tunnel boring machine) and communication method, device and storage medium thereof
CN113741936A (en) Parallel flashing method and device based on UDS protocol, vehicle and computer readable storage medium
JP2022538080A (en) A method of interacting with a computer on a vehicle's on-board bus
CN115914055A (en) Distributed network testing method, device, medium and equipment
CN107991904B (en) Simulated wireless block center message generator

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant