[Gambas-devel] networking 0.0.4
Fabien BODARD
Gambasfr at ...4...
Fri Sep 5 23:10:50 CEST 2003
Le Mercredi 3 Septembre 2003 21:40, Daniel Campos a écrit :
> Hi!
>
> Looking for a socket server? Here you have one!
>
> Well... the first step of it, but it works OK
> in what he can do (listen for TCP connections,
> accept multiple connections...)
>
> I hope to have it stabilished at the end of this
> week.
>
> Basically, it returns a new ClientSocket object for
> each connection accepted, so this ServerSocket class
> is very simple, only a port and listening tasks, nothing
> about communication with the client, wich is a work
> for ClientSocket.
>
> Into folder DOC there's now:
>
> G1 --> a ClientSocket sample
> G2 --> a ServerSocket sample
> HTML documentation (preliminary)
> README help to compile this component
>
> (*) be careful if you are not "root" when using G2, as you will
> be not able to used reserved ports 1-1024, and after using Stop()
> you there will be some time in wich you can not use the same port
> for listen again... Linux things
>
> (**) Idea : You can use some telnet connections or G1 project
> to test G2
>
> Regards,
Hi
Well there is more simple way to modify the configure file...
Simply modify the configure.in one at the end and the type ./reconf and your
./configure !
Fabien Bodard
More information about the Devel
mailing list