by MtM Sun Dec 12, 2010 1:02 pm
http://msdn.microsoft.com/en-us/library/ff402535(VS.92).aspx you mean this?
Win mobile is just another target in visual studio, haven't ran any updates to my dev environment so not sure but afaik it's just a silverlight template.
Edit:
http://msdn.microsoft.com/en-us/library/ff426931(v=VS.95).aspx <- c# only, that's why it's not in my default template list
I'm wondering though how the setup is, does the tracker feature a built in server component which communicates with the application ( eg, the tracker listens on a port for request, this monitoring app requests info straight from the tracker ) or does it use an intermediate server eg tracker uploads the xml files as it does now and then this monitoring app connects with the server the xml files are being uploaded to?
Would be nice if the author would post some more info about his ideas/implementations, I read he's doing it partly for a school project and therefore doesn't want to much 3rd party influences but these are pretty fundamental issues which when things progress are very much going to decide the amount of functionality which can be reached ( eg direct communication will allow more things to be done through the monitor app, where using an intermediate server and fetching xml files from it only allows one way communication ).
Edit:
Also important, will it be using push notifications based on tracker status changes or timed interval, or a combination of both depending on user preference or connectivity ( eg, incase of lost connectivity it will recheck when connectivity is obtained again ect ).
Sorry for all the questions, but as I said, I been waiting on things like this to be added to the the tracker so I'm asking allot of things which I feel will be important in regards to how much functionality can be obtained from it. And, it's now that things are not in a final stage yet that things might be reconsidered when needed. Less work then making something and then wanting to add something which will require redoing allot of things.