Skip to content

xguan2014/dotnet-core-iot-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-core-iot-demo

License

This repository is licensed under the MIT License © Zhang Yuexin

Pin Map

Run the Sample with Docker

Connect the circuit according to README.md under the samples folder. Before running the Docker image, you should use the --device parameter to mount hardware devices.

docker build -t SAMPLE_NAME -f Dockerfile .
docker run --rm -it --device=/dev/i2c-1 SAMPLE_NAME

Catalogue

Hardware

Sample

About

ZhangGaoxing's .NET Core IoT samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • Dockerfile 3.4%