Click here to Skip to main content
15,894,405 members
Articles / Programming Languages / C

A Small C-Language TCP Server Framework

Rate me:
Please Sign up or sign in to vote.
4.81/5 (27 votes)
30 Apr 2010CPOL8 min read 72.3K   3.2K   102  
A framework for writing small to medium size cross-platform TCP servers

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
zvx
Software Developer
Brazil Brazil
I'm a long-time software developer living in Brazil.

I've been developing software for retail and banking automation in C/C++ for many years now. In the old days I even did some COBOL programming, and some assembly for the 8080.

My experience ranges from low level software such as interface code for serial devices for DOS and Windows (bar code scanners, printers, cash dispensers, etc) and goes to writing end user applications for POS terminals and bank ATMs. In between I've done a great deal of TCP/IP programming using the basic Berkeley sockets interface, which is my main interest nowadays.

Comments and Discussions