UXAV.AVnet.Crestron.Nvx
2.0.0
dotnet add package UXAV.AVnet.Crestron.Nvx --version 2.0.0
NuGet\Install-Package UXAV.AVnet.Crestron.Nvx -Version 2.0.0
<PackageReference Include="UXAV.AVnet.Crestron.Nvx" Version="2.0.0" />
paket add UXAV.AVnet.Crestron.Nvx --version 2.0.0
#r "nuget: UXAV.AVnet.Crestron.Nvx, 2.0.0"
// Install UXAV.AVnet.Crestron.Nvx as a Cake Addin #addin nuget:?package=UXAV.AVnet.Crestron.Nvx&version=2.0.0 // Install UXAV.AVnet.Crestron.Nvx as a Cake Tool #tool nuget:?package=UXAV.AVnet.Crestron.Nvx&version=2.0.0
<p align="center"> <img src="avnet_logo.svg"> </p>
<h1 align="center">AVnet NVX Library</a></h1>
<p align="center">An open-source Crestron NVX Library for use in AVnet Framework</p>
<p align="center"> <img alt="Status" src="https://img.shields.io/github/actions/workflow/status/uxav/UXAV.AVnet.Crestron.Nvx/test.yml?branch=main&style=flat&logo=github&label=status"> <img alt="NuGet Version" src="https://img.shields.io/nuget/v/UXAV.AVnet.Crestron.Nvx?style=flat&logo=nuget"> <img alt="Downloads" src="https://img.shields.io/nuget/dt/UXAV.AVnet.Crestron.Nvx?style=flat&logo=nuget"> <img alt="Issues" src="https://img.shields.io/github/issues/uxav/UXAV.AVnet.Crestron.Nvx?style=flat&logo=github"> <img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/uxav/UXAV.AVnet.Crestron.Nvx?style=flat&logo=github"> <img alt="Licnse" src="https://img.shields.io/github/license/uxav/UXAV.AVnet.Crestron.Nvx?style=flat"> </p>
Index
Quick Start
To use this test library in your project, follow these steps:
Install the package via NuGet. You can use the following command in the Package Manager Console:
dotnet add [<PROJECT>] package UXAV.AVnet.Crestron.Nvx
Import the library classes in your code file(s):
// Import Crestron DM using Crestron.SimplSharpPro.DM.Streaming; // Import NVX from AVnet using UXAV.AVnet.Crestron.Nvx;
Create your DM NVX devices:
// Get or create an endpoint passing in the fully qualified name of the device type required. // If not registered, one is registered automatically in the framework var dm = NvxControl.GetOrCreateEndpoint(typeof(DmNvx350).FullName, 0x20, "My DM Receiver");
Links
GitHub Repository: UXAV.AVnet.Crestron.Nvx
NuGet Package: UXAV.AVnet.Crestron.Nvx
Dependencies
Release Notes
v2.0.0
- Reconfigured workspace to new style SDK format and added support for .NET 6.0
Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Please ensure that your code follows the project's coding conventions and includes appropriate tests.
- For feature branches use the name
feature/feature-name
- Version numbers are checked against existing tags and fail CI on match
Thank you for your interest in contributing to this project!
License
This project is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Crestron.SimplSharp.SDK.ProgramLibrary (>= 2.20.52)
- UXAV.AVnet.Core (>= 2.0.0)
-
net6.0
- Crestron.SimplSharp.SDK.ProgramLibrary (>= 2.20.52)
- UXAV.AVnet.Core (>= 2.0.0)
-
net8.0
- Crestron.SimplSharp.SDK.ProgramLibrary (>= 2.20.52)
- UXAV.AVnet.Core (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 225 | 3/17/2024 |
2.0.0-rc-2 | 89 | 3/17/2024 |
2.0.0-rc-1 | 80 | 3/17/2024 |
1.1.0 | 108 | 3/17/2024 |
1.1.0-beta-03 | 185 | 9/12/2023 |
1.1.0-beta-02 | 98 | 9/12/2023 |
1.1.0-beta-01 | 107 | 9/10/2023 |
1.0.2 | 529 | 8/18/2021 |
1.0.2-beta-02 | 106 | 9/10/2023 |
1.0.2-beta-01 | 249 | 7/27/2021 |
1.0.1 | 397 | 6/7/2021 |
1.0.1-beta-02 | 227 | 6/7/2021 |
1.0.1-beta-01 | 249 | 5/20/2021 |