author | iano <iano@web> | 2013-03-27 03:29:27 (GMT) |
---|---|---|
committer | wiki <iki-wiki@psas.svcs.cs.pdx.edu> | 2013-03-27 03:29:27 (GMT) |
commit | 8eaee3505a15557f9c0933bab38664cf30be87c5 (patch) (side-by-side diff) | |
tree | 14e2f34f81f31a62eb10f6aadecbdcff95e53d11 | |
parent | bb91043ac199bb805242b09f3b64b6e275784325 (diff) | |
download | wiki-8eaee3505a15557f9c0933bab38664cf30be87c5.zip wiki-8eaee3505a15557f9c0933bab38664cf30be87c5.tar.gz |
launch control progress: trying different architecture
-rw-r--r-- | software.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/software.mdwn b/software.mdwn index ede2509..01117d6 100644 --- a/software.mdwn +++ b/software.mdwn @@ -35,10 +35,11 @@ Our previous avionics experiments were with CAN (not developer-friendly) and USB Console software written in Python 2.7 with Kivy UI framework <http://kivy.org>. Phidgets python drivers also required. Linux recommended. - Repository: <http://git.psas.pdx.edu/launch-tower-comm.git> + - discarded mock Phidget server idea + - **TODO:** move away from dictionary to separate object per Phidget sensor, each maintaining its own connection. - Kivy framework: <http://kivy.org/#download> - Kivy documentation: [old](http://kivy.org/docs/guide-index.html), and [new](http://kivy.org/docs/guide2-index.html) - Phidgets Python support: <http://www.phidgets.com/docs/Language_-_Python#Quick_Downloads> - - **TODO:** how to integrate Phidgets main loop with Kivy main loop - Previous UI spec: [[RocketViewLaunchPanel]], [[LaunchControl]] (Java, CAN-over-sockets) - Personnel: John Boyle |