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.
18 posts Page 2 of 2
Contributors
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: Basic UDP chat with source
Vikhedgehog
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;
User avatar
Wusami
New Member
New Member
Posts: 21
Joined: Mon Feb 13, 2012 8:00 pm

Re: Basic UDP chat with source
Wusami
Hadnt uploaded yet?
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: Basic UDP chat with source
Vikhedgehog
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.
User avatar
Wusami
New Member
New Member
Posts: 21
Joined: Mon Feb 13, 2012 8:00 pm

Re: Basic UDP chat with source
Wusami
What does Mine craft have to do with the udp chat?
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Basic UDP chat with source
MrAksel
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
User avatar
Wusami
New Member
New Member
Posts: 21
Joined: Mon Feb 13, 2012 8:00 pm

Re: Basic UDP chat with source
Wusami
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
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Basic UDP chat with source
MrAksel
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
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Basic UDP chat with source
mandai
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.
18 posts Page 2 of 2
Return to “Source-Code”