| Literature DB >> 35808438 |
Whai-En Chen1, Yi-Bing Lin1,2,3,4,5, Tai-Hsiang Yen4, Syuan-Ru Peng4, Yun-Wei Lin5.
Abstract
The deployment of a client-server-based distributed intelligent system involves application development in both the network domain and the device domain. In the network domain, an application server (typically in the cloud) is deployed to execute the network applications. In the device domain, several Internet of Things (IoT) devices may be configured as, for example, wireless sensor networks (WSNs), and interact with each other through the application server. Developing the network and the device applications are tedious tasks that are the major costs for building a distributed intelligent system. To resolve this issue, a low-code or no-code (LCNC) approach has been purposed to automate code generation. As traditional LCNC solutions are highly generic, they tend to generate excess code and instructions, which will lack efficiency in terms of storage and processing. Fortunately, optimization of automated code generation can be achieved for IoT by taking advantage of the IoT characteristics. An IoT-based distributed intelligent system consists of the device domain (IoT devices) and the network domain (IoT server). The software of an IoT device in the device domain consists of the Device Application (DA) and the Sensor Application (SA). Most IoT LCNC approaches provide code generation in the network domain. Very few approaches automatically generate the DA code. To our knowledge, no approach supports the SA code generation. In this paper, we propose DeviceTalk, an LCNC environment for the DA and the SA code development. DeviceTalk automatically generates the code for IoT devices to speed up the software development in the device domain for a distributed intelligent system. We propose the DeviceTalk architecture, design and implementation of the code generation mechanism for the IoT devices. Then, we show how a developer can use the DeviceTalk Graphical User Interface (GUI) to exercise LCNC development of the device software.Entities:
Keywords: IoT; actuator; code generator; low-code; no-code
Year: 2022 PMID: 35808438 PMCID: PMC9269719 DOI: 10.3390/s22134942
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Figure 1No-code approach for creating a smart agriculture application. (a) The physical hardware layout. (b) Application creation through LCNC.
Figure 2The DeviceTalk architecture for client–server-based intelligent distributed system.
Figure 3The procedures of the DeviceTalk Engine.
Figure 4The structure of the DeviceTalk GUI. (a) The main GUI structure; (b) The structure of the Library Selection popup window; (c) The structure of the Function Manager popup window.
Figure 5The DeviceTalk GUI.
Figure 6The library window.
Figure 7DF Function Manager.
Figure 8The DA window.
Figure 9The SA Code Summary window.
Figure 10The SA/DA code generation for the snsr1 device from the SoilSensor device model.