Basic UDP chat with source
If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
Wusami wrote:Reupload the project?Whoa, never thought mediafire would go down from a great free service to an ad flooded error site. I'll reupload to dropbox in the next 30 minutes. Thanks for letting me know cooll;
I am moving all of my projects to my ftp server/website. You can download the source at http://vikcraft.com/files/visual-basic/ ... ervers.zip however im not sure if this adress will be permanent.
Wrong link I guess :P
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

Haha yea i guess but this is important i need this because i am creating a remote desktop application and everything working but the udp
Remote control should be completely done in TCP to ensure that all commands pass to the client, but if you plan on showing the client's screen then UDP will be the best. Make sure you send the whole image in one packet then, so if its ruined, the whole image is discarded. I can help you with the application if you are in a hurry.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

It is unlikely that you will be able to send a single UDP frame that is large enough to contain the whole screen (over a large network).
If you are using UDP you would be better off sending the image in smaller usable chunks, then any lost parts can be retransmitted.
If you are using UDP you would be better off sending the image in smaller usable chunks, then any lost parts can be retransmitted.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023