Skip to content

Releases: lyrinka/ELEC390SAPIStub

Version 1.5

07 Aug 20:57
Compare
Choose a tag to compare

Minor improvements:

  • Fixed bugs. Please refer to closed issues.

Version 1.4

07 Aug 01:01
Compare
Choose a tag to compare

Minor improvements:

  • Improved event system:
    • Now prevents duplicate registration of a same handler object
    • New registration methods to prevent duplicate registration of different instances of a same class
  • Fixed bugs

Version 1.3

02 Aug 23:43
Compare
Choose a tag to compare

Minor improvements:

  • Long sync data processing times will less likely to stall sync loop
  • Refactored optical and battery records
  • Fixed bugs

Version 1.2

02 Aug 18:21
Compare
Choose a tag to compare
  • Edge database synchronization implemented
  • Timestamp conversions implemented
  • Battery measurements implemented

Pre-release version 1.1

20 Jul 19:42
Compare
Choose a tag to compare
Pre-release
  • Improved data sample packet with timestamp and data compression
  • New sample event implemented
  • Database access interface implemented
  • Minor logging improvement
    (Update: I messed up the release file and now it's correct)

Pre-release version 1.0

17 Jul 22:25
Compare
Choose a tag to compare
Pre-release

Production-ready API skeleton with:

  • Event system
  • PII:
    • PII interfaces
    • PII application connection skeleton (WIP)
    • PII packet connection flow
  • PDI:
    • PDI connection flow
    • PDI bytestream
    • PDI scanner
  • Fully implemented protocol library
  • Partially implemented packet types (WIP)