Thread: Network interface similar to ppp0

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    1

    Question Network interface similar to ppp0

    Sorry for my bad english.
    I have some task - write on C++ program, which will create network interface, similar to ppp0.
    I have IP, netmask, but i haven't idea, how create this interface. I attemped view ppp code and now step-by-step trying understand it mechanism.
    Anybody can advise me some literature or URL's?

  2. #2
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    Query: are you simply trying to use a network connection or are you trying to do something more complex? If just a network connection then here is a great site I have used for all manner of things from low-level socket stuff to different kinds of servers:

    Beejs Network Guide

    If you are looking for something else, please supply some more details in your question.
    Tks
    Jeff

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 12-13-2009, 04:24 PM
  2. Network Interface Card Traffic
    By hosseinyounesi in forum Linux Programming
    Replies: 15
    Last Post: 09-05-2009, 07:48 PM
  3. registry key for getting active network interface name
    By mind@work in forum C Programming
    Replies: 2
    Last Post: 11-28-2007, 04:49 AM
  4. Disabling a network interface card to disconnect from LAN..
    By elroy in forum Networking/Device Communication
    Replies: 8
    Last Post: 05-16-2007, 12:53 AM
  5. Help disabling network interface from code
    By maure5 in forum C Programming
    Replies: 3
    Last Post: 03-30-2005, 08:28 AM