Changeset 173 for trunk

Show
Ignore:
Timestamp:
06/26/07 16:53:05 (17 months ago)
Author:
zany
Message:

touching up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r114 r173  
    55------------ 
    66 
    7 ObexFTP implements the Object Exchange (OBEX) protocols file transfer feature. 
     7ObexFTP implements the Object Exchange (OBEX) file transfer feature for 
     8clients and servers. 
    89 
    910The standard is defined in more detail in section K12.5 (Profiles: OBEX FTP) 
    1011in Bluetooth V1.1 Profile Specifications. 
    1112 
    12 ObexFTP works out-of-the-box with all protocols supported by OpenOBEX. 
    13 Currently IrDA, Bluetooth and there is an upcoming USB support. 
    14 ObexFTP comes with ready to use custom transport support for some mobile 
     13ObexFTP works out-of-the-box with all transports supported by OpenOBEX. 
     14Currently there is IrDA, Bluetooth, USB and network (TCP) transport support. 
     15ObexFTP also comes with ready to use custom transport support for many mobile 
    1516phones serial cables. 
    1617 
    17 It's well tested with Siemens and Sony/Ericsson mobile phones. Support for 
    18 Motorola phones has been added recently (connection ids are needed there). 
    19 Samsung phones might work too, please get back to me on that. 
     18It's well tested with Siemens and Sony/Ericsson mobile phones. But then most 
     19Motorola and Sharp (generic) as well as Samsung phones will work too, please 
     20contact the author if not. 
    2021 
    2122This ObexFTP distribution contains libraries as well as some applications. 
     
    2425memory on mobile equipment: 
    2526 
    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) 
    3134 
    3235Applications to hack Siemens mobile equipment using datalink cable 
     
    3740Library parts to be used in other applications 
    3841 
    39  - obexftp - high level abstraction of OBEX FTP protocol 
    40  - 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 layer 
     42 - 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 
    4346 
    4447 
     
    5962        CFLAGS="$CFLAGS -Werror" ./configure 
    6063 
     64If compiling doesn't work, try to disable some of the language bindings on 
     65configure. 
     66        --disable-perl --disable-python --disable-ruby --disable-tcl 
     67 
    6168 
    6269Further Development 
     
    6673please let me know. Development will focus on your needs. 
    6774 
    68 This package lacks a full featured GUI. There are some 3rd party GUIs and 
    69 other projects like a obex file system though. Please see the OpenOBEX / 
    70 ObexFTP web site for details. 
     75This package lacks advanced examples using the bindings. There are some 3rd 
     76party GUIs and other projects like a obex file system though. Please see the 
     77OpenOBEX / ObexFTP web site for details. 
    7178 
    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. 
     79Developers are free to use the bindings as well as obexftp, multicobex and 
     80bfb libraries. Please join the mailing list and keep in touch - You'll 
     81recieve pre-releases and support. That way your application can benefit from 
     82the newest library features and further development can focus on your needs. 
    7683 
    7784 
     
    8996                -Werror" ./configure 
    9097        make clean ; make 
    91 Please mail me all warnings and error, if any. 
     98Please mail me all warnings and errors, if any. 
     99 
     100The bindings use language-native installers with are missing the uninstall 
     101targets. You'll have to distcheck with 
     102        DISTCHECK_CONFIGURE_FLAGS="--disable-perl --disable-python \ 
     103                                   --disable-ruby" make distcheck 
    92104 
    93105 
     
    96108 
    97109Author: Christian W. Zuckschwerdt <zany@triq.net> 
    98      http://triq.net/obex 
     110     http://dev.zuckschwerdt.org/openobex/ 
    99111     http://openobex.sourceforge.net/ 
    100112     http://sourceforge.net/tracker/?group_id=8960