Keeping OPII time in sync

Jharrell -

I haven't done any type of programming in about 20 years or so (ML only with compiler)...but if I installed MS Visual studio 2010 and "dabbled" a bit with your source could I maybe come up with a simple time sync ap to run on my HA server?
 
I would say you could probably pick it up. .Net and c# is pretty high level and the HAI SDK abstracts all the messy protocol details away pretty well although I don't think it shares much with ML. c# is procedural whereas ML is functional. MS actually makes F# which is related to ML, you may be more at home with it, and it should be able to bind to the HAI SDK as well.

Give it a try!
 
Back
Top