Re: network programming

1999-02-02 Thread Patrick Goetz
/etc/sysconfig/network for IP, ethernet isn't stored. On Tue, 2 Feb 1999, Kimbrough Gray wrote: > > Where is the IP Address and > Ethernet Address stored > I thought it was in /etc > But I cant seem to find it. > I think its hiding from me > > > > Kimbrough Gray > [EMAIL PROTECTED] > > >

Re: network programming

1999-02-02 Thread Kimbrough Gray
Where is the IP Address and Ethernet Address stored I thought it was in /etc But I cant seem to find it. I think its hiding from me Kimbrough Gray [EMAIL PROTECTED] --- Send administrative requests to [EMAIL PROTECTED]

Re: network programming

1999-02-01 Thread Aaron Smith
it is easy to write a cross platform bsd socket library. there are almost no differences between the linux/unix sockets implementation and w32 sockets. w32 requires a call to start winsock and the read/write functions are a little different, but besides that you will find almost everything the s

Re: network programming

1999-02-01 Thread Thomas Bryan
On Mon, 1 Feb 1999, Doug McLaren wrote: > Another option would be perl. > > It can pretty much do anything that C can do with a socket, and is a > lot easier to deal with. Another option is Python. Whenever anyone recommends Perl, I always recommend Python...especially to programmers who alre

Re: network programming

1999-02-01 Thread dextro
-Original Message- From: Cheng Zhou <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, February 01, 1999 10:37 AM Subject: RE: network programming >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTE

RE: network programming

1999-02-01 Thread Cheng Zhou
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of dextro > Sent: Monday, February 01, 1999 10:07 AM > To: [EMAIL PROTECTED] > Subject: Re: network programming > > > right now java is looking good for the server side of thing

Re: network programming

1999-02-01 Thread Nolan Darilek
From: "dextro" <[EMAIL PROTECTED]> Date: Sun, 31 Jan 1999 23:36:11 -0600 Sender: [EMAIL PROTECTED] Precedence: bulk Reply-To: "dextro" <[EMAIL PROTECTED]> well, i will be assuming for the time being that the majority of the clients will be using a win32 os. i, however, do use

Re: network programming

1999-02-01 Thread Doug McLaren
On Sun, Jan 31, 1999 at 11:36:11PM -0600, dextro wrote: | well, i will be assuming for the time being that the majority of the clients | will be using a win32 os. i, however, do use linux and i would like the | server to be cross.platform complient at least across linux [x86/alpha] and | solaris

Re: network programming

1999-02-01 Thread dextro
PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, February 01, 1999 9:00 AM Subject: RE: network programming >Well, Win32 has it's own version of berkeley-ish sockets called >Winsock. Programming against it is not too difficult and most of the code will >be

RE: network programming

1999-02-01 Thread Cheng Zhou
platforms but you might be able to get it to work on Win32 as well. Cheng > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of dextro > Sent: Sunday, January 31, 1999 11:36 PM > To: [EMAIL PROTECTED] > Subject: Re: network programming &

Re: network programming

1999-02-01 Thread dextro
TED] <[EMAIL PROTECTED]> Date: Sunday, January 31, 1999 9:29 PM Subject: Re: network programming >dextro writes: >> this isnt directly related to linux but might touch on it a bit. does anyone >> have any in depth resources for cross.platform network programming? > >Cro

Re: network programming

1999-01-31 Thread Chip Rosenthal
dextro writes: > this isnt directly related to linux but might touch on it a bit. does anyone > have any in depth resources for cross.platform network programming? Cross which platforms? If you mean TCP/IP across Unixishy machines, than Rich Stevens' books (both Unix Network Programming and Unix

Re: network programming

1999-01-31 Thread Matthew Sayler
I remember back in '99 when Cheng Zhou wrote: > Why bother with low level calls like bind()? > If you use Java, you'll have a very cross platform application > without having to read lots of docs about specific platform differences. While low-level UNIX socket programming can be intimidating, it

RE: network programming

1999-01-31 Thread Cheng Zhou
f Taral > Sent: Sunday, January 31, 1999 12:41 PM > To: dextro; [EMAIL PROTECTED] > Subject: Re: network programming > > > On Sun, 31 Jan 1999, dextro wrote: > >this isnt directly related to linux but might touch on it a bit. does anyone > >have any in depth resources f

Re: network programming

1999-01-31 Thread Taral
On Sun, 31 Jan 1999, dextro wrote: >this isnt directly related to linux but might touch on it a bit. does anyone >have any in depth resources for cross.platform network programming? i am >trying to dig a little at a client.server arcitechure and wanted at least >the server to support multiple pla

Re: network programming

1999-01-31 Thread Adam Rogoyski
On Sun, 31 Jan 1999, dextro wrote: > this isnt directly related to linux but might touch on it a bit. does anyone > have any in depth resources for cross.platform network programming? i am > trying to dig a little at a client.server arcitechure and wanted at least > the server to support multipl