-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 @@ -1,2 +1,6 @@ - ask before overwriting existing pictures - improve video performance by using a seperate thread +- make command line capturing more sophisticated + - add -n <number_of_captures>, 0 for unlimited + - add -d <delay_in_seconds_between_captures> + - 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 @@ -1,25 +1,25 @@ /************************************************************************ /* W e l l e n r e i t e r I I /* =============================== /* /* Version: 1.0.3 /************************************************************************ ---------------------------------------------------- Ideas as of Wellenreiter II / May 2004 ---------------------------------------------------- -------- - BUILD + BUILD -------- - fix building against X11 again -------- ENGINE -------- - enable multiple packet sources - infrared - bluetooth - usb @@ -31,42 +31,48 @@ packet dissection framework... (unlikely) - implement the adaptive hopping scheme ! - gather interface capabilities - enable sniffing in wired networks - fix autodetection (the interface name is not selected correctly) - use ethtool IOCTLs (if present) +- gather IPs out of data packets w/ toDS=1 + +- enable host name lookups, when more than one interface is available + --------- UI --------- - display interface capabilities (or rewrite networksettings?) - distinguish wireless bridges (WDS traffic) - add configuration for scrollback buffer in log window - beep over headphone / customizable - count/display number of wireless networks / APs since last start/stop +- display ip host name lookups + --------- FILES --------- - write kismet-like .network format and format to be importable into AutoRoute - implement beacon stripping (the first beacon is enough to detect a new network - further beacons just blow up the capture file) - write wi-scan format like that: - # $Creator: Wellenreiter II Version 1.0.2 - # $Format: wi-scan - # Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] - # $DateGMT: 2004-02-07 - N 41.1008009 W 8.3893034 ( Porceven ) BBS ( 00:a0:f8:41:91:63 ) 22:32:39 (GMT) [ 21 177 156 ] + # $Creator: Wellenreiter II Version 1.0.2 + # $Format: wi-scan + # Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] + # $DateGMT: 2004-02-07 + N 41.1008009 W 8.3893034 ( Porceven ) BBS ( 00:a0:f8:41:91:63 ) 22:32:39 (GMT) [ 21 177 156 ] |