On Mon, Jun 05, 2006 at 06:43:58PM +0200, David MENTRE wrote: > Joris van der Hoeven <[EMAIL PROTECTED]> writes: > > >From the client side you may just do something like > > > > (send-message server '(print-message "Hallo")) > > Is the client/server protocol composed of s-expression on a TCP socket?
The protocol uses s-expressions on the TeXmacs socket 6561. After login, they are very simple, like (secure "......"), where ..... is an encrypted message. After decoding, the message is an s-expression. _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
