DataServer.jl API

EngineeringDataManager.DataServerModule
Module which runs a simple tcp/ip server to elaborate requests from external clients

Requests are configured in [COMMANDS_LIST] dictionary. First, client should send a string of request (key of the COMMANDS_LIST), further is should conretize the request according to the request callback specification.

source