Skip to content

Releases: rsmp-nordic/rsmp_simulator

v1.0.7

19 Aug 10:41
v1.0.7
9c3cedf
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.7

What's Changed

  • For simple value modif, option to considerate updated even if same value (pull request #91 / marcgarba)
  • Modifications on array window and item edit (pull request #96 / marcgarba)
  • When sending status, only using selected items for current object (pull request #95 / marcgarba)

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Jun 12:31
v1.0.6
853eee3
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.6

What's Changed

  • Use "Send aggregated status when connecting" by default in 3.1.2 in #83
  • Fix issues with client/server configuration options in #81
  • Replace "SUL" with "SXL" in #85
  • Reset uRt interval when the value changes on RSMPGS 3.2.2 in #86
  • Fix support for floating point UpdateRates in #88
  • RSMP 3.2.2: All arguments needs to be present in #89
  • Added a warning message if no 'sites' in YAML loaded by @marcgarba in #90
  • Fix older SXL's included in installation package in #92
  • Read "range" in yaml to extract min and max in #93

Full Changelog: 1.0.5...v1.0.6

1.0.5

01 Dec 12:53
1.0.5
22e2324
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.5

Changes:

  • Enable option for TLS 1.3 #71
  • Use correct SXL metadata for the YAML examples #73
  • Set valid initial values and valid random values #74
  • Don't resend unacked packets by default #76
  • Create a new GUID when resending a packet #77
  • Include SXL 1.0.7 #78

1.0.4

25 Oct 08:51
1.0.4
8619eaf
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.4

Changes:

  • Fix data types in array window #69
  • RSMPGS1: Move "delete item" to array window #68
  • RSMPGS1: Don't send alarm if it is blocked #31
  • RSMPGS2: Select all command arguments by default when sending command #64
  • RSMPGS2: Don't update the alarm list when recieving alarm with old timestamp #19
  • Include older yaml sxl files #70

1.0.3

03 Oct 08:56
1.0.3
7d5ca2c
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.3

Changes:

  • Add support for RSMP 3.2.1.
  • Includes TLC SXL 1.2 as an example
  • Add "number" and "timestamp" as data types

1.0.2

12 Sep 08:36
1.0.2
ce7f3da
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.2

Changes:

  • Support for RSMP 3.2 #30
  • Add support for array type PR #57 @mikaelbroms
  • Add case sensitive option for values (RSMP 3.2) PR #54
  • Fix: ”Documentation only mentions RSMPGS1 and not RSMPGS2” #29
  • Fix: Update to .Net Framework v4.8 PR #48 @marcgarba
  • Fix: Save and restore debug file name (”Save continuously to file”) PR #49 @marcgarba
  • Fix: Disable textbox for SXL version if ”SXL from file” checked. PR #50 @marcgarba
  • Improve validation of messages PR #60
  • Set quality "old" when status is buffered (ff86653)
  • Use semantic versioning #28

1.0.1.7

27 Sep 12:19
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.1.7

Changes:

  • Bug fix: lockup bug in debug window
  • Bug fix invariantculture in ISO8601 (pull request #22 / jakobht)
  • Bug fix: full path of ini file when error occur at startup (pull request #23 / jakobht)
  • Bug fix: fail to deserialize M0013 (issue #26)

1.0.1.6

02 Dec 10:09
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.1.6

All known issues has been fixed.
Changes:

  • Support for RSMP 3.1.5
  • Support SXL in YAML format
  • Create buffered messages to test performance when connecting.
  • Bug fix: Configuration and SXL directory no longer write protected

1.0.1.5

08 Apr 18:35
Compare
Choose a tag to compare

The RSMP simulator (windows software) has been updated to 1.0.1.5
The source code has been published at https://github.com/rsmp-nordic/rsmp_simulator under
the MIT license.

All the known issues has been fixed.
Changes:

  • Update to newer version of .NET
  • Documentation written in English
  • Support for encryption using SSL/TLS 1.x has been added
  • Other bugfixes