On Fri, 5 Jan 2007, ik wrote:

You might not have the path of nc6 in your $PATH variable.
On my Ubuntu it is located at:

whereis nc6
nc6: /usr/bin/nc6 /usr/X11R6/bin/nc6 /usr/bin/X11/nc6
/usr/share/man/man1/nc6.1.gz

I keep forgetting about whereis. It's one of those newfangled programs :-) You
are right, that's exactly where it was, and indeed, /usr/bin is not in my
path. Thanks!



 scripting is a good idea. i'm experimenting with python right now, and it
 seems good. i have a simple echo server running, and it works on ipv4. now
 to
 upgrade to ipv6.

I'd never used Python, but if you wish to write it on the level of
sockets, you can use the following document:
http://docs.python.org/lib/module-socket.html

Indeed, and an example that claims to support IPv6 is here, although I can't
get the IPv6 side to work yet:

  http://docs.python.org/lib/socket-example.html

But now that you've found nc6 for me I'll probably go that route.

Thanks again,
Michael

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to