libremoteio-templates 2.2025.333.1

dotnet new install libremoteio-templates::2.2025.333.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

Introduction

This package provides a project template for developing cross-platform .Net 10 application programs for Linux, macOS, or Windows 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 Linux, macOS, or Windows 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 https://repo.munts.com/libsimpleio/doc/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 an 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.

  • net10.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.2025.333.1 412 11/30/2025
2.2025.76.2 506 3/17/2025
2.2025.76.1 449 3/17/2025
2.2024.327.1 385 11/22/2024
2.2024.169.1 512 6/17/2024
2.2024.168.1 397 6/16/2024
2.2024.166.1 432 6/14/2024
2.2024.120.1 468 4/30/2024
2.2024.9.2 2,282 1/10/2024
2.2024.9.1 523 1/10/2024
2.2023.322.1 1,806 11/18/2023
2.2023.307.1 773 11/3/2023
2.2023.301.3 455 11/3/2023
2.2023.301.2 582 10/29/2023
2.2023.69.1 977 3/11/2023
2.2023.58.1 591 2/27/2023
2.2023.57.1 570 2/27/2023
2.2023.56.1 573 2/25/2023
2.2022.312.1 831 11/9/2022
2.2021.336.1 678 12/3/2021
Loading failed

Updated for .Net 10.0.0 (LTS) and Visual Studio 2026.