Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.80/5 (3 votes)
See more:
I want to make an app similar to teamviewer but my own. I have a few questions.

So far I have:
1) My desktop captured and displayed fine.
2) I have a socket server accepting clients asynchronous and accepting commands and sending them back.

My Questions:
1) If my client sends the RDP stream to the server, how do I store this stream?
2) What’s the best way to store the connected client info? Keep it in a class? Or write it to a db?
3) How do I store the data stream?
4) If a client connects how do I pull that stream?

Thank You in advanced!

What I have tried:

Browsed the forums and found similar answers but nothing specific to me.
Posted
Updated 19-Dec-18 11:27am

These CodeProject articles might get you started:
Multi RDP Client .NET[^]
Using streaming: Windows Remote Desktop Application[^]
 
Share this answer
 
v3
Comments
sjsteve33171 19-Nov-18 15:16pm    
Thanks for the input Rick, however that’s using terminal services COM. I’m looking at C# sockets and streaming
Went with MemoryStream.

Thanks for the pointer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900