Skip to content

Releases: pixsper/posistagedotnet

Version 0.3.2 - Bugfix Release

28 Sep 12:40
9817c12
Compare
Choose a tag to compare

Fix for issue in client where tracker data was never updated.

Version 0.3.1

21 May 22:56
Compare
Choose a tag to compare

This release is a breaking change to add some performance-related and usability changes, as well as support the latest protocol version.

Changelog

  • Now supports PosiStageNet v2.03 (addition of optional timestamp chunk to trackers).
  • PsnClient now joins multicast groups with reference to the specified network adaptor IP address. The order of parameters in the constructor have been changed to emphasise this.
  • PsnServer tracker values can now be updated singularly rather than rewriting the entire collection using the 'UpdateTrackers' method.
  • PsnServer can now operate in a 'manual' mode where packets are only sent upon the 'SendData' or 'SendInfo' functions being called. This allows it to operate in a 'push' mode which reduces latency when implementing conversions from other protocols which may have a different refresh rate.
  • Assembly name changed to reflect new organisation ownership (Now DBDesign.PosiStageNet).
  • Dependency on System.Collections.Immutable removed, now uses thread-safe collections for improved performance.

v0.2.0

23 May 09:00
e215881
Compare
Choose a tag to compare

Now .Net Standard 1.3 library rather than PCL.

Initial Release

01 Apr 13:17
Compare
Choose a tag to compare

First release of PosiStageDotNet with functioning server, client and console test/demo applications.