²ÝÝ®ÊÓƵ¹ÙÍø

Batutay, Jofel A. » Research » Scholarly articles

Title Bonezegei Search : A Library for Extracting Key Values from Single Strings in Embedded Systems
Authors Batutay, Jofel
Publication date 2023
Report No.
Abstract Embedded systems often need to communicate with other devices and parse data from them. However, parsing complex data structures can be challenging and inefficient for embedded systems with limited resources. Bonezegei Search is a simple and lightweight library for Arduino that allows extracting key values from single strings using a delimiter and a separator. For example, a string like "motor1=100, motor2=50, sensor1=25.4" can be parsed by Bonezegei Search using "," as the delimiter and "=" as the separator. The library returns the value associated with a given key as a string, which can then be converted to the appropriate data type. Bonezegei Search can be useful for applications such as robotics, IoT, and sensor networks, where embedded systems need to process data from other devices quickly and reliably.
DOI
URL
Back Top