ms-iot / samples

Windows 10 IoT Core Samples
MIT License
1.2k stars 1.33k forks source link

Passing data between headed UWP app and headless (background) python app #508

Open JimSEOW opened 7 years ago

JimSEOW commented 7 years ago

We need examples on how to do the following tutorial with headless background python app.

How we could implement below for headless python?

<Extensions>
  <uap:Extension Category="windows.appService"
              EntryPoint="BackgroundApplication1.StartupTask">
    <uap:AppService Name="BackgroundWebService" />
  </uap:Extension>
</Extensions>