Skip to content

Releases: roy-harmon/UniversaLIS

UniversaLIS v1.0.0

31 Jul 09:01

Choose a tag to compare

What's Changed

  • Split the application into UniversaLIS.exe and RESTLIS.exe
    • UniversaLIS.exe: handles serial and TCP communication with analyzers
    • RESTLIS.exe: provides a REST API for storing and retrieving records in a self-contained SQLite database
  • Note that running these two programs together is highly recommended, as UniversaLIS will serve as a bridge between RESTLIS and connected analyzers.
  • External applications should communicate with RESTLIS via the API.

Full Changelog: v0.9.0-beta...v1.0.0

REST API beta

11 Dec 08:45

Choose a tag to compare

REST API beta Pre-release
Pre-release

This is a preview of the REST API feature. The attached ZIP file contains the configuration, database, executable, and documentation files.
Please note that this is not a production release, as it has not yet been fully tested and the Windows installer has not yet been implemented.
For instructions, see the enclosed README.txt file.