We are happy to inform you that CAN macOS plugin that is compatible with Rusoku devices has been recently updated.
The new version v.0.2 introduces a number of additions including the new feature added to signal waitable objects (SignalChannel aka. can_kill), CAN API V3 compatible Python wrapper and two Python examples added as well as the deletion of Xcode build environment of the utilities.
You can view, comment on and download the v.0.2. of CAN macOS plugin here:
https://github.com/mac-can/RusokuCAN/pull/4
We are also sharing the full list of Commit Summary:
-
Synchronize with MacCAN-Core repo rev. 977
-
Work in the latest changes from MacCAN-Core
-
Move the utilities to new folder ./Utilities
-
Delete the Xcode build environment of the utilities
-
Fix a mistake with the target name of the dynamic libraries
-
Add two simple C++ examples for sending and receiving CAN frames
-
Add feature to signal waitable objects (SignalChannel aka. can_kill)
-
Add function to retrieve the running state of an asynchronous pipe
-
Add a CAN API V3 compatible Phython wrapper and two Python examples
-
Fix some minor bugs in the utilities and examples
-
Rename the C++ examples
-
Move build number generator script into root folder
-
Fix a bug with printf in utility can_moni
-
Update the Python examples
-
Reorganize .gitignore
-
Rework the Makefiles
-
Move CAN API V3 wrapper to new location
-
Unify version strings
-
Add property DEVICE_DRIVER (although there is none)
-
Rework the utilities to link against libTouCAN.a
-
Update main Makefile
-
Add a Doxygen configuration
-
Minor changes
-
Update Makefiles
-
Pimp the examples
-
Update CAN API V3 sources to rev. 970
-
Update README
-
Update README
-
Fix a bug with a locked mutex when device is not present
-
Update CAN API V3 sources to rev. 985
-
Update README
-
Migrate to Xcode 12.4
-
Correct a typo in a #warning message
-
Fix a bug with signalling a wait condition
-
Weaken sizeof check while reading numerical properties
-
A few insignificant changes to the utilities
-
Update README.md