From l_bryant2004 at peoplepc.com Sat Oct 22 04:47:46 2005 From: l_bryant2004 at peoplepc.com (Louis Bryant) Date: Fri, 21 Oct 2005 21:47:46 -0700 (GMT-07:00) Subject: Read/Write Network Ports Message-ID: <90677.1129956466419.JavaMail.root@mswamui-andean.atl.sa.earthlink.net> Hello. I am a programmer writing my first networking program in Linux. I need help with writing to a specific network port, for example, how can I find out what my network card is called or dialup modem is called? Can I use native commands to read/write to these ports? How do I configure them E.G., baud rate, IP Address, ETC.? Thanks! ________________________________________ PeoplePC Online A better way to Internet http://www.peoplepc.com From samuel.thibault at ens-lyon.org Sun Oct 23 18:44:18 2005 From: samuel.thibault at ens-lyon.org (Samuel Thibault) Date: Sun, 23 Oct 2005 20:44:18 +0200 Subject: Read/Write Network Ports In-Reply-To: <90677.1129956466419.JavaMail.root@mswamui-andean.atl.sa.earthlink.net> References: <90677.1129956466419.JavaMail.root@mswamui-andean.atl.sa.earthlink.net> Message-ID: <20051023184418.GQ6000@bouh.residence.ens-lyon.fr> Hi, Louis Bryant, le Fri 21 Oct 2005 21:47:46 -0700, a ?crit : > I need help with writing to a specific network port, What do you mean by "port" ? If you want to connect to a web server for instance, just use the socket() interface (man 7 socket and others). Anyway, this list is really not appropriate. Regards, Samuel