https://github.com/negativeeddy/presencepi
Displaying my Teams status on a Raspberry Pi using .NET 5 and IoT
https://github.com/negativeeddy/presencepi
asp-net-core dotnet iot led microsoft-graph presence raspberrypi teams
Last synced: about 1 month ago
JSON representation
Displaying my Teams status on a Raspberry Pi using .NET 5 and IoT
- Host: GitHub
- URL: https://github.com/negativeeddy/presencepi
- Owner: negativeeddy
- License: mit
- Created: 2021-01-04T19:26:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T21:54:41.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T04:36:02.037Z (7 months ago)
- Topics: asp-net-core, dotnet, iot, led, microsoft-graph, presence, raspberrypi, teams
- Language: C#
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Displaying my Teams status on a Raspberry Pi using .NET 5 and IoT
## Scenario
TBD
## How to run this sample
TBD
## About The code
This is a combination of concepts
* [Using the Microsoft identity platform to call the Microsoft Graph API](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2)
* [.NET IoT RGB LED Matrix demo](https://github.com/dotnet/iot/tree/master/src/devices/RGBLedMatrix/samples)
* [ASP.NET hosted services](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services)## Configurations
DEBUG vs WDEBUG