iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.

  • 所有者: dotnet/iot
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Gitter

.NET Core IoT Libraries

.NET Core can be used to build applications for IoT devices and scenarios. IoT applications typically interact with sensors, displays and input devices that require the use of GPIO pins, serial ports or similar hardware.

This repository contains the System.Device.Gpio library and implementations for various boards like Raspberry Pi and Hummingboard.

The repository also contains Iot.Device.Bindings, a growing set of community-maintained device bindings for IoT components.

NOTE: This repository is still in experimental stage and all APIs are subject to changes.

How to Install

You can install the latest daily pre-release build of the .NET Core System.Device.Gpio and Iot.Device.Bindings NuGet packages from the blob feed.

NuGet.exe

nuget install System.Device.Gpio -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
nuget install Iot.Device.Bindings -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

Official Build Status

Build Status

.NET CLI

dotnet add package System.Device.Gpio --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
dotnet add package Iot.Device.Bindings --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

Contributing

For information on how to build this repository and to add new device bindings, please head out to Contributing.

Please contribute. We are primarily interested in the following:

  • Improving quality and capability of the drivers for supported boards.
  • Implementations for additional boards.
  • .NET device bindings for a wide variety of sensors, chips, displays and other components.
  • Request a device binding or protocol that you need for your project (file an issue).
  • Links to blog posts or tweets that showcase .NET Core being used for great IoT scenarios (file an issue).

Getting Started

After installing, please see the following areas to learn more:

  • .NET IoT 101 (Jan 2020) - An introduction series on how to create .NET IoT applications with a Raspberry Pi.
  • Documentation - Resources related to electronics, devices, vendors, software and other IoT topics.
  • Samples - Step-by-step instructions on building your first app.
  • Roadmap - Areas planned or currently being worked on.

Tutorials

Community

This project has adopted the code of conduct defined by the Contributor Covenant
to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

License

.NET Core (including the iot repo) is licensed under the MIT license.

主要指標

概覽
名稱與所有者dotnet/iot
主編程語言C#
編程語言Batchfile (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2018-10-04 19:15:33
推送於2025-07-03 15:41:44
最后一次提交
發布數19
最新版本名稱v4.0.0 (發布於 )
第一版名稱1.0-preview2 (發布於 )
用户参与
星數2.3k
關注者數306
派生數599
提交數1.6k
已啟用問題?
問題數720
打開的問題數90
拉請求數1461
打開的拉請求數4
關閉的拉請求數209
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?