Acerca de
Actividad
-
RTI at Automotive Innovation Day 2025! 🚘 We wrapped up a great day in Korea, where we showcased Connext Drive and shared how our technology…
RTI at Automotive Innovation Day 2025! 🚘 We wrapped up a great day in Korea, where we showcased Connext Drive and shared how our technology…
Recomendado por Fernando García Aranda
-
Yesterday marked the end of my journey at RTI. Over the past 9.5 years, I had the privilege of collaborating with a remarkable team of skilled…
Yesterday marked the end of my journey at RTI. Over the past 9.5 years, I had the privilege of collaborating with a remarkable team of skilled…
Recomendado por Fernando García Aranda
-
After 8 years of professional and personal growth at RTI, I am ready to begin a new adventure. I am honored that the RTI team entrusted me to work…
After 8 years of professional and personal growth at RTI, I am ready to begin a new adventure. I am honored that the RTI team entrusted me to work…
Recomendado por Fernando García Aranda
Experiencia y educación
Licencias y certificaciones
Publicaciones
-
DDS Extensions for Time Sensitive Networking (DDS-TSN)
Object Management Group
Ver publicaciónTo provide DDS with a deterministic network infrastructure that can guarantee time-critical behavior, the OMG DDS Extensions for Time Sensitive Networking (DDS-TSN) defines a set of mechanisms that allow and simplify the deployment of DDS applications over a TSN-enabled network infrastructure. Mapping DDS streams to underlying TSN Streams, system designers can rely on a deterministic data distribution behavior from end to end.
-
IDL4 to C# Language Mapping (IDL4-CSHARP)
Object Management Group
Ver publicaciónThe Object Management Group (OMG) IDL to C# Language Mapping specification (IDL4-CSHARP) defines a mapping of the OMG Interface Definition Language (IDL) to the C# programming language.
-
OPC UA/DDS Gateway (DDS-OPCUA)
Object Management Group
Ver publicaciónThe Object Management Group (OMG) OPC UA/DDS Gateway specification (DDS-OPCUA) defines vendor-independent, configurable gateway that enables interoperability and information exchange between systems that use DDS and systems that use OPC UA.
-
DDS Consolidated JSON Syntax (DDS-JSON)
Object Management Group
Ver publicaciónThe Object Management Group (OMG) DDS Consolidated JSON Syntax specification (DDS-JSON) defines a consolidated JSON syntax to represent DDS resources and data. That is, syntax to represent the DDS Type System, DDS QoS Policies, DDS Entities and Applications, and DDS Data Samples using JSON.
-
DDS Consolidated XML Syntax (DDS-XML)
Object Management Group
Ver publicaciónThe Object Management Group (OMG) DDS Consolidated XML Syntax specification (DDS-XML) defines a standard set of schema files to represent OMG DDS resources and data using XML.
-
DDS Network Binding for the AUTOSAR Adaptive Platform
AUTOSAR
Ver publicaciónSection 7.4.3 of the AUTOSAR Adaptive Specification of CommunicationManagement defines a DDS Network Binding for ara::com, which enables AUTOSAR Adaptive applications to use DDS as the underlying communication framework.
-
An Extensible Architecture for Avionics Sensor Health Assessment Using Data Distribution Service
AIAA Infotech@Aerospace 2013
Avionics Sensor Health Assessment is a sub-discipline of Integrated Vehicle Health Management (IVHM), which relates to the collection of sensor data, distributing it to diagnostics/prognostics algorithms, detecting run-time anomalies, and scheduling maintenance procedures. Real-time availability of the sensor health diagnostics for aircraft (manned or unmanned) subsystems allows pilots and operators to improve operational decisions. Therefore, avionics sensor health assessments are used…
Avionics Sensor Health Assessment is a sub-discipline of Integrated Vehicle Health Management (IVHM), which relates to the collection of sensor data, distributing it to diagnostics/prognostics algorithms, detecting run-time anomalies, and scheduling maintenance procedures. Real-time availability of the sensor health diagnostics for aircraft (manned or unmanned) subsystems allows pilots and operators to improve operational decisions. Therefore, avionics sensor health assessments are used extensively in the mil-aero domain.
Otros autoresVer publicación -
An extensible DDS-based monitoring and intrusion detection system
Workshop on Real-time, Embedded and Enterprise-Scale Time-Critical Systems. Washington, DC
As centralized computing models are being superseded by more distributed computer environments, supervising application, system and network health has become a crucial task in network management. Currently, there are plenty of systems providing a partial solution to this problem (e.g. intrusion detection systems (IDS) and system monitoring tools), but each separately cannot provide the complete view required to understand and react quickly.
In this context we propose Cave Canem, a…As centralized computing models are being superseded by more distributed computer environments, supervising application, system and network health has become a crucial task in network management. Currently, there are plenty of systems providing a partial solution to this problem (e.g. intrusion detection systems (IDS) and system monitoring tools), but each separately cannot provide the complete view required to understand and react quickly.
In this context we propose Cave Canem, a framework for the development of a "complete" operational picture for the combination of multiple kinds of information (e.g. performance, system alerts, intrusion detection), remaining open so that new sensors and applications can be mixed in. This open approach, separates the Information Model from the Information Distribution mechanisms, using the OMG Data Distribution Service (DDS) standard as the fundamental information-sharing model.
Our framework exploits the benefits of the data-centric publish-subscribe (DCPS) paradigm provided by the DDS middleware, which eases the deployment and maintainability of large monitoring scenarios. It also takes advantage of some of the DDS features, such as content filtering and QoS settings (reliability, transport priorities, etc.) which ensure that the entire system status can be efficiently distributed according to the subscriber interests.
In the presentation we will purpose a motivating example for highlighting our design goals, describe the architecture and the implementation details of our solution, and demonstrate a validated prototype.Otros autoresVer publicación -
Distribución de Linux para la evaluación de rendimiento en sistemas computacionales modernos.
I Congreso de Actividades Académicamente Dirigidas para Estudiantes de la Escuela Politécnica Superior. Córdoba (Spain)
Performance measurement is crucial in the development of efficient software. It becomes even more important in applications designed to run in embedded and real-time systems, where a fast response or high performance is required. This article describes the development of a deterministic application for performance measurement, which has been successfully used in a Computer Engineering Processor Design and Configuration Assessment course at Higher Technical School from the University of Córdoba.
Otros autoresVer publicación
Proyectos
-
Cave Canem
- actualidad
Ver proyectoCave Canem es un aplicación extensible para la monitorización de sistemas y la detección de intrusiones. Hace uso del middleware RTI Connext DDS y del paradigma de publicación/suscripción para la difusión de información de monitorización. Ofrece integración con diversas bases de datos relacionales e incluye una interfaz de usuario para la visualización de información.
Cave Canem es software libre bajo la licencia GNU LGPL v3. -
Karma Linux
- actualidad
Karma Linux es una distribución de GNU/Linux para la evaluación determinista de rendimiento en sistemas computacionales. Este proyecto ha sido utilizado con fines docentes en la asignatura "Diseño de Procesadores y Evaluación de Configuraciones" de la titulación de Ingeniería Informática en la Universidad de Córdoba.
La evaluación de rendimiento se realiza a través de GLPerfex, una herramienta gráfica que provee acceso a una serie de contadores hardware (performance counters)…Karma Linux es una distribución de GNU/Linux para la evaluación determinista de rendimiento en sistemas computacionales. Este proyecto ha sido utilizado con fines docentes en la asignatura "Diseño de Procesadores y Evaluación de Configuraciones" de la titulación de Ingeniería Informática en la Universidad de Córdoba.
La evaluación de rendimiento se realiza a través de GLPerfex, una herramienta gráfica que provee acceso a una serie de contadores hardware (performance counters) —utilizando la biblioteca PAPI [1]— y permite la ejecución de aplicaciones en modo exclusivo sobre el procesador —utilizando RTAI [2]—. El objetivo es proporcionar al usuario un entorno determinista no intrusivo para la evaluación del rendimiento de distintas aplicaciones.
GLPerfex y LPerfex son software libre bajo la licencia GNU GPL v3.
[1] Performance Application Programming Interface (PAPI), http://icl.cs.utk.edu/papi/
[2] Real Time Application Interface (RTAI), https://www.rtai.org/Otros creadoresVer proyecto
Reconocimientos y premios
-
RTI Excellence Award
Real-Time Innovations
RTI awards one Excellence Award per quarter to reward outstanding contribution to the company, demonstrating commitment to the company values.
-
RTI Team Award
Real-Time Innovations
Team Awards are designed to allow teams to reward exceptional contribution by a team member.
-
Beca de Colaboración
Ministerio de Educación, España
-
Beca de Colaboración para la adaptación al Espacio Europeo de Educación Superior
Universidad de Córdoba, España
Idiomas
-
English
Competencia profesional completa
-
Spanish
Competencia bilingüe o nativa
Más actividad de Fernando
-
That was a blast! 💥 Great insights and conversations in the 6th SDV & AUTOSAR China day
That was a blast! 💥 Great insights and conversations in the 6th SDV & AUTOSAR China day
Recomendado por Fernando García Aranda
-
Our Demo Center at #CES2025 will feature an adaptive headlamp system powered by Connext Drive, Ansys simulation software, and NXP Semiconductors…
Our Demo Center at #CES2025 will feature an adaptive headlamp system powered by Connext Drive, Ansys simulation software, and NXP Semiconductors…
Recomendado por Fernando García Aranda
-
Building on the momentum of our Connext Drive 3.1 launch, RTI’s Emilio Guijarro presented on modern SDV architectures at the 15th AUTOSAR Open…
Building on the momentum of our Connext Drive 3.1 launch, RTI’s Emilio Guijarro presented on modern SDV architectures at the 15th AUTOSAR Open…
Recomendado por Fernando García Aranda
-
Today was my last day at RTI. This has been such a great journey for the last 7 years. I have so much gratitude for the time I was able to spend here…
Today was my last day at RTI. This has been such a great journey for the last 7 years. I have so much gratitude for the time I was able to spend here…
Recomendado por Fernando García Aranda
-
I had the pleasure of being part of #PyConUS, where I presented on distributed tracing for Python applications, incorporating #OpenTelemetry, in the…
I had the pleasure of being part of #PyConUS, where I presented on distributed tracing for Python applications, incorporating #OpenTelemetry, in the…
Recomendado por Fernando García Aranda
-
The combination of DDS and TSN offers developers the best of both worlds. Tobias Fieger highlights the top 5 ways this powerful pairing can…
The combination of DDS and TSN offers developers the best of both worlds. Tobias Fieger highlights the top 5 ways this powerful pairing can…
Recomendado por Fernando García Aranda
-
🌟 Reflecting on 2023: A Year of Growth and Collaboration 🚀 As the curtain falls on 2023, I'm thrilled to share some remarkable moments that made…
🌟 Reflecting on 2023: A Year of Growth and Collaboration 🚀 As the curtain falls on 2023, I'm thrilled to share some remarkable moments that made…
Recomendado por Fernando García Aranda
-
Today marks the 15th anniversary of my journey with RTI (and in the US)! RTI has the best people and an amazing culture. The people at RTI have…
Today marks the 15th anniversary of my journey with RTI (and in the US)! RTI has the best people and an amazing culture. The people at RTI have…
Recomendado por Fernando García Aranda
-
Congratulations to our very own Fernando Garcia Aranda, lead author on the new DDS Extensions for TSN standard, allowing developers to deploy DDS…
Congratulations to our very own Fernando Garcia Aranda, lead author on the new DDS Extensions for TSN standard, allowing developers to deploy DDS…
Recomendado por Fernando García Aranda
-
TOMORROW at 8am PT 4/26, join RTI's Fernando Garcia Aranda & Raul Gomez Cid Fuentes's webinar to learn the rules for mapping DDS features onto TSN…
TOMORROW at 8am PT 4/26, join RTI's Fernando Garcia Aranda & Raul Gomez Cid Fuentes's webinar to learn the rules for mapping DDS features onto TSN…
Recomendado por Fernando García Aranda