Re: [Gnetplot-developers] Format of data
Status: Planning
Brought to you by:
somazero
From: Steven N. C. <som...@iw...> - 2002-11-03 22:35:46
|
Okay, so we'll just be sending Y-data at this point. I suppose we'll just increment each point an equal amount? On Mon, 2002-11-04 at 07:14, Dan Carlson wrote: > 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. >=20 > We will start off simple with two basic message > types... >=20 > #define START_NEW_GRAPH_MSG 0x01 > No other data in the message. This message commands > the graphing server to start a new graph. >=20 > #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. >=20 > In the future we will have other messages like > XY_AXIS_DATA_POINT_MSG=20 >=20 > Keep it simple for now. >=20 > Dan >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > --- "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. > >=20 > > Steve > >=20 > >=20 > >=20 >=20 > > ATTACHMENT part 2 application/pgp-signature > name=3Dsignature.asc >=20 >=20 >=20 > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ >=20 >=20 |