From d08b98b2eef464f0b031a1b23ecd952647045bba Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 10 Jun 2005 23:03:04 +0000 Subject: [PATCH] nascent --- hostside/gui-plan.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hostside/gui-plan.c diff --git a/hostside/gui-plan.c b/hostside/gui-plan.c new file mode 100644 index 0000000..42140ed --- /dev/null +++ b/hostside/gui-plan.c @@ -0,0 +1,12 @@ +/* + * usage: gui-plan + * protocol on stdin: + * series of uint32_t's in network byte order + * top byte is opcode + * 0x00 off + * 0x01 on + * 0x01 detect + * next byte is movposcomb + * remaining bytes are segment number + */ + -- 2.30.2