Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : ggi-develop@eskimo.com
  Date: Sat, 19 Sep 1998 15:58:38 -0400 (EDT)

Re: New target `display-tele' committed

On Thu, 17 Sep 1998, Andrew Apted wrote:

> The main thing not yet implemented is binding the client socket to
> another host, so machine-to-machine usage isn't possible... yet...

Ok, I've implemented some minimal parsing for socket type and address (i.e.
it should be more flexible and tolerant of user errors):

display-tele:inet:127.0.0.1:27780
display-tele:inet:hostname[:port]
display-tele:unix:full-path-to-unix-socket

Note that I haven't fixed the teleserver part (I love the target more :-)
so anything outside the previous limit won't connect...

and I don't have a networked Unix machine to try out the remote
teleserver...

Just keeping you informed... :)

PS: Andrew, before you forgot to put the port number into network byte
order!  (Teleserver would connect to the 3xxxx ports instead.)

--
Steve Cheng

email: steve@ggi-project.org
www: <http://shell.ipoline.com/~elmert/>;

Index: [thread] [date] [subject] [author]