Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Master (#462) #478

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions BusTools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: "IoT Bus tools to interact with Gpio, I2c, Pwm, Spi and UART."
---

Expand Down
1 change: 1 addition & 0 deletions Demos/AirHockeyRobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: "IoT Bus tools to interact with Gpio, I2c, Spi and UART."
---

Expand Down
1 change: 1 addition & 0 deletions Demos/BuildingNavigationRobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Building a navigation robot.
---

Expand Down
1 change: 1 addition & 0 deletions Demos/Facial-Recognition-Door/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Building a facial recognition door.
---

Expand Down
1 change: 1 addition & 0 deletions Demos/GoPiGoXbox/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: "Working with the GoPiGoXbox sample."
---

Expand Down
1 change: 1 addition & 0 deletions Demos/Kegocnizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Building an IoT beer device that dispenses to authorized users.
---

Expand Down
1 change: 1 addition & 0 deletions Demos/PetDoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: Building a pet recognition door.
---

Expand Down
1 change: 1 addition & 0 deletions Demos/PlantSensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Building a plant sensor.
---

Expand Down
1 change: 1 addition & 0 deletions Demos/RaspberryCoffee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Building a coffee maker that is controllable with your phone.
---

Expand Down
1 change: 1 addition & 0 deletions Drivers/VirtualPWM/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: This is a Windows Universal Driver sample for PWM that implements the PWM DDI.
---

Expand Down
1 change: 1 addition & 0 deletions Drivers/WaveshareFilterKmdf/WaveshareFilterKmdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ languages:
- csharp
products:
- windows
- windows-iot
---

# Waveshare KMDF Filter Driver
Expand Down
41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->

## Security

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).

If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->
1 change: 1 addition & 0 deletions Samples/Accelerometer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create a simple app with an SPI accelerometer build with Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/AppServiceBlinky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: Create a simple Blinky app service and connect a LED to your Windows IoT Core device.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/AppServiceSharedNotepad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create a simple notepad app service as well as two simple app service clients for Windows 10 IoT Core.
---

Expand Down
5 changes: 3 additions & 2 deletions Samples/Azure/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
page_type: sample
urlFragment: iot-azure-samples
languages:
- csharp
- csharp
products:
- windows
- windows
- windows-iot
description: Test out different Azure samples.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/AzureTPMDeviceTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ languages:
- NET
products:
- windows
- windows-iot
description: Connect TPM with the Azure IoT Hub with Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/CognitiveServicesExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create a UWP app that identifies faces in a photo and determine the emotions in those photos using Microsoft's Cognitive Services API and Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/CompanionApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: This sample is intended to show how to remotely configure an Windows 10 IoT Core device when it is not attached to a network.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/ContainerWebSocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: This sample is designed to work with Windows containers on Windows IoT Core and Windows IoT Enterprise.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/CustomDeviceAccessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: This sample shows how to access devices from UWP applications using familiar win32 APIs like CreateFile(), ReadFile(), WriteFile(), and DeviceIoControl() with Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/DeviceIOController/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: Sample for leveraging Device IO Controller.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/DigitalSign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: This sample showcases a Digital Sign UWP running on Windows IoT Core.
---

Expand Down
5 changes: 3 additions & 2 deletions Samples/EdgeModules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
page_type: sample
urlFragment: edge-modules
languages:
- csharp
- csharp
products:
- windows
- windows
- windows-iot
description: Learn how to leverage sample modules to demonstrate the various features of Azure IoT Edge on Windows.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/ExternalProcessLauncher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: We'll learn how to launch an external process (exe) from a Universal Windows Platform (UWP) app using the Windows.System.ProcessLauncher API with Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/FlowVolume/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: This sample demonstrates how to use a relatively inexpensive device and a Raspberry Pi to measure the volume of liquid flowing through a hose.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/ForegroundAppWithBackgroundApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: An example of building a foreground app and background app within the same APPX file for Windows 10 IoT Core.
---

Expand Down
7 changes: 4 additions & 3 deletions Samples/GpioOneWire/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ languages:
- cpp
products:
- windows
description: This sample shows how to read from the DHT11 from a Universal Windows Application for Windows 10 IoT Core.
- windows-iot
description: "This sample shows how to read from the DHT11 from a Universal Windows Application for Windows 10 IoT Core."
---

# GPIO OneWire DHT11/22 reader

These are the available versions of this Windows 10 IoT Core sample:

* [C++](./CPP/ReadMe.md)
* [C++](./CPP/ReadMe.md)

| Minimum SDK Version | 15063 |
|---------------------|-------|
Expand Down Expand Up @@ -40,7 +41,7 @@ base of the transistor.
![Schematic](../../Resources/images/GpioOneWire/schematic.png)


# GPIO OneWire DHT11 reader
## GPIO OneWire DHT11 reader

Note what follows below is a bit out of date- the latest version on Github is a 2 wire operation requiring pin4 as input and pin 5 as output.

Expand Down
1 change: 1 addition & 0 deletions Samples/Gpiokmdfdemo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: Create a simple GPIO demo.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/HelloBlinky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: A sample that shows how to make an LED attached to a GPIO pin blink on and off for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/HelloBlinkyBackground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ languages:
- vb
products:
- windows
- windows-iot
description: A sample that shows how to make an LED attached to a GPIO pin blink on and off from a background service for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/HelloCloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create a hello cloud sample with Windows 10 IoT Core and Azure.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/HelloCloudHeadless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create a headless hello cloud sample with Windows 10 IoT Core and Azure.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/HelloWorld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Create and deploy your first Windows 10 IoT Core app.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/I2CCompass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: This sample uses I2C on Windows 10 IoT Core to communicate with an HMC5883L Magnetometer device.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/I2cPortExpander/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: A sample that shows how to use a port expander to read the status of a tactile switch and control an LED for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/InternetRadio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- cpp
products:
- windows
- windows-iot
description: Build a streaming audio device for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/IoTBlockly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: A sample that shows how to leverage various pieces of open source software to create a "block" development experience on Raspberry Pi for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/IoTBrowser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Build a simple web browser for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/IoTConnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: Demonstrate device to device communication with Azure IoT Hub for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/IoTCoreDefaultApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: The current IoT Core Default App, a fully featured sample app for Windows 10 IoT Core.
---

Expand Down
1 change: 1 addition & 0 deletions Samples/IoTCoreMediaPlayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languages:
- csharp
products:
- windows
- windows-iot
description: A demonstration of how to play music from a Windows 10 IoT Core device.
---

Expand Down
Loading