libremoteio-templates
2.2024.166.1
See the version list below for details.
dotnet new install libremoteio-templates::2.2024.166.1
Introduction
This template package provides a .Net 8 project template for developing cross-platform .Net 8 application programs for Windows or Linux using libremoteio.dll, a .Net Standard 2.0 library assembly that provides a .Net client implementation of the Remote I/O Protocol.
libremoteio.dll 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.dll you can develop .Net 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.dll is available online at http://tech.munts.com/libremoteio.dll.
Usage
Install this template package by running the following command from a Linux or Windows command line:
dotnet new install libremoteio-templates
The above command will install a .Net 8 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 install command above, Visual Studio 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.
-
net8.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.2024.169.1 | 204 | 6/17/2024 |
2.2024.168.1 | 95 | 6/16/2024 |
2.2024.166.1 | 121 | 6/14/2024 |
2.2024.120.1 | 166 | 4/30/2024 |
2.2024.9.2 | 1,976 | 1/10/2024 |
2.2024.9.1 | 202 | 1/10/2024 |
2.2023.322.1 | 1,553 | 11/18/2023 |
2.2023.307.1 | 542 | 11/3/2023 |
2.2023.301.3 | 213 | 11/3/2023 |
2.2023.301.2 | 333 | 10/29/2023 |
2.2023.69.1 | 670 | 3/11/2023 |
2.2023.58.1 | 294 | 2/27/2023 |
2.2023.57.1 | 261 | 2/27/2023 |
2.2023.56.1 | 277 | 2/25/2023 |
2.2022.312.1 | 505 | 11/9/2022 |
2.2021.336.1 | 332 | 12/3/2021 |
2.2021.332.2 | 281 | 11/29/2021 |
2.2021.332.1 | 283 | 11/29/2021 |
2.2021.323.2 | 739 | 11/19/2021 |
2.2021.323.1 | 308 | 11/19/2021 |
2.2021.322.1 | 381 | 11/19/2021 |
2.2021.92.1 | 2,244 | 4/2/2021 |
2.2021.75.1 | 351 | 3/17/2021 |
2.2021.16.1 | 461 | 1/16/2021 |
2.2020.318.1 | 404 | 11/13/2020 |
2.2020.76.1 | 476 | 3/16/2020 |
2.2020.74.1 | 550 | 3/15/2020 |
2.2020.57.1 | 507 | 2/26/2020 |
2.2020.56.2 | 446 | 2/25/2020 |
2.2020.56.1 | 468 | 2/25/2020 |
2.2020.43.2 | 562 | 2/12/2020 |
2.2020.43.1 | 463 | 2/12/2020 |
2.2020.42.1 | 474 | 2/12/2020 |
2.2020.41.2 | 512 | 2/11/2020 |
2.2020.41.1 | 436 | 2/10/2020 |
1.0.2020.39 | 484 | 2/8/2020 |
1.0.2020.38 | 419 | 2/7/2020 |
1.0.2020.37 | 472 | 2/7/2020 |
The API specification is now HTML format published at
http://tech.munts.com/libremoteio.dll.
Neither the .chm nor .pdf API specification formats previously published
have proved satisfactory from a usability standpoint.
Modified the project configuration to instruct dotnet pack to implicitly
include all subordinate library assemblies.
Added deploy targets to the project configuration, which scp the application
program files to the target computer indicated by the TARGETCOMPUTER
environment variable.