Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-custom-device-message-library
Messaging library for communicating between custom devices
https://github.com/ni/niveristand-custom-device-message-library
custom-device veristand
Last synced: 4 days ago
JSON representation
Messaging library for communicating between custom devices
- Host: GitHub
- URL: https://github.com/ni/niveristand-custom-device-message-library
- Owner: ni
- License: mit
- Created: 2019-06-28T13:33:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:13:05.000Z (about 1 month ago)
- Last Synced: 2024-11-28T07:20:45.493Z (about 1 month ago)
- Topics: custom-device, veristand
- Language: LabVIEW
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NI VeriStand Custom Device Message Library
This library defines a class-based producer-consumer messaging system that can be used to communicate between a single producer custom device engine and an arbitrary number of consumer custom device engines.
## LabVIEW Version
LabVIEW 2023## Dependencies
Requires the [NI VeriStand Custom Device Testing Tools](https://github.com/ni/niveristand-custom-device-testing-tools) to run automated tests. Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-testing-tools/releases)## Git History & Rebasing Policy
Branch rebasing and other history modifications will be listed here, with several notable exceptions:
- Branches prefixed with `dev/` may be rebased, overwritten, or deleted at any time.
- Pull requests may be squashed on merge.## License
The NI VeriStand Custom Device Message Library is licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.