.net - Windows IoT advice: One headed app or headless plus headed? -


my main requirement application run @ times, logging , submitting data cloud service. if user happens plug in display device, should should basic status information , allow few commands invoked.

option 1: deploy single headed app containing logic , ui. when display unplugged (95% of time), ui ignored.

option 2: deploy of core logic in background app exposes app service. separate application responsible gui only, surfacing data app service , passing through commands initiated user.

are there advantages option 2? result in lower power consumption or higher availability display unplugged?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -