Authenication from a windows app

Can someone recommend documentation that would outline the protocol for a standalone windows app to authenticate with a meteor server and initiate ddp communications. Thanks

Have you tried the .NET DDP client?

Thank you. That looks useful, though it looks out-of-date. What I am actually missing is a pointer to specs that describe the authentication process. I would like my c++ app to log in and authenticate as a meteor user so as to have access to data relevant to that meteor user.

Maybe this will help: http://stackoverflow.com/a/18645131

Great. Exactly what I was looking for!