[VB.Net] Multi-Client Server Async Socket Example |
|
05-02-2013, 03:35 PM
|
|||
|
|||
|
RE: Multi-Client Server Async Socket Example
Hi im new here!
About the sockets, how do i check if user exist by username and password and also to send and receive information like, Client >Reqest movie name > Server Server > movie name serach > send back movie name & movie image > Client ? |
|||
|
05-03-2013, 12:58 AM
|
|||
|
|||
|
RE: Multi-Client Server Async Socket Example
Well, this system doesn't do any of the sort.
However, if you are trying to create a movie database type server, you'd have to decide how you wanted to do something like that. A simple way would be to simply send a string it the information to the server, have the server parse it and use it, then send a response back to the client. |
|||
|
05-12-2013, 10:15 PM
|
|||
|
|||
|
RE: Multi-Client Server Async Socket Example
Hello KoBE,
You could make an example for tranferir files with an average size of 500mb |
|||
|
05-12-2013, 10:38 PM
|
|||
|
|||
RE: Multi-Client Server Async Socket Example
(05-12-2013 10:15 PM)SelkSantos Wrote: Hello KoBE, It would be no different than sending text data, just that you're sending the bytes of a file over, and probably in chunks so that you're not sending the full thing over at once, and writing to a buffer until the file is completely written. ![]() Microsoft MVP .NET Programming - (2012 - Present) ®Crestron DMC-T Certified Automation Programmer Development Site: aceinfinity.net |
|||
|
05-13-2013, 07:02 PM
|
|||
|
|||
RE: Multi-Client Server Async Socket Example
(05-12-2013 10:15 PM)SelkSantos Wrote: Hello KoBE, Um, honestly.. I don't want to commit to anything right now since this is my last week of classes and I have finals. However, you should definitely bump this thread on the 19th or 20th. I will have so much more time on my hands. |
|||
|
05-15-2013, 11:15 PM
|
|||
|
|||
|
RE: Multi-Client Server Async Socket Example
Great example I will try to test this on my project...
|
|||
Possibly Related Threads... |
| Thread: | Author | Replies: | Views: | Last Post | |
IRC Client Class v1.0 |
KoBE | 57 | 5,180 |
05-15-2013 11:17 PM Last Post: t0kneneng |
|
Create your own IRC Client [C#/VB.Net] |
KoBE | 79 | 12,326 |
04-22-2013 01:18 PM Last Post: gorfi |
|
IRC 2012- Metro-Styled IRC Client |
KoBE | 41 | 4,247 |
04-08-2013 08:58 AM Last Post: Gullers |
|
| Team Foundation Server 2012 | AceInfinity | 1 | 87 |
04-07-2013 06:01 PM Last Post: KoBE |
|
HELP Irc Client Own Text |
MarkusxX | 1 | 187 |
01-29-2013 12:00 AM Last Post: AceInfinity |
|
| Users browsing this thread |
| 1 Guest(s) |

Multi-Client Server Async Socket Example



