Re: [Gnetplot-developers] Format of data
Status: Planning
Brought to you by:
somazero
From: Dan C. <dca...@ya...> - 2002-11-03 22:14:57
|
Data will be in the format of messages. Each message has a message type byte. The rest of the message will be specific for the message type. We will start off simple with two basic message types... #define START_NEW_GRAPH_MSG 0x01 No other data in the message. This message commands the graphing server to start a new graph. #define Y_AXIS_DATA_POINT_MSG 0x02 The next two bytes in this message will be construct a 16 bit word representing the Y axis value of the data point. In the future we will have other messages like XY_AXIS_DATA_POINT_MSG Keep it simple for now. Dan --- "Steven N. Carlson" <som...@iw...> wrote: > Greetings...Since I'm currently playing with some > network code, what > format would you like the data to be in. > > Steve > > > > ATTACHMENT part 2 application/pgp-signature name=signature.asc __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |