DCSEJan 9, 2015

Design and Implementation of rowe, a Web-Friendly Communication Library

arXiv:1501.02162v1
Originality Synthesis-oriented
AI Analysis

This work addresses a specific integration problem for robotics developers using HOP in the RAPP project, representing an incremental solution.

The authors tackled the challenge of integrating existing robotics code (ROS or custom libraries) with HOP-based web applications by implementing rowe, a lightweight, high-performance communication library that enables programs to exchange JSON objects over WebSockets.

The INDES project-team of Inria has been developing HOP, a multi-tier language for Web programming. As part of the RAPP FP7 European project, the team has set out to use HOP as the lingua franca of the robotics applications developed within that project. Part of the challenge lies in the integration of existing robotics code, written using ROS or custom libraries, with HOP-based application. This document reports on the implementation of rowe, a communication library designed the fill the gap between low-level robotics C components on one hand, and other C, C++, ROS, or HOP components on the other. The library aims to be a lightweight, high-performance, "Web-friendly" communication library. It implements a socket-like interface that allows programs to exchange JSON objects over WebSockets. We describe the rationale, design, and implementation of rowe.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes