• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

TCP/IP programming in C

DAM

Diamond Member
Yes, I know this is the wrong forum, but this is kind of a obscured question.

I would like to write a program, that goes to a certain IP and passes some info, this all has to be written in C, ideally it would wait for an ACK or something, I have been looking around the web and have not found anything. Anyone have any experience writing TCP/IP programming.

Any links, hints or samples of code would be great.

Thanks,

dam()
 
nope i am not writing it for windows, its actualy going to run on a micrcontroller.


dam()
 
search "sockets programming" on google, blocking sockets programming is almost identical between unix and windows for probably also for your microcontroller. If not, you need to find a newsgroup or mailing list or fourm for that microcontroller.
 
Back
Top