- Timestamp:
- 06/26/07 16:53:05 (17 months ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r114 r173 5 5 ------------ 6 6 7 ObexFTP implements the Object Exchange (OBEX) protocols file transfer feature. 7 ObexFTP implements the Object Exchange (OBEX) file transfer feature for 8 clients and servers. 8 9 9 10 The standard is defined in more detail in section K12.5 (Profiles: OBEX FTP) 10 11 in Bluetooth V1.1 Profile Specifications. 11 12 12 ObexFTP works out-of-the-box with all protocols supported by OpenOBEX.13 Currently IrDA, Bluetooth and there is an upcoming USBsupport.14 ObexFTP comes with ready to use custom transport support for somemobile13 ObexFTP works out-of-the-box with all transports supported by OpenOBEX. 14 Currently there is IrDA, Bluetooth, USB and network (TCP) transport support. 15 ObexFTP also comes with ready to use custom transport support for many mobile 15 16 phones serial cables. 16 17 17 It's well tested with Siemens and Sony/Ericsson mobile phones. Support for18 Motorola phones has been added recently (connection ids are needed there).19 Samsung phones might work too, please get back to me on that.18 It's well tested with Siemens and Sony/Ericsson mobile phones. But then most 19 Motorola and Sharp (generic) as well as Samsung phones will work too, please 20 contact the author if not. 20 21 21 22 This ObexFTP distribution contains libraries as well as some applications. … … 24 25 memory on mobile equipment: 25 26 26 - obexls - list the mobiles contents 27 - obexget - copy files(s) to mobile 28 - obexput - copy files(s) from mobile 29 - obexrm - remove files on the mobile 30 - obexftp - all in one application (heavy on options) 27 - obexftp - all in one client application (heavy on options) 28 - Symlinks to obexftp for default operations: 29 - obexls - list the mobiles contents 30 - obexget - copy files(s) to mobile 31 - obexput - copy files(s) from mobile 32 - obexrm - remove files on the mobile 33 - obexftpd - obex ftp server application (experimental) 31 34 32 35 Applications to hack Siemens mobile equipment using datalink cable … … 37 40 Library parts to be used in other applications 38 41 39 - obexftp - high level abstraction of OBEX FTPprotocol40 - cobex_pe - cable OBEX for Ericsson phones (i.e. T68i)41 - cobex_bfb - cable OBEX for Siemens phones (i.e. x45, x35, x25)42 - bfb - Siemens mobile datalink cable protocol layer42 - obexftp - high level abstraction of OBEX FTP (SYNC, PUSH also) protocol 43 - multicobex - cable OBEX support for many phones (i.e. Siemens BFB and BFC 44 Sony/Ericsson, Motorola and generic (Sharp) modes) 45 - bfb - Siemens mobile datalink cable protocol layer 43 46 44 47 … … 59 62 CFLAGS="$CFLAGS -Werror" ./configure 60 63 64 If compiling doesn't work, try to disable some of the language bindings on 65 configure. 66 --disable-perl --disable-python --disable-ruby --disable-tcl 67 61 68 62 69 Further Development … … 66 73 please let me know. Development will focus on your needs. 67 74 68 This package lacks a full featured GUI. There are some 3rd party GUIs and69 other projects like a obex file system though. Please see the OpenOBEX / 70 O bexFTP web site for details.75 This package lacks advanced examples using the bindings. There are some 3rd 76 party GUIs and other projects like a obex file system though. Please see the 77 OpenOBEX / ObexFTP web site for details. 71 78 72 If you are a developer and want to use obexftp library or even 73 cobex/bfb library do so. But please keep me informed - I'll send 74 you pre-releases. That way your application is able to exploit the 75 newest library features.79 Developers are free to use the bindings as well as obexftp, multicobex and 80 bfb libraries. Please join the mailing list and keep in touch - You'll 81 recieve pre-releases and support. That way your application can benefit from 82 the newest library features and further development can focus on your needs. 76 83 77 84 … … 89 96 -Werror" ./configure 90 97 make clean ; make 91 Please mail me all warnings and error, if any. 98 Please mail me all warnings and errors, if any. 99 100 The bindings use language-native installers with are missing the uninstall 101 targets. You'll have to distcheck with 102 DISTCHECK_CONFIGURE_FLAGS="--disable-perl --disable-python \ 103 --disable-ruby" make distcheck 92 104 93 105 … … 96 108 97 109 Author: Christian W. Zuckschwerdt <zany@triq.net> 98 http:// triq.net/obex110 http://dev.zuckschwerdt.org/openobex/ 99 111 http://openobex.sourceforge.net/ 100 112 http://sourceforge.net/tracker/?group_id=8960
