Hideki Takase

Embedded/IoT Researcher

Hideki Takase is an Associate Professor at The University of Tokyo, Japan. His research interest includes runtime platform and system-level design methodology for embedded/real-time/IoT computing. He belongs to some tech communities, such as NervesJP, ROS Japan Users Group, IoT ALGYAN, hls-friends, TOPPERS project, etc. He is a member of Embedded and EPC Working Groups in Erlang Ecosystem Foundation.

Talk:
On the way to achieve autonomous node communication in the Elixir ecosystem

Audience: Advanced

Have you ever felt that finding communication nodes by specifying information such as IP addresses is complicated?

RTPS (Real-Time Publish Subscribe) is a communication protocol. The main advantage is that nodes can acquire autonomy in communication. Without setting up any broker, a node can automatically discover communication partners for publication/subscription only by specifying a topic. Note that the use of RTPS is restricted to the area under the NAT server.

We are working on R&D about “Rclex,” a client library for ROS 2 platform. This library has directly integrated the feature of RTPS into Elixir.

This talk will consider how to bring the power of Rclex into Nerves devices. To find out the current status of Rclex, we will provide a way to realize this purpose. In addition, we will share our latest R&D activity to enable RTPS communication in Elixir/Nerves beyond the NAT server. Once achieved, we can apply RTPS to the wide-area distributed system.