![]() |
fastcat 0.13.13
C++ EtherCAT Device Command & Control Library
|
C++ EtherCAT Device Command & Control Library
To learn more about fastcat, checkout the following documents:
Fastcat: An Open-Source Library for Composable EtherCAT Control SystemsFastcat has been tested on Ubuntu 20.04, 22.04 and 24.04, though it should work on older versions of Ubuntu with minor revisions to these steps.
The fcviz utility is configured as a uv script, so its Python dependencies do not need to be installed globally:
Install uv using Astral's official installer:
Installation options and other platforms are documented by Astral at https://docs.astral.sh/uv/getting-started/installation/.
If you do not want to use uv, check the inline dependency metadata at the top of fcviz/fcviz.py and install those packages in your preferred Python environment before running the script directly.
If you need to regenerate code with fcgen, install Ubuntu's python3-cogapp package. On some systems, you may need to enable the universe repository first:
To build fastcat from source:
The following commands will execute the unit tests:
The output documentation is created in the directory doxygen_html and can be opened by any web browser from the root index.html webpage.
The repository also includes a GitHub Actions workflow that builds this doc target and publishes it to GitHub Pages on pushes to master. Once GitHub Pages is enabled for the repository with GitHub Actions as the source, the published site will be available at https://nasa-jpl.github.io/fastcat/.
We recommend using the CMake FetchContent utility to acquire fastcat and its upstream dependencies.
It is always recommend you specify your dependency to a tagged reldroppingease (GIT_TAG v0.13.13) so updates to master cannot break your build (NOT GIT_TAG master).
fastcat uses Semantic versioning to help applications reason about the software as updates are continuously rolled out. Tailored to fastcat, the Semver rules are as follows:
Violations of these rules will be considered errors and should be patched immediately. Please open an issue if you find a violation.