author | hash <hash> | 2002-10-08 21:13:54 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-08 21:13:54 (UTC) |
commit | 9fdf7460f752f979497ee743ba67ddba52c1a7d7 (patch) (unidiff) | |
tree | 22703f70446afd5d0b99b31cd5f739b71442b108 | |
parent | 9237d1adcf23ee11f16881fbeea51e0bb3ec0b2f (diff) | |
download | opie-9fdf7460f752f979497ee743ba67ddba52c1a7d7.zip opie-9fdf7460f752f979497ee743ba67ddba52c1a7d7.tar.gz opie-9fdf7460f752f979497ee743ba67ddba52c1a7d7.tar.bz2 |
lets please get a working serial connection
-rw-r--r-- | noncore/apps/opie-console/PLANS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/PLANS b/noncore/apps/opie-console/PLANS index ef1e42e..8f6b807 100644 --- a/noncore/apps/opie-console/PLANS +++ b/noncore/apps/opie-console/PLANS | |||
@@ -1,31 +1,34 @@ | |||
1 | can we please get a working serial connection for now? if that works | ||
2 | i can test file transfers and stuff. -hash | ||
3 | |||
1 | From a UNIX point of view we want to do something like minicom | 4 | From a UNIX point of view we want to do something like minicom |
2 | with a better GUI. | 5 | with a better GUI. |
3 | It should feature some terminal emulation vt100/102, ansi, | 6 | It should feature some terminal emulation vt100/102, ansi, |
4 | filetransfer via {x,y,z}modem, and some sort of session management. | 7 | filetransfer via {x,y,z}modem, and some sort of session management. |
5 | Besides this requirement we would like to be able to execute 'scripts' | 8 | Besides this requirement we would like to be able to execute 'scripts' |
6 | in a session. | 9 | in a session. |
7 | A script would just write to the TEmulation and then be sent via | 10 | A script would just write to the TEmulation and then be sent via |
8 | an IOlayer. | 11 | an IOlayer. |
9 | Then we would like to send keys? Do we want that? | 12 | Then we would like to send keys? Do we want that? |
10 | 13 | ||
11 | We want a modular architecture which might support plugins in | 14 | We want a modular architecture which might support plugins in |
12 | the future | 15 | the future |
13 | 16 | ||
14 | (Almost) DONE: | 17 | (Almost) DONE: |
15 | Framework | 18 | Framework |
16 | Serial IOLayer | 19 | Serial IOLayer |
17 | Saving and Restoring Profiles | 20 | Saving and Restoring Profiles |
18 | 21 | ||
19 | TASKS in progress: | 22 | TASKS in progress: |
20 | Profile->Session and MainWidget --- Harlekin | 23 | Profile->Session and MainWidget --- Harlekin |
21 | FilesendingLayer - hash | 24 | FilesendingLayer - hash |
22 | IOLayer - wazlaf | 25 | IOLayer - wazlaf |
23 | Configuration - josef | 26 | Configuration - josef |
24 | TE - ibotty | 27 | TE - ibotty |
25 | 28 | ||
26 | OPEN tasks: | 29 | OPEN tasks: |
27 | Session->Profile - hash | 30 | Session->Profile - hash |
28 | Scripting - wazlaf | 31 | Scripting - wazlaf |
29 | Keys - open | 32 | Keys - open |
30 | IRDA-Layer - open | 33 | IRDA-Layer - open |
31 | Bluetooth-Layer - open | 34 | Bluetooth-Layer - open |