[Opengc-devel] TCP/IP - UDP interface
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Lance W. <lan...@lo...> - 2001-10-22 09:15:36
|
It depends how you want the interface to work. Do you want it to be broadcast (UDP), in which case RTSP (Real-Time Simulation Protocol) seems to be quite good. This was published in the May 2001 edition of Dr. Dobbs Journal (but I'm not sure what the licensing position on this is - all the source code is available, but there is no mention of whether it's free or not). If you want a Request/Response interface (TCP/IP), this is really quite noddy, it's the protocol you need to work out first (I develop real-time messaging systems for financial packages). Cheers Lance RTSP package from : http://www.ddj.com/ftp/2001/2001_05/rtsp.zip <http://www.ddj.com/ftp/2001/2001_05/rtsp.zip> **************************************************************************** LOGICSCOPE REALISATIONS LTD, 64 Great Eastern St, London EC2A 3QR The information contained in this document is intended only for the addressee.It may contain confidential and/or legally privileged material.You may not review, retransmit, disseminate, publish or otherwise use or rely on the information in this document unless you are its intended recipient.If you have received this document in error, Please contact the sender and delete all copies of this material. |