Jacdac.NET 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Jacdac.NET --version 1.0.0
NuGet\Install-Package Jacdac.NET -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jacdac.NET" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jacdac.NET --version 1.0.0
#r "nuget: Jacdac.NET, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jacdac.NET as a Cake Addin
#addin nuget:?package=Jacdac.NET&version=1.0.0

// Install Jacdac.NET as a Cake Tool
#tool nuget:?package=Jacdac.NET&version=1.0.0

Jacdac .NET

Jacdac is a plug-and-play hardware/software stack for microcontrollers and their peripherals (sensors/actuators), with applications to rapid prototyping, making, and physical computing.

This repository contains a .NET 5 or TinyCLR client library for the Jacdac protocol.

The rest of this page is for developers of the jacdac-dotnet library.

This layer is still under construction.

Assemblies

This repository contains a C# implementation of the Jacdac protocol for various .NET runtime, including desktop or TinyClR. To avoid mscorlib issues, each platform has a different set of assemblies where C# files are simply shared as links.

  • Jacdac, C# Jacdac library, .NET5. This package serves as a placeholder for C# files and and is not referenced anywhere.

  • Jacdac.NET, .NET famework specific platform, .NET5

  • Jacdac.NET.Playground, .NET5 test application using jacdac development server

  • Jacdac.Transports.WebSockets, WebSocket transport, .NET5

  • Jacdac.Transports.Spi, SPI transport layer for SPI Jacdapter using .NET IoT, .NET5

  • Jacdac.TinyCLR, mirror of Jacdac library, TinyCLR

  • Jacdac.TinyCLR.Playground, TinyCLR test application

  • Jacdac.Tests, unit tests, .NET6

  • Jacdac.Transports.Hf2, HF2 protocol layer, .NET6, under construction

  • Jacdac.Transports.Usb, Usb transport, .NET6, under construction

Developer setup

  • clone this repository and pull all submodules
git clone https://github.com/microsoft/jacdac-dotnet
git submodule update --init --recursive
git pull
  • Restore Nuget packages. (Either in your preferred IDE/Editor or using dotnet restore).
  • Execute the desired tool or build the core library using your IDE or dotnet build/dotnet run

Testing with .NET and Jacdac development server

  • install NodeJS 14+
  • install Jacdac cli
npm install -g jacdac-cli
  • launch Jacdac dev tools
jacdac devtools
  • start running or debugging Jacdac.NET.Playground. The webdashboard will serve as a connector to the hardware.

.NET IoT Raspberry Pi

  • Open bash
sh ./publish.sh
  • From a SSH session
cd dotnet
dotnet Jacdac.NET.Playground spi

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Jacdac.NET:

Package Downloads
Jacdac.NET.Transports.Spi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Jacdac.NET.Clients The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Jacdac.NET.Transports.Hf2 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Jacdac.NET.Transports.WebSockets The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Jacdac.NET.Playground The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.10 1,667 1/14/2022
1.3.8 1,310 1/14/2022
1.3.7 1,403 1/14/2022
1.3.6 1,309 1/14/2022
1.3.5 1,461 1/13/2022
1.3.4 1,246 1/13/2022
1.3.3 1,314 1/13/2022
1.3.2 1,464 1/13/2022
1.3.1 1,271 1/13/2022
1.3.0 1,299 1/12/2022
1.2.8 1,381 1/12/2022
1.2.7 1,450 1/12/2022
1.2.6 1,479 1/11/2022
1.2.5 1,174 1/11/2022
1.1.6 1,346 1/10/2022
1.1.5 827 1/9/2022
1.1.4 859 1/9/2022
1.1.3 858 1/8/2022
1.1.2 854 1/8/2022
1.1.1 827 1/8/2022
1.1.0 830 1/8/2022
1.0.9 860 1/7/2022
1.0.8 831 1/7/2022
1.0.7 835 1/7/2022
1.0.0 858 1/7/2022