The specifics of the development of software and algorithmic support for the system for collecting, processing and transmitting parameters of electrical equipment

This article describes how to install a server program for receiving, processing and sending information for electrical equipment. The purpose of this work is to tell about how such a program is done step by step. In particular, using the standard library for working with the server, create handlers for the server logic itself. It is also the purpose of showing how the external application architecture works. This work contains data on the choice of a server program that cannot be implemented on an industrial plan, due to its single threading, but this is necessary to show how such a program works in principle, and the same rationale can be used in cases when full development of a commercial service is required. This program includes the discovery of the electrical system to identify and provide information about the needs. The work shows all the stages of its work, the parsed syntax and the required modules. An important goal of such work is to teach a person who has never worked in this area to show that, if necessary, a person can quite easily create his own program for monitoring and processing.

Authors: N. A. Smirnov

Direction: Electrical Engineering

Keywords: program, monitoring, processing, server, request architecture, programming


View full article