Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have recently rewritten create remote event in Go, called fast-remote-event, and have provided the option to use token auth skipping which skips out one of the auth requests from the old Perl version.

...

We have retained all arguments from the perl version.

Version 1.1.0 1 can be downloaded here: https://dl-omk.opmantek.com/remote_event/fast-remote-event-1.1.1-Linux-x86_64.bin

...

If your Opmantek Applications directory is in a non standard location you can use -path to point to the full path of generate_auth_token.pl which is shiped shipped in /usr/local/omk/bin/generate_auth_token.pl, in future versions we aim to remove this.

...

Sometimes the end server is busy but using the flag -retry you can instruct the http handler to make X amount of requests to try again, this will perform a back off to try and not swamp the end server.


Version History

V1.1.1

17th January 2025

allow use of '=' in the stdin input

...

Fix issue where fast-remote-event would crash when receiving a a server response other than JSON.

...