Open Source Implementation of the Object Exchange (OBEX) Protocol
OBEX is a session protocol and can best be described as a binary HTTP
protocol. OBEX is optimized for ad-hoc wireless links and can be used
to exchange all kind of objects, like files, pictures, calendar entries
(vCal), and business cards (vCard).
- Developed at filesystems
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/openobex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
openobex-1.7.1-Source.tar.gz | 0000131091 128 KB | |
openobex.changes | 0000008608 8.41 KB | |
openobex.spec | 0000003592 3.51 KB |
Revision 28 (latest revision is 38)
Tomáš Chvátal (scarabeus_factory)
accepted
request 202902
from
Philipp Thomas (psmt)
(revision 28)
- Update to version 1.7.1: + Add OBEX_FL_STREAM_CONTINUE. + Several fixes. - Changes from version 1.7: + Add support for CMake config files + Internal code reorganisation and rewrite + Add new function set for better control than OBEX_HandleInput(): OBEX_SetTimeout(), OBEX_Work() and OBEX_GetDataDirection() - Changes from version 1.6: + Change ABI from 1 to 2 because: - Redo the USB changes from version 1.4. - Remove InOBEX_* function, use the TcpOBEX_* functions instead. - Remove the simple Unicode<->ASCII functions. + Add support for Single Response Mode. + Add manpages for all example applications. + Add udev support. + Add new example app to find IrDA and USB OBEX devices. + Add fixes for FreeBSD. + Add support for libusb-1.x. + Add support for close-on-exec. - Drop upstream fixed patches: + openobex-libusb-check.patch. + openobex-1.3-pkgconfig.patch (done slightly different). + 0001-fix-fd-leak.patch. - No longer provide and obsolete openobex from the library package: the main package now contains udev rules and helpers. - Require openobex from the library package: an app making use of the library surely wants the udev helpers in place. (forwarded request 200520 from dimstar)
Comments 0