Content deleted Content added
Reverted to revision 944085689 by 80.135.61.252 (talk): Selfpromo (TW) |
advert tag |
||
Line 1:
{{Advert|date=July 2020}}{{third-party|date=July 2014}}
The '''Data Distribution Service''' ('''DDS''') for real-time systems is an [[Object Management Group]] (OMG) [[machine-to-machine]] (sometimes called [[middleware]] or connectivity framework) standard that aims to enable [[Safety-critical|dependable]], [[Many-task computing|high-performance]], [[interoperable]], [[Real-time computing|real-time]], [[Scalability|scalable]] [[data exchange]]s using a [[publish–subscribe pattern]].
Line 8:
DDS is a networking [[middleware]] that simplifies complex [[computer network programming|network programming]]. It implements a [[publish–subscribe pattern]] for sending and receiving data, events, and commands among the [[node (networking)|node]]s. Nodes that produce information (publishers) create "topics" (e.g., temperature, ___location, pressure) and publish "samples". DDS delivers the samples to subscribers that declare an interest in that topic.
DDS handles transfer chores: message addressing, [[serialization|data marshalling and
The DDS publish-subscribe model virtually eliminates complex network programming for distributed applications. {{citation needed|date=October 2019}}
|