]> git.sesse.net Git - wardrive/commitdiff
Added preliminary protocol information.
authorsgunderson@bigfoot.com <>
Fri, 9 Feb 2007 22:44:18 +0000 (23:44 +0100)
committersgunderson@bigfoot.com <>
Fri, 9 Feb 2007 22:44:18 +0000 (23:44 +0100)
protocol.txt [new file with mode: 0644]

diff --git a/protocol.txt b/protocol.txt
new file mode 100644 (file)
index 0000000..ad8859a
--- /dev/null
@@ -0,0 +1,53 @@
+showMainMenu: \000\001
+length tot:   \000\012
+length text:  \000\004
+text:         Test
+
+vibrate: \000\016
+
+
+
+1 0:   show() i noe mouseUI-greier
+
+1 2:   showPic( noe mer )
+       not documented yet
+
+
+0 0:   disconnect
+
+0 1:   show main menu
+       not documented yet
+
+0 2:   showMenu(something)
+       <length> <text>
+       <length> <text>
+       ...
+
+0 3:   show dialog
+       unknown
+
+0 4:   show image
+       not documented yet
+
+0 5:   show percent input
+       not documented yet
+
+0 6:   show progress bar
+       <text>
+
+0 7:   show text
+       <length-hi> <length-lo> <text1>
+       <length-hi> <length-lo> <text2>
+
+0 14:  vibrate
+
+
+
+
+0 10:  are you alive?
+       respond by 0 13 0 0
+
+0 11:  get your version
+       0 14 0 1 <version>
+
+