update TODO and 3rdparty/README

This commit is contained in:
matthias.ringwald 2009-08-30 20:15:17 +00:00
parent c56e36a14b
commit 0feaf6f2d9
2 changed files with 11 additions and 13 deletions

3
3rdparty/README vendored
View File

@ -1,5 +1,4 @@
This folder contains copies of open-source headers required to compile the BTstack. This folder contains copies of open-source headers required to compile the BTstack.
* launch.h is Copyright (c) 2005 Apple Computer, Inc. All rights reserved * launch.h is part of launchd (http://launchd.macosforge.org). It is Copyright (c) 2005 Apple Computer, Inc. All rights reserved
]

View File

@ -7,26 +7,26 @@ NEXT:
- detect if it is running - detect if it is running
- return appropriate error events - return appropriate error events
- create a SpringBoardAccess MobileSubstrate Extension - create a SpringBoardAccess MobileSubstrate Extension
- put headers and lib into 3rdparty folder - put MobileSubstrate header and lib into 3rdparty folder
- control Status bar icons - control Status bar icons
- show alerts/messages - show alerts/messages
- Detect and handle iPhone sleep mode - Detect and handle iPhone sleep mode
=== BTdaemon can run always == Release Version 0.1
- implement rest of L2CAP state machine
- incoming connections
- list of supported PSM
- commands and events
- better deal with Apple stack - better deal with Apple stack
- figure out how to shut it down - figure out how to shut it down
- user interface - user interface
- CocoaTouch User Interface Components - CocoaTouch User Interface Components
- Inquiry - Inquiry
- Alerts and shutdown of Apple's stack - Alerts and shutdown of Apple's stack
- implement rest of L2CAP state machine == Release 0.2 - Incoming L2CAP supported + UI Support
- incoming connections
- list of supported PSM
- commands and events
=== Incoming L2CAP supported
- configuration: /etc/btstack - configuration: /etc/btstack
- single Bluetooth module supported - single Bluetooth module supported
- transport type: H4, H5, USB - transport type: H4, H5, USB
- h4/h5: usart name - h4/h5: UART path
- usb: product/vendor ID - usb: product/vendor ID
- logging mode: text, bluez, packetlogger - logging mode: text, bluez, packetlogger
- implement rest of L2CAP state machine - implement rest of L2CAP state machine
@ -34,7 +34,6 @@ NEXT:
- error notification - error notification
- flow control - flow control
- reassembly/segmentation - reassembly/segmentation
- autostart of BTdaemon (inetd? launchd?)
- automatic disable of alternative Bluetooth Stack (e.g., BTServer on iPhone) - automatic disable of alternative Bluetooth Stack (e.g., BTServer on iPhone)
- DEMOS: - DEMOS:
- BTstack-cmd - BTstack-cmd
@ -44,12 +43,12 @@ NEXT:
- open/close l2cap connection - open/close l2cap connection
- evtl. SDP browser - evtl. SDP browser
== Release Version 0.1 == Release Version 0.3
- implement RFCOMM - implement RFCOMM
- implement SDP - implement SDP
- implement PAN - implement PAN
== Release Version 0.2 == Release Version 0.4
- naming conventions for various layers - naming conventions for various layers
- if all control is done by pseudo hci commands, only bt_send_cmd(&cmd_name, ... ) is needed anyway - if all control is done by pseudo hci commands, only bt_send_cmd(&cmd_name, ... ) is needed anyway
- auto-generate code for sending commands from structured text input file - auto-generate code for sending commands from structured text input file