Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Releases: jeffective/gatorcat

v0.4.7

23 Oct 09:06

Choose a tag to compare

adds scaling feature in zenoh plugin config. The following scalings are available:

  • polynomial: y = a*x^2 + b*x + c ...
  • exp10: y = a*10^(b*x +c) +d
  • not: invert bools

v0.4.6

19 Oct 06:55

Choose a tag to compare

upgrade zenoh to 1.6.2

v0.4.5

14 Oct 06:23

Choose a tag to compare

  • adds serial number to eni
  • adds startup_check options to eni (configure checking product code, vendor id, revision number, serial number)
  • adds version to generated config file

v0.4.3

09 Oct 18:29

Choose a tag to compare

CLI: zenoh plugin: use advanced publishers and advanced subscribers

v0.4.1

06 Oct 02:37

Choose a tag to compare

release v0.4.1

v0.4.0

22 Sep 04:34

Choose a tag to compare

Major breaking changes to the config file.

The config file now contains separate sections for zenoh configuration (under a "plugins" section) and ethercat network information.
The supports later extensibility with additional protocols and is more readable.

Migration guide:

Re-scan your network with option --plugin-zenoh-enable, also see new options for customizing the formatting of the automatically generated zenoh key expressions.

v0.3.11

04 Sep 04:37

Choose a tag to compare

Upgrade to zig 0.15.1.

v0.3.10

28 Aug 03:22

Choose a tag to compare

Full Changelog: v0.3.9...v0.3.10

Fix #24

v0.3.9

14 Jul 06:17

Choose a tag to compare

  • runtime selection of log level in gatorcat CLI
  • error traces for release builds of gatoract CLI
  • pruning of some error sets in the MainDevice API

v0.3.8

02 Jul 07:08

Choose a tag to compare

  • Provide full process data as "feedback" channels. So entire process image (both inputs and outputs) is published in zenoh, so applications can see the current state of output channels.