Skip to content

ReservoirServer V1.06a

Pre-release
Pre-release
Compare
Choose a tag to compare
@StackExplode StackExplode released this 06 Mar 03:41
· 5 commits to master since this release

This is an early alpha test version, log file output, data encryption and exception handling are not implemented.
Rely on runtime of .net core 3.0
It's cross platform, and has been tested in windows 10 1803 and Centos 7.5 with x86 platform.

Usage

  • Download "ReservoirServer.zip" and extract it.
  • Open "config.ini" and change the parameters.
  • Windows: Run "ReservoirServer.exe" directly.
  • Linux: After installing dotnet, run "dotnet ReservoirServer.dll" command.
  • Optionally, download "ActiveMQTester.zip" to test activemq communication.(It'a a GUI application relying on .net core 3.1 and only is tested in Windows)

Changes

Add

  • Json data sending to Boxes add a "DateTime" field.
  • Config file(config.ini) now add a new config "charset" that changes Box incoming and outcoming data chartset.

Fix

  • Fix some json parsing bug.
  • Fix some locker releasing bug(forgotten adding "finally" block to release locker after catching exceptions :-P)