author | mickeyl <mickeyl> | 2004-05-21 09:55:46 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-21 09:55:46 (UTC) |
commit | 1859469bb409e665dff20994923887f132f9790f (patch) (unidiff) | |
tree | 481edd4c9d271367ee18c43b6c903d0565ef50ff | |
parent | 564efbda3d8f8b2cefe02a7287942d73489714da (diff) | |
download | opie-1859469bb409e665dff20994923887f132f9790f.zip opie-1859469bb409e665dff20994923887f132f9790f.tar.gz opie-1859469bb409e665dff20994923887f132f9790f.tar.bz2 |
some more TODOs
-rw-r--r-- | noncore/multimedia/camera/TODO | 4 | ||||
-rw-r--r-- | noncore/net/wellenreiter/TODO | 18 |
2 files changed, 16 insertions, 6 deletions
diff --git a/noncore/multimedia/camera/TODO b/noncore/multimedia/camera/TODO index c85d1ea..1f3c651 100644 --- a/noncore/multimedia/camera/TODO +++ b/noncore/multimedia/camera/TODO | |||
@@ -2 +2,5 @@ | |||
2 | - improve video performance by using a seperate thread | 2 | - improve video performance by using a seperate thread |
3 | - make command line capturing more sophisticated | ||
4 | - add -n <number_of_captures>, 0 for unlimited | ||
5 | - add -d <delay_in_seconds_between_captures> | ||
6 | - add commands like 'init', 'capture', 'exit' to give more control and to cope with the delay lightning problem \ No newline at end of file | ||
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO index a3d0d3d..b821636 100644 --- a/noncore/net/wellenreiter/TODO +++ b/noncore/net/wellenreiter/TODO | |||
@@ -12,3 +12,3 @@ | |||
12 | -------- | 12 | -------- |
13 | BUILD | 13 | BUILD |
14 | -------- | 14 | -------- |
@@ -42,2 +42,6 @@ | |||
42 | 42 | ||
43 | - gather IPs out of data packets w/ toDS=1 | ||
44 | |||
45 | - enable host name lookups, when more than one interface is available | ||
46 | |||
43 | --------- | 47 | --------- |
@@ -56,2 +60,4 @@ | |||
56 | 60 | ||
61 | - display ip host name lookups | ||
62 | |||
57 | --------- | 63 | --------- |
@@ -66,7 +72,7 @@ | |||
66 | - write wi-scan format like that: | 72 | - write wi-scan format like that: |
67 | # $Creator: Wellenreiter II Version 1.0.2 | 73 | # $Creator: Wellenreiter II Version 1.0.2 |
68 | # $Format: wi-scan | 74 | # $Format: wi-scan |
69 | # Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] | 75 | # Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] |
70 | # $DateGMT: 2004-02-07 | 76 | # $DateGMT: 2004-02-07 |
71 | N 41.1008009 W 8.3893034 ( Porceven ) BBS ( 00:a0:f8:41:91:63 ) 22:32:39 (GMT) [ 21 177 156 ] | 77 | N 41.1008009 W 8.3893034 ( Porceven ) BBS ( 00:a0:f8:41:91:63 ) 22:32:39 (GMT) [ 21 177 156 ] |
72 | 78 | ||