Home /Research /Systematic evaluation of three data marshalling approaches for distributed software systems
OTHER

Systematic evaluation of three data marshalling approaches for distributed software systems

Hugo Andrade, Federico Giaimo, Christian Berger, Ivica Crnković

Year
2015
Citations
2

Abstract

Cyber-physical systems like robots and self-driving vehicles comprise complex software systems. Their software is typically realized as distributed agents that are responsible for dedicated tasks like sensor data handling, sensor data fusion, or action planning. The modular design allows a flexible deployment as well as algorithm encapsulation to exchange software modules where needed. The distributed software exchanges data using a data marshalling layer to serialize and deserialize data structures between a sending and receiving entity. In this article, we are systematically evaluating Google Protobuf, LCM, and our self-adaptive delta marshalling approach by using a generic description language, of which instances are composed at runtime. Our results show that Google Protobuf performs well for small messages composed mainly by integral field types; the self-adaptive data marshalling approach is efficient if four or more fields of type double are present, and LCM outperforms both when a mix of many integral and double fields is used.

Keywords

MarshallingComputer scienceSerializationSoftwareSoftware deploymentDistributed computingModular designData exchangeSoftware engineeringDatabase

Related papers

Browse all OTHER papers