Mailing List Archive

Conserver Protocol
I have a Windows program which I am writing that I want to be able to
connect to a conserver. I am about to go through the console.c to figure
out the protocol, but I was wondering if it is documented anywhere.

Thanks,
Brian

Brian Moriarty
Specialty Loose Leaf, Inc.
1 Cabot Street
Holyoke, MA 01040
(413) 532-0106 x344
brian@specialtyll.com
Re: Conserver Protocol [ In reply to ]
Note, console.c already compiles under Cygwin. Let me know if you need a
copy of the console.exe I compiled.

Ernie


----- Original Message -----
From: "Brian Moriarty" <brian@specialtyll.com>
To: <users@conserver.com>
Sent: Thursday, October 03, 2002 10:06 AM
Subject: Conserver Protocol


> I have a Windows program which I am writing that I want to be able to
> connect to a conserver. I am about to go through the console.c to figure
> out the protocol, but I was wondering if it is documented anywhere.
>
> Thanks,
> Brian
>
> Brian Moriarty
> Specialty Loose Leaf, Inc.
> 1 Cabot Street
> Holyoke, MA 01040
> (413) 532-0106 x344
> brian@specialtyll.com
>
> _______________________________________________
> users mailing list
> users@conserver.com
> https://www.conserver.com/mailman/listinfo/users
>
Re: Conserver Protocol [ In reply to ]
On Thu, Oct 03, 2002 at 01:06:21PM -0400, Brian Moriarty wrote:
> I have a Windows program which I am writing that I want to be able to
> connect to a conserver. I am about to go through the console.c to figure
> out the protocol, but I was wondering if it is documented anywhere.

nope. it's not really documented anywhere but within the code
(unfortunately). you can do pass a -D to the console client and see
the interaction for various commands (like 'console -D console',
'console -D -w', 'console -D -q', etc). that's probably the quickest
and easiest way to see what's going on. hope that helps.

Bryan