Thread: TCP/IP ethernet

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

    TCP/IP 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
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    So what's the question?

    Find the program

    Or write something which works the same

    Your description covers anything from FTP to Instant Messaging
    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.

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    I am trying to find it but the problem is :
    what I have found (or find) is usually a demo version or a part of a code not the main .

  4. #4
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    what kind of data do you have in mind..

    and what the OS on both source and dest. machines?
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    I didnt understand what you mean of " what kind of data do you have in mind.."
    and
    I need the program and if it be for WINDOWS I use windows as the OS , if the program be for linux I wil use linux (the program is more important)
    tnx

  6. #6
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    I just thought about giving you a non extrnal program solution.

    what i mean by "data type", i'm talking about simple text messages, or files...

    with simple text messages on a windows platform i would suggest "net send", it's very simple!

    and as for files, you have ftp and tftp, take your pick.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  7. #7
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589
    you can write a batch file to do the majority of this.

    as for analysis packets... do you mean a packet sniffer like etherreal?
    http://www.ethereal.com/
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to Write a Program in C to detect the Ethernet Cable?
    By christyyim in forum C Programming
    Replies: 1
    Last Post: 03-11-2009, 04:12 AM
  2. a program for ethernet
    By arian in forum C++ Programming
    Replies: 3
    Last Post: 05-02-2005, 04:30 AM
  3. ethernet
    By arian in forum Networking/Device Communication
    Replies: 8
    Last Post: 04-09-2005, 04:09 AM
  4. why do ethernet frame restricts to 1500 bytes?
    By zell in forum Networking/Device Communication
    Replies: 1
    Last Post: 01-24-2005, 07:51 AM
  5. Ethernet To Ethernet
    By tyler4588 in forum Tech Board
    Replies: 6
    Last Post: 07-29-2003, 07:35 AM