btstack/TODO.txt
matthias.ringwald afffcd7487 update todo
2009-10-05 22:06:41 +00:00

83 lines
2.8 KiB
Plaintext

/* new todo file for BTstack */
Last milestone reached: create script to build APT package for BTdeamon, Resources, and BTstack client library
Last change: use single packet handler on client side
NEXT:
- support Cocoa CFRunLoop in addition to POSIX select run loop
- define struct run_loop_t
- run_loop_posix.c: run_loop_t * BTstack_run_loop = run_loop_posix;
- convert all run_loop calls to use (*BTstack_run_loop->functionX)(..)
- new btstack_open(RUN_LOOP_MODE mode) allows to choose between both
- implement missing functions in run_loop_cocoa: remove data source and timer functions
- prepare WiiMoteDemo for release
- update to current stack version
- add inquiry code
- provide test version by setting up APT repository within BTstack SVN
- instructions: http://www.saurik.com/id/7
== Release Version 0.1
- implement rest of L2CAP state machine
- incoming connections
- list of supported PSM
- commands and events
- detect and handle iPhone sleep mode
- see iPhone imnsomnia project at http://code.google.com/p/iphone-insomnia/
- can we get willGoToSleep event, should we should down?
- would be nice, if we could get woken up by Bluetooth data
- CocoaTouch User Interface Components
- Inquiry
- Alerts and shutdown of Apple's stack
- create new GPG key for gmail account and sign APT package
- non-reproducible bug: hci_state gets confused.
- BlueTool used although hci state should be on (right after quitting example/test)
- BlueTool not used although stack not working
- more log messages
- non-reproducible bug: debug BlueTool's "I'm not a Bluetooth stack" error message
== Release 0.2 - Incoming L2CAP supported + UI Support
- better deal with Apple stack
- figure out how to shut it down
- user interface
- extend SpringBoard feedback
- show alerts/messages using SpringBoardAcccess, e.g. Bluetooth disconnected by remote device
- add code to notify about remote disconnets
- configuration: /etc/btstack
- single Bluetooth module supported
- transport type: H4, H5, USB
- h4/h5: UART path
- usb: product/vendor ID
- logging mode: text, bluez, packetlogger
- implement rest of L2CAP state machine
- error handling
- error notification
- flow control
- reassembly/segmentation
- automatic disable of alternative Bluetooth Stack (e.g., BTServer on iPhone)
- DEMOS:
- BTstack-cmd
- info
- inquiry
- remote name
- open/close l2cap connection
- evtl. SDP browser
== Release Version 0.3
- implement RFCOMM
- implement SDP
- implement PAN
== Release Version 0.4
- unify packet generation
- btstack events
- cmd packets
- l2cap commands
- auto-generate code for sending commands from structured text input file
- devise concept for access to event data
- auto-generate event struct getter? STRUCTURE_get_FIELD
- Bluetooth low-power modes useful