-
Notifications
You must be signed in to change notification settings - Fork 258
Support for UWP #47
Comments
OK, so just by trial and error... and keep in mind that I did not configure anything related to links If the conclusion is wrong, please correct me. |
Hi @alexiordan , So, the UWP binding/Gateway that we had on previous version didn't implement/support Json configuration. The way they did was by creating an instance of a UWP Gateway (the one you mentioned on your first gateway). I would have to double check if today the Gateway configuration is used. You can take a look into existing samples and check how configuration are passed to them. Regarding your second question, UWP binding had a broadcast broker, so links to module was not implemented for UWP. Future binding would have support for that. |
@aribeironovaes , thank you for the insight. When do you expect the new release with UWP support? I closed the other issues since your replies answered my questions. However if you need those as reference for the backlog, you can reopen them. Regarding the parameters passing: From what I've seen, all the parameters are passed to each module. It's the module's responsability to use that information. |
Thanks. We don't know exactly when it's going to come back, i just know that in our backlog and we will work on it as soon as we finish some higher priority backlog items that we are working. Let's keep this item opened so you can track once we have that! As soon as we have I will let you know. Thanks a lot for using our Sdk, Angelo Ribeiro. |
What is the status for the UWP gateway? We developing an application that will run on Windows IoT Core so the gateway must runs as a UWP background application. |
Hi guys, it looks as UWP request support has a dead loop between #212 and this #47. :) |
Closing due to inactivity and according to @ddobric answer. |
It seems that UWP cannot benefit from json based configuration file.
In the provided sample the initialization seems be to handled this way:
What is the correspondence between the content of a json configuration file and these properties?
Is there an example available?
Or to put it this way: how are links passed to the gateway?
The text was updated successfully, but these errors were encountered: