HowTo: Writing eCAL Sample Applications

7. HowTo: Writing eCAL Sample Applications#

You have learned a lot about basic eCAL communication and the eCAL Tools that come with it. Now it is time to write your own eCAL program! This section provides practical guides to help you get started with various aspects of eCAL programming.

Below is an overview of the topics covered in this section:

  • Setup Prerequisites: Learn how to set up your environment and prepare your system for eCAL development: Development Setup.

  • Pub/Sub Communication: Understand how to use the Publish/Subscribe pattern to send and receive data efficiently Pubsub: Publisher & Subscriber.

  • Client-Server Communication: Explore how to implement request-response workflows using eCAL’s client-server communication model: Service: Client & Server.

  • Configuration Management: Discover how to manage and load configurations for your eCAL applications: Runtime Configuration.

Each guide is designed to provide step-by-step instructions and examples, making it easy to follow along and implement eCAL features in your own projects. Feel free to explore the guides in any order based on your needs.