Thread: TCP Application using C for embedded linux based board

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    12

    TCP Application using C for embedded linux based board

    Can I any body please guide me how to write TCP application in C what are the librarries to include and what are the parameters need to set in this case

    I am using MCF5329 embedded linux based board support package. I need to make application for TCP Communication wih Host Pc running windows Xp on it .

    on the board side I need to write TCP application for the server and on the Pc side I need to write it for the client .

    First I am writing it for the TCP server on the board Side. Can any body have idea about this type of programing and have done it before .

    Or is there any prebuild microsoft visual studio templates for TCP communication which I can use fro this purpose .

    Thanks in advance

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Yes there are libraries included with both OSs for the task...
    In fact they are part of the core operating systems.

    Getting Started with Winsock (Windows)

    Programming Linux sockets, Part 1: Using TCP/IP

  3. #3
    1337
    Join Date
    Jul 2008
    Posts
    135

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SWI-Prolog as an embedded application in VS2008 C++
    By HJoshy in forum C++ Programming
    Replies: 0
    Last Post: 03-14-2010, 06:02 PM
  2. Linux TCP/IP For Embedded Systems
    By sean in forum Linux Programming
    Replies: 2
    Last Post: 08-03-2009, 11:58 AM
  3. How to run windows based application in linux
    By Bargi in forum Linux Programming
    Replies: 5
    Last Post: 02-07-2008, 12:46 AM
  4. Embedded system board
    By ssharish2005 in forum Tech Board
    Replies: 1
    Last Post: 08-12-2007, 03:03 PM
  5. Replies: 4
    Last Post: 07-10-2005, 02:01 PM