Re: Channel IRC
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Romain. On Tue, Jan 08, 2013 at 05:35:43PM +0100, [email protected] wrote: > second, we talk to gnucap from another software, and would like to > get it back from gnucap from this software. netcat is another software (?) > The two software would run on 2 seperate computers, one on Linux the > other on Windows, hence our need of socket i guess. in my example machineA and machineB can be different computers if you like. netcat uses sockets as well. hth felix PS: I wrote: > >[..] > >machineB$ telnet machineA 12345 better write [..] machineB$ nc machineA 12345 (telnet is messing with line endings)