A foundational .NET library for managing Vector clients and channels, providing base classes and interfaces for Vector-related operations.
$ dotnet add package Oakrey.Vector.BaseThe Oakrey.Vector.Base project is a foundational .NET library that provides base classes and interfaces for interacting with Vector hardware and APIs. It serves as a core layer for other Vector-related libraries, offering essential abstractions and reusable components for managing Vector clients and channels.
Provides IVectorClientBase and VectorClientBase for managing Vector clients. Includes extensible base implementations for client-specific operations.
Implements IVectorChannelBase and VectorChannelBase for managing Vector channels. Supports channel-specific configurations and operations.
Designed to integrate seamlessly with the VectorWrapper project for advanced Vector hardware interactions.
Offers reusable base classes and interfaces for building custom Vector-related functionalities.
Provides robust error handling mechanisms for managing client and channel-related issues.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Vector and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Vector
Run the following command in your Package Manager Console:
Install-Package Oakrey.Vector
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.