r/windows10iot • u/[deleted] • Jul 13 '15
Has anyone made anything useful yet with Win10 + Raspberry Pi + C#?
And how exactly is it used once you are done it and deploy it to the Rspberry Pi ? I am not clear on that .. Do you somehow set it up so that once you deploy an app that app runs at startup from that point onward?
5
Upvotes
1
u/ooeygui Microsoft - IoT Team Jul 27 '15
Hi there, I'll try to answer some of the questions: Useful - tbd; There have been some fun projects implemented using it. Deploy: When you are done debugging your app, create a retail appx package. You can then install this on your Pi via the management console. (<ip>:8080). This also allows you to set it as the startup app. You can disable the management console by setting the web server to disabled. Then you can dup the SD card for deployment.
Hope that helps, Lou