Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-telemetry-custom-device
VeriStand Telemetry custom device
https://github.com/ni/niveristand-telemetry-custom-device
custom-device telemetry veristand
Last synced: 4 days ago
JSON representation
VeriStand Telemetry custom device
- Host: GitHub
- URL: https://github.com/ni/niveristand-telemetry-custom-device
- Owner: ni
- License: mit
- Created: 2020-09-10T17:39:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:57:58.000Z (23 days ago)
- Last Synced: 2024-12-12T18:34:48.277Z (23 days ago)
- Topics: custom-device, telemetry, veristand
- Language: JavaScript
- Homepage:
- Size: 4.59 MB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Telemetry Custom Device
The **Telemetry Custom Device** allows users to benchmark their VeriStand system by logging VeriStand System Channels to a file.
## Using the Custom Device
- Download the latest release of the VeriStand Custom Devices on [ni.com](https://www.ni.com/en-us/support/downloads/software-products/download.veristand-custom-devices.html) or manually from the [GitHub Releases page](https://github.com/ni/niveristand-telemetry-custom-device/releases)
## LabVIEW Source Code Version
LabVIEW 2020
## Dependencies
### Running the custom device
- [VeriStand 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
### Developing or building from source
The additional software listed below is required to develop or build this custom device from source.
- [LabVIEW 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
- [LabVIEW Real-Time Module](https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html)
- [VeriStand Custom Device Development Tools](https://github.com/ni/niveristand-custom-device-development-tools)
- Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-development-tools/releases)
- [VeriStand Custom Device Testing Tools](https://github.com/ni/niveristand-custom-device-testing-tools)
- 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 Telemetry Custom Device 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.