We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Jaime Martin Losa's profile - activity

2017-02-02 09:26:05 +0200 answered a question What is the difference between Fiware and Kiara?

The FIWARE Advanced Middleware now it is composed of two components:

KIARA: A Java implementation of a middleware based on OMG standards, containing an implementation of RTPS (Real-Time Publish Subscribe)

Fast RTPS: A C++ implementation of RTPS protocol, adopted by many organizations, such as ROS (Robot Operating System).

What kind of application are you developing ?

2016-07-18 15:31:38 +0200 answered a question What are the differences between Kiara Advanced Middleware and an ESB (Enterprise Service Bus)?

An ESB is used for integration of services in an Enterprise infrastructure, and usually these services are web services, and the data format is XML.

As its name indicates is focused on enterprise applications and business processes: Accounting, logistics, rrhh, etc. and usually provides a set of connectors to get information from a variety of sources and protocols.

But imagine you want to create a robot, or a set of robots and communicate these robots to coordinate themselves, such the ones in a factory. Or an IoT application with small independent devices (sensors, gps, etc).

In these and other examples, you should use a middleware offering you low latency, high throughput, real-time features, determinism, low resource requirements, etc. You can think then in other options such as ZeroMQ, nanoMSG, DDS, Apache Thrift… and KIARA. These options have the performance as the main goal.

You can contact me at JaimeMartin@eProsima.com