Package libuniset2: Information

  • Default inline alert: Version in the repository: 2.35.2-alt1

Binary package: libuniset2
Version: 2.31.1-alt1
Architecture: aarch64
Build time:  May 20, 2023, 06:01 PM in the task #321505
Source package: libuniset2
Category: Development/C++
Report package bug
License: LGPL-2.1
Summary: UniSet - library for building distributed industrial control systems
Description: 
UniSet is a library for distributed control systems.
There are set of base components to construct this kind of systems:
* base interfaces for your implementation of control algorithms.
* algorithms for the discrete and analog input/output based on COMEDI interface.
* IPC mechanism based on CORBA (omniORB).
* logging system based on MySQL,SQLite,PostgreSQL databases.
* Web interface to display logging and statistic information.
* utilities for system's configuration based on XML.

UniSet have been written in C++ and IDL languages but you can use another languages in your
add-on components. The main principle of the UniSet library's design is a maximum integration
with open source third-party libraries. UniSet provide the consistent interface for all
add-on components and third-party libraries.

More information in Russian:

Maintainer: Pavel Vainerman


ACL:
Pavel Vainerman
@everybody

Last changed


May 20, 2023 Pavel Vainerman 2.31.1-alt1
- (uwebsocket): supported "freeze/unfreeze"
- (dbserver): cleanup code, use DBServer as Service
- (clickhouse): timestamp,time_usec ->  DateTime64(nanosec,'UTC')
- (mysql): secure fix
- (pgsql): fixed SEGFAULT in "copy" function, cleanup "include"
- (UNetReceiver): forceUpdate after entering Mode::mEnabled
- (uniset2-clickhouse-admin): supported "init.d"
- (lproc): fixed TNOT, added new elements SEL_R, RS, some refactoring
- (iocontrol): supported "readonly" sensors, supported "frozen_value" by default
- (opcua-server): init refactoring. Supported conf parameters (host, port, browseName, description)
- (opcua): supported "filter-value-re" (filter-value as regexp)
May 1, 2023 Pavel Vainerman 2.30.2-alt1
- (opcua): supported open62541pp-0.3.0
- fixes for omniORB-4.3.0
April 10, 2023 Pavel Vainerman 2.30.1-alt1
- (clickhouse): refactoring
- (io): fixed bug in on/off delay
- fixed bug in Index_HashXML