Skip to content

Files

Latest commit

3d9dfd8 · Jun 15, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 14, 2025
Mar 26, 2024
Jun 15, 2025
Jun 14, 2025
Oct 16, 2024
Jan 11, 2025
Oct 16, 2024

README.md

Examples for Smdn.Net.EchonetLite.*

How to run examples

Move to each example directory and execute the command dotnet run.

If configurations like device settings or other parameters are written in the code, modify them to match your configurations.

How to modify libraries

Each example in this directory by default refers to published NuGet packages.

You can change the property UseLocalProjectInsteadOfPublishedPackage in file Directory.Build.props to refer to a local project by changing it to true.