Thread: a program for ethernet

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    183

    a program for ethernet

    Hello .
    I need a program in any language that can gets 'data' and the 'destination address' from the user and sends the data to the destination while using TCP/IP in an ethernet .
    also a program that recieves packets from ethernet and gets the data from the packet .
    usually these two programs are in one .

    can anyone help me ?
    thank you .

    ps It is a part of a project and the project manager told us this program has been written before , just find it .I am not a lazy girl and it is not a homework .

  2. #2
    *this
    Join Date
    Mar 2005
    Posts
    498
    well for one nobodys going to do it for you, maybe an example. and for two you posted in the wrong forum. there is a networking forum.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Check out COM. The key here is custom data marshaling.

    Kuphryn

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM