Release notes

Versions description

Release 7.3.x

  • high CPU usage fix

Release 7.2.0

  • removing Postgresql - do you nee it?

Release 7.0.0

  • GUI version published to Windows Store
  • continues mode for UI, disconnecting, reconnecting,

Release 6.4.0

  • extended communication with MyLaps X2 server, better time handling, better error handling

Release 6.3.0

  • Vostok decoder protocol update; simulator with status message
  • AMB feature unlock fixed
  • python lib_test.py with socket example data conversion
  • known issue: data conversion from MyLaps X2 not working

Release 6.1 & 6.2

  • Full support of RaceResult decoders; decoder 5000 and Usb timing box
  • Changing licensing to freeware. All fatures included for free
  • publishing with python example to show API usage
  • build for Mac Apple & Intel, Linux and Windows

Release 6.0

  • New decoders support: ProChip Smart, Championship and BibTag. AMMC works as a TCP server and listens messages from those decoders. Make sure to setup the decoder with IP address of PC running AMMC. All received messages can be propagated to WebSocket, database or UDP broadcast for your timing app.
  • AMB decoders discovery - new option "-a" to scan local network and lists all available decoders
  • AMMC includes ammc.dll and libammc.so for embedding in your app. A python example lib_test.py provided to demonstrate usage. Currently, AMB decoders conversion in use only.
  • The zip distribution contains JSON schema passing.schema.json file that describes all attributes of the json file generated by AMMC. You can easily integrate in your app by generating parsing from the schema file
  • performance improvements, bugfixes etc
  • AMMC is compiled for Windows and Linux X64 only. Other platform are on request only

Release 5.x

  • more supported decoders like RaceResult, Vostok etc
  • native support of MyLaps X2 servers
  • complete re-work from Scala/Java version to Rust language; no garbage collector, great performance
  • No Java required anymore to install in advance
  • No UI anymore - this was not required by customers
  • No RestFul API anymore; unused
  • converts to JSON only; focus on Passing message only