CN114500625A - Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR - Google Patents

Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR Download PDF

Info

Publication number
CN114500625A
CN114500625A CN202210093860.9A CN202210093860A CN114500625A CN 114500625 A CN114500625 A CN 114500625A CN 202210093860 A CN202210093860 A CN 202210093860A CN 114500625 A CN114500625 A CN 114500625A
Authority
CN
China
Prior art keywords
autosar
server
dds
client
receiving end
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.)
Pending
Application number
CN202210093860.9A
Other languages
Chinese (zh)
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.)
AutoCore Intelligence Technology Nanjing Co Ltd
Original Assignee
AutoCore Intelligence Technology Nanjing 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 AutoCore Intelligence Technology Nanjing Co Ltd filed Critical AutoCore Intelligence Technology Nanjing Co Ltd
Priority to CN202210093860.9A priority Critical patent/CN114500625A/en
Publication of CN114500625A publication Critical patent/CN114500625A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding

Abstract

The invention relates to a structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR, belonging to the technical field of network architecture. The structure comprises a plurality of clients, a plurality of servers, a sending end and a receiving end, wherein each client is attached to the same sending end, and each server is attached to the same receiving end through a distributor; the sending end sends the label data to a receiving end; and determining the corresponding server to which the data should be dispatched according to the globally unique identifier carried in the label data sent from the client to the server. The invention solves the problem that the traditional DDS can not be deployed in the MCU hardware environment with limited resources, and the advantages of the DDS middleware can be fully exerted.

Description

Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR
Technical Field
The invention relates to a structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR, belonging to the technical field of network architecture.
Background
In a typical usage scenario of CP AutoSAR, function calls are often presented in the form of Remote Procedure Calls (RPC), most RPC calls can be summarized into the following two forms,
an RR (Request/Response) form means that two nodes running the CP AutoSAR App are respectively defined as a Client and a Server, the Client sends a Request to the Server in an RPC form, the Server executes corresponding operation after receiving the Request, and then responds an execution result to a Client end in the RPC form;
the Event/Notify form means that two nodes running the CP AutoSAR App are respectively defined as a Client and a Server, and the Server can send an Event or a notification to the Client section through the RPC form.
The RPC calls in the forms have incomparable advantages in terms of transmission quality control, service discovery/subscription and the like compared with SomeIP, but the DDS network middleware has incomparable advantages in terms of transmission quality control, service discovery/subscription and the like compared with SomeIP, but as the DDS protocol is specified, a data path for bearing the RPC calls means that Topic must be attached to a DDS Writer or Reader entity, and a DDS Writer or DDS Reader needs to consume about 10k bytes of memory, and when a large number of RPC calls exist in the system, the memory actually needed to be occupied greatly exceeds the resource size which can be provided by typical deployment hardware of CP AutoSAR.
As mentioned above, although the DDS middleware has many advantages, due to the protocol limitation, there is a defect that the occupied memory is large naturally, which is fatal to the hardware of the microcontroller such as MCU, and this will directly result in the need to increase the number of MCUs in the whole vehicle, greatly increasing the cost and the difficulty of network design/implementation.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a method for judging consistency of incremental snapshot market data is provided.
In order to solve the technical problems, the technical scheme provided by the invention is as follows: a structure for realizing RPC service in CP AutoSAR utilizes DDS network middleware, the DDS network middleware is integrated in CP AutoSAR in the form of assembly, the RPC message of CP AutoSAR is communicated through the DDS network middleware, the structure comprises a plurality of clients, a plurality of servers, a transmitting end and a receiving end, each client is attached to the same transmitting end, and each server is attached to the same receiving end through a distributor; the sending end sends the label data to a receiving end;
the tag data determines the corresponding server to which the data should be dispatched according to the globally unique identifier carried in the tag data sent from the client to the server.
The invention has the beneficial effects that: the invention utilizes the multi-message transmission capability of the DDS, can smoothly bear a large amount of services on one piece of Topic, solves the problem that the traditional DDS cannot be deployed in the MCU hardware environment with limited resources, and makes full use of the advantages of the DDS middleware.
Drawings
Fig. 1 is a schematic structural diagram of an embodiment of the present invention.
Detailed Description
Example one
In the structure of this embodiment, a CP AutoSAR utilizes a DDS network middleware to implement RPC service, as shown in fig. 1, includes a plurality of clients (Client 1 … … Client N), a plurality of servers (Server 1 … … Server N), a sending end (DDS writer), and a receiving end (DDS Reader), where each Client is attached to the same sending end, and each Server is attached to the same receiving end through a Dispatcher (Dispatcher); the receiving end sends the label data (Topic) to the receiving end; the tag data determines the corresponding server to which the data should be served according to a Globally Unique Identifier (GUID) carried in the tag data sent from the client to the server.
In this embodiment, a Globally Unique Identifier (GUID) for identifying the service is added to each RPC call packet, and a dispatcher capable of resolving the globally unique identifier is implemented in CP AutoSAR.
The present invention is not limited to the specific technical solutions described in the above embodiments, and other embodiments may be made in the present invention in addition to the above embodiments. It will be understood by those skilled in the art that various changes, substitutions of equivalents, and alterations can be made without departing from the spirit and scope of the invention.

Claims (1)

1. The utility model provides a structure in order to realize RPC service at CP AutoSAR utilizes DDS network middleware, includes a plurality of clients, a plurality of server, sending terminal and receiving terminal, its characterized in that: the DDS network middleware is integrated in the CP AutoSAR in a component mode, RPC messages of the CP AutoSAR are communicated through the DDS network middleware, all clients are attached to the same sending end, and all servers are attached to the same receiving end through dispatchers; the sending end sends the label data to a receiving end;
the tag data determines the corresponding server to which the data should be dispatched according to the globally unique identifier carried in the tag data sent from the client to the server.
CN202210093860.9A 2022-01-26 2022-01-26 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR Pending CN114500625A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210093860.9A CN114500625A (en) 2022-01-26 2022-01-26 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210093860.9A CN114500625A (en) 2022-01-26 2022-01-26 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR

Publications (1)

Publication Number Publication Date
CN114500625A true CN114500625A (en) 2022-05-13

Family

ID=81475938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210093860.9A Pending CN114500625A (en) 2022-01-26 2022-01-26 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR

Country Status (1)

Country Link
CN (1) CN114500625A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997024879A1 (en) * 1995-12-28 1997-07-10 Tele-Communications, Inc. Methods and systems for client or customer-site transaction processing in a distributed database system
CN110086891A (en) * 2019-06-25 2019-08-02 奥特酷智能科技(南京)有限公司 The method of distributed communication is realized in automatic Pilot based on DDS agreement
CN110321236A (en) * 2019-07-11 2019-10-11 哈尔滨工业大学 A kind of remote method call implementation method based on OpenDDS
CN112286517A (en) * 2020-11-30 2021-01-29 埃泰克汽车电子(芜湖)有限公司 Automotive electronics MCAL configuration system based on AutoSAR
CN112804109A (en) * 2021-03-10 2021-05-14 奥特酷智能科技(南京)有限公司 DDS-based server client interaction model
KR20210085551A (en) * 2019-12-30 2021-07-08 현대오트론 주식회사 Adaptive autosar system with vendor-specific communication function and source code generation method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997024879A1 (en) * 1995-12-28 1997-07-10 Tele-Communications, Inc. Methods and systems for client or customer-site transaction processing in a distributed database system
CN110086891A (en) * 2019-06-25 2019-08-02 奥特酷智能科技(南京)有限公司 The method of distributed communication is realized in automatic Pilot based on DDS agreement
CN110321236A (en) * 2019-07-11 2019-10-11 哈尔滨工业大学 A kind of remote method call implementation method based on OpenDDS
KR20210085551A (en) * 2019-12-30 2021-07-08 현대오트론 주식회사 Adaptive autosar system with vendor-specific communication function and source code generation method thereof
CN112286517A (en) * 2020-11-30 2021-01-29 埃泰克汽车电子(芜湖)有限公司 Automotive electronics MCAL configuration system based on AutoSAR
CN112804109A (en) * 2021-03-10 2021-05-14 奥特酷智能科技(南京)有限公司 DDS-based server client interaction model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郑馥薇: "基于数据分发服务的远程过程调用系统", 《计算机应用》, pages 1 - 2 *

Similar Documents

Publication Publication Date Title
EP1021021B1 (en) Method and apparatus for providing awareness-triggered push
JP4521003B2 (en) Apparatus and associated method for facilitating delivery and processing of push content
US20140115125A1 (en) Method for Receiving Data, Method for Sending Data, Mobile Terminal, and Server
CN105472042A (en) WEB terminal controlled message middleware system and data transmission method thereof
KR100817098B1 (en) Information exchange system, management server, and method for reducing network load used in the same
CN110309231A (en) A kind of method of data synchronization and system across computer room
CN107682460B (en) Distributed storage cluster data communication method and system
CN103312528A (en) Heartbeat message sending method and user terminal
CN112600881A (en) Method, device, server and storage medium for providing service of internet of things
CN113852939B (en) Cloud-protogenesis-oriented user plane function micro-service system
CN110635932B (en) OpenStack control plane-based virtual network performance optimization method
CN111124717A (en) Message delivery method, system and computer storage medium
EP2944073A2 (en) Method and system for the handling of redundant long poll
CN114500625A (en) Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR
WO2022126837A1 (en) Intelligent scheduling system for video monitoring service
CN108989467B (en) Centralized addressing method
CN114615284A (en) Method and device for notifying and receiving messages in cluster
CN112787970B (en) Method and device for subscribing event stream
CN109257435B (en) Communication system of multi-instance multi-subsystem application based on message middleware
CN112260924A (en) uPnP network bridge construction method applied to power Internet of things
CN108616597B (en) Distributed operation method for realizing service uninterrupted forever
CN112256447A (en) Message notification method and system
KR100333741B1 (en) Method for interlocking channel using multi-server in push system
WO2002051185A1 (en) Method and computer system for monitoring events on a wireless connected device
CN114500660B (en) Request processing method, device, equipment and computer readable storage medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 210012 room 401-404, building 5, chuqiaocheng, No. 57, Andemen street, Yuhuatai District, Nanjing, Jiangsu Province

Applicant after: AUTOCORE INTELLIGENT TECHNOLOGY (NANJING) Co.,Ltd.

Address before: 211800 building 12-289, 29 buyue Road, Qiaolin street, Pukou District, Nanjing City, Jiangsu Province

Applicant before: AUTOCORE INTELLIGENT TECHNOLOGY (NANJING) Co.,Ltd.