Socket Lib
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
Socket programming in .NET is unbelievably easy. I suggest .NET. :) There are even several well-developed client/server samples here on Code Project. I wouldn't call them commercial level code, but they're damn good starts.
The early bird who catches the worm works for someone who comes in late and owns the worm farm. -- Travis McGee
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
Monty2 wrote:
i need to design a client server application and i have little experience with sockets
So just don't do it! :suss:
-
-
Dundas (aka Chris, Dave, and Co.) released the Ultimate Toolbox, etc. into the wild only recently.
Software Zen:
delete this;
-
Monty2 wrote:
i need to design a client server application and i have little experience with sockets
So just don't do it! :suss:
-
Dundas (aka Chris, Dave, and Co.) released the Ultimate Toolbox, etc. into the wild only recently.
Software Zen:
delete this;
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
-
Monty2 wrote:
i need to design a client server application and i have little experience with sockets
So just don't do it! :suss:
-
Winsock2.0 :-D
Jemmy : Deadline? Pfft, a real programmer eats deadlines for breakfast. :P Mark: I thought real programmers ignored deadlines :sigh: Best wishes to Rexx[^]
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
.NET has simplified TCP Programming about 10 fold, especially if you use the TCPClient
-
Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated
Monty2 wrote:
i need to design a client server application
Take a look at ACE[^]. Mind you, it is much more than a "socket library", and the learning curve is considerable, but it is stable, very portable and wouldn't hurt your resume as well :) If you decide to go this route, be sure to buy a book - the free online documentation is not really very helpful.
-
Wrapped in .net, or add another layer WCF.
WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath
norm .net wrote:
Wrapped in .net
Yeah, I've worked with them too. They've brought many set-socket-option as setter functions that was cool. But given a chance to implement n/ws I've always chosen "winsock2.h" :-O with my own implementation classes. And hence avoiding .net :)
Jemmy : Deadline? Pfft, a real programmer eats deadlines for breakfast. :P Mark: I thought real programmers ignored deadlines :sigh: Best wishes to Rexx[^]