Abstract
One of the main problems of modern IoT networks is the large amount of automated traffic generated by their nodes. This puts a significant strain on modern communications networks, which will only increase over time. One way to overcome this problem is to optimize the data structure and improve the methods of data collection, transmission and processing. The purpose of this study is to optimize traffic in the IoT network at the level of software architecture and data representation. The object of the study is the FireBeetle Covers-24 x 8 LED Matrix ESP32, which is controlled by the HOLTEK HT1632C controller, connected via WiFi - interface with the IoT network, implemented on the basis of the ESP8266 microcontroller. The subject of the research is the process of optimizing program code by choosing the most efficient software architecture. The article considers the three most common software architectures and gives examples of their implementation. The architecture based on REST technology was the first to be considered. This technology is the most popular and widespread due to the simplicity of concept and implementation. But its disadvantage is the significant congestion of the communication line with a large amount of the same type of service information. Reducing the amount of service information by optimizing the HTML page code using JavaScript is demonstrated by the example of the second software architecture. But such optimization does not allow to completely separate the static and dynamic components of the information transmitted by the communication line. This division can easily be done within the software architecture based on Ajax & JSON, an example of which is given in the third. The great advantage of this architecture is that the static component is transmitted by the network only once at the beginning of the communication session. Then only the dynamic component is transmitted. According to the results of testing the developed hardware and software module and comparing the amount of generated data transmitted by WiFi network, it is shown that the software architecture based on Ajax & JSON has the highest network efficiency, significantly reducing network traf6fic compared to others.
Publisher
Ternopil Ivan Puluj National Technical University
Reference22 articles.
1. J. Fox, A. Donnellan and L. Doumen, "The deployment of an IoT network infrastructure, as a localised regional service" 2019 IEEE 5th World Forum on Internet of Things (WF-IoT). 2019. P. 319-324.
2. D. Moongilan, "5G Internet of Things (IOT) Near and Far-Fields and Regulatory Compliance Intricacies" 2019 IEEE 5th World Forum on Internet of Things (WF-IoT). 2019. P. 894-898.
3. Jim Green, IoT Reference Model. 2014. URL: http://cdn.iotwf.com/resources/72/IoT_Reference_Model _04_June_2014.pdf.
4. Overview of the Internet of things. Recommendation ITU-T Y.2060. 2014. URL: https://www.itu.int/rec/ dologin_pub.asp?lang=e&id=T-REC-Y.2060-201206-I!!PDF-E&type=items.
5. FireBeetle Covers-24x8 LED Matrix (Blue). 2020. URL: https://www.dfrobot.com/product-1595.html.