On Fri, 2005-10-21 at 13:51 -0700, Richard Schilling wrote: > Nancy Anthracite wrote: > > You mentioned the Broker documentation, and I know you are not referring to > > this particular documentation, but I was poking around the Broker > > components > > while attempting to use Delphi a few months back and the Help files with > > them > > were really wonderful. It was like a friend was right there trying to help > > me out and was doing a bang up job of it. > > From the end user standpoint and delphi developer standpoint it's > great. No question. But I haven't seen any documentation yet on the > actual protocol used on the wire yet. Have you run across this? >
Honestly, Ive never seen a simpler protocol over the wire. It is pretty painfully easy. The harder issue is to figure out what the data returned is, basically "What does piece 12 of this string do?". But the over the wire stuff is very trivial. I believe I implemented it in about an hour. --Todd ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
