On 20/03/2015 12:27, Vincent de RIBOU wrote:
> Hi all, I am not very used to edit execline scripts to do high level
> features!! Do you think it is possible to edit some execline script
> in order to perform a 2 sockets tcp server ( or whatever type else)
> connections, with also an engine (data transtyping, or something
> else) between the 2 sides?? Or should I build this system in pure C
> (skalibs of course)??
If you don't have more than one server side (as in bind/listen/accept),
and all the other sockets are client side (as in connect) then it is
easy; if you have multiple server-side sockets, you're probably better
off writing your own program to handle connections.
But I can't be more precise without knowing exactly what you are trying
to achieve. Please describe what you want in a bit more detail.
--
Laurent
Received on Fri Mar 20 2015 - 12:31:39 UTC