Skip to content

Releases: jeffective/gatorcat

v0.3.7

02 Jun 04:48
Compare
Choose a tag to compare
  • upgrade to zig 0.14.1
  • allow specifying a prefix for generated process variable names

v0.3.6

28 May 05:29
Compare
Choose a tag to compare
  • ENI (ethercat network information) can now be imported / exported as JSON. See gatorcat scan -h and gatorcat run -h for details.

v0.3.5

13 May 05:02
Compare
Choose a tag to compare

declare encoding on zenoh as CBOR

v0.3.4

09 May 06:32
Compare
Choose a tag to compare
  • revise transaction resource handling

v0.3.3

05 May 06:45
Compare
Choose a tag to compare

What's Changed

  • #9: eliminate transaction exhaustion by @kj4tmp in #18

New Contributors

  • @kj4tmp made their first contribution in #18

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Apr 08:58
Compare
Choose a tag to compare
  • publish ethercat inputs on zenoh
  • subscribe to control ethercat outputs with zenoh
  • we now publish pre-built binaries of the gatorcat CLI for windows, linux, and docker

The gatorcat cli is available as a docker image for linux/arm64 and linux/amd64 at

docker pull ghcr.io/kj4tmp/gatorcat:0.3.2

v0.3.1

06 Apr 07:58
Compare
Choose a tag to compare
release v0.3.1

v0.2.0

27 Mar 04:02
Compare
Choose a tag to compare
  • Automatically scan and operate networks with zero configuration
  • Publish all data from subdevices on zenoh as CBOR encoded bytes

v0.1.2

15 Dec 03:35
Compare
Choose a tag to compare
  • Fixed critical bug in FMMU configuration preventing multiple configured FMMUs in a subdevice.

v0.1.0

12 Dec 08:41
Compare
Choose a tag to compare

First release!