I'm looking for a library that would allow me to communicate with a remote computer via the RDP protocol, but without windows. I don't need control. In fact, I only need to check the availability of multiple servers via RDP.
So far I've seen: 1. ActiveX component with wrapper. But it requires a window, which is logical. But it doesn't suit me. 2. Watched the specification of the protocol. It's not easy there. Lots of structures. For everything, it seems there is a description and you may have to do with it.