|
Revision 26, 1.1 KB
(checked in by zany, 8 years ago)
|
|
Release 0.9.3-pre1
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | ObexFTP over serial lines |
|---|
| 3 | (cobex custom transport) |
|---|
| 4 | ================================================================ |
|---|
| 5 | |
|---|
| 6 | Christian Zuckschwerdt <zany@triq.net> 2002-04-29 |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | 1. Introduction |
|---|
| 10 | |
|---|
| 11 | It is possible to access your phone or general mobile device |
|---|
| 12 | using a serial line. However there is no common protocol used by |
|---|
| 13 | different manufactures. Therefor each specific device needs a cobex |
|---|
| 14 | custom transport library. |
|---|
| 15 | There are currently two of the available: |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | 2. COBEX BFB |
|---|
| 19 | |
|---|
| 20 | This custom transport library supports many Siemens Mobile Equipment. |
|---|
| 21 | Namely the x45 series phones. |
|---|
| 22 | |
|---|
| 23 | Its named like the Siemens protocol its based on -- BFB. |
|---|
| 24 | BFB may stand for Bloody-Fucking-Bits. On the other hand that would not |
|---|
| 25 | be nice at all. I can't imagine another name though. |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | 3. COBEX ERICSSON |
|---|
| 29 | |
|---|
| 30 | Is a custom transport for Ericsson phones. |
|---|
| 31 | It is tested with T39m and ported from an old R320 driver. Therefor might |
|---|
| 32 | work for those phones. |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | 4. COBEX <Your Phone> |
|---|
| 36 | |
|---|
| 37 | Be sure to mail me about other phones. It might be worth it. |
|---|
| 38 | |
|---|