One of the my main contributions to achieve the TERMINET objectives was the design and development of a RINA architecture for embedded devices to enable RINA networks in IoT environments. Achieving this goal was not trivial because of IoT heterogeneity and IoT limitations on resources. The inherent IoT heterogeneity introduces a high complication to design and implement RINA modules for embedded systems. IoT has many technological IoT platforms, protocols, and wireless communication technologies, so the RINA modules should be able to adapt to IoT technologies. Also, IoT devices are resource-constrained in terms of CPU, memory, network and energy consumption. So, a deep analysis was required to understand the possible limitations of RINA in resource-constrained devices.

The RINAsense architecture is proposed to implement RINA in resource-constrained devices. The RINAsense architecture is organized in layers.

RINAsense architecture for IoT environments.

Architecture Layers

  • Data Link Layer: oversees moving data into and out of a wireless link in a network. It comprises wireless technologies used in IoT environments. It provides services to the above DIFs to move data between sensors or through a RINA-based IoT gateway to edge nodes or the cloud.
  • RINA Layer: provides all RINA components to implement a system with RINA networking capabilities. This layer provides functionalities for transmitting data, controlling the data transmission, and managing the RINA network.
  • Application Layer: delivers applications or services to sense the environment(sensors) and make some response (actuators).
  • OS and Abstraction Layer: provides a runtime environment to control the previous layers' functionalities. These tasks share a single processing core using the Free Real Time Operating System (FreeRTOS). This layer relies on FreeRTOS because of its extension portability over several microcontroller platforms. In addition, this layer provides a portability sublayer to allow writing cross-platform software to control devices based on the IoT development framework for ESP-IDF, Arduino, or Linux.

A instance of the RINAsense architecture is available as open source in i2CAT Github Reposiroty. More details and experimental tests can be found in the RINAsense conference paper.