Well, the (socket) command returns Jess I/O routers that you can talk
to via read and readline. This is good for reading Jess inputs across
a network and for multiple Jess engines communicating. They wouldn't
work, however, for ftp or telnet or any other protocol that requires
the use of binary data, since the Jess language really has no
mechanism for handling binary data.
The good news, though, is that Jess is very easy to integrate with
Java code, so you can easily meet your needs by doing the networking
in java code directly.
I think Carl Leitz wrote:
>
> To ALL
>
> found http "socket example" Ernest provided ... would still appreciate
> anything out there using ftp/telnet ports/thks again!
> Carl
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9214 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------