libremoteio-templates
2.2021.336.1
dotnet new --install libremoteio-templates::2.2021.336.1
Introduction
This package provides a .Net 6 project template for developing cross-platform .Net 6 application programs for Windows or Linux using libremoteio, a .Net Standard 2.0 library assembly that provides a .Net client implementation of the Remote I/O Protocol.
libremoteio provides services to control ADC (Analog to Digital Converter) inputs, DAC (Digital to Analog) outputs, GPIO (General Purpose I/O) pins, I2C devices, PWM (Pulse Width Modulated) outputs, servo outputs, motor outputs, and SPI (Serial Peripheral Interface) devices connected to a Remote I/O Protocol server.
With libremoteio you can develop .Net 6 application programs for Windows or Linux target computers that control I/O devices connected to a Remote I/O Protocol server. Such programs may be used for physical computing, test fixtures, instrumentation, and other kinds of embedded systems.
The API documentation for libremoteio is available as a Windows help file.
Usage
Install this template package by running the following command from a Linux or Windows command line:
dotnet new -i libremoteio-templates
The above command will install a .Net 6 application program project template called csharp_console_libremoteio. You can then create a project using it with commands like the following:
mkdir myprogram
cd myprogram
dotnet new csharp_console_libremoteio
On Windows, after you have run the dotnet new -i command above, Visual Studio 2022 will automatically pick up the csharp_console_libremoteio project template. You can then create a project using it with File → New → Project... and then search for libremoteio.
-
net6.0
- No dependencies.
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.2021.336.1 | 143 | 12/3/2021 |
2.2021.332.2 | 100 | 11/29/2021 |
2.2021.332.1 | 91 | 11/29/2021 |
2.2021.323.2 | 568 | 11/19/2021 |
2.2021.323.1 | 135 | 11/19/2021 |
2.2021.322.1 | 185 | 11/19/2021 |
2.2021.92.1 | 2,056 | 4/2/2021 |
2.2021.75.1 | 167 | 3/17/2021 |
2.2021.16.1 | 271 | 1/16/2021 |
2.2020.318.1 | 215 | 11/13/2020 |
2.2020.76.1 | 282 | 3/16/2020 |
2.2020.74.1 | 338 | 3/15/2020 |
2.2020.57.1 | 287 | 2/26/2020 |
2.2020.56.2 | 269 | 2/25/2020 |
2.2020.56.1 | 294 | 2/25/2020 |
2.2020.43.2 | 370 | 2/12/2020 |
2.2020.43.1 | 269 | 2/12/2020 |
2.2020.42.1 | 290 | 2/12/2020 |
2.2020.41.2 | 326 | 2/11/2020 |
2.2020.41.1 | 247 | 2/10/2020 |
1.0.2020.39 | 293 | 2/8/2020 |
1.0.2020.38 | 235 | 2/7/2020 |
1.0.2020.37 | 274 | 2/7/2020 |
Include .vscode/tasks_json, for Visual Studio Code.