/simple-obex

Java library for generation and parsing of OBEX (Object exchange) messages

Primary LanguageJava

simple-obex

A Java library for generation and parsing of OBEX (Object exchange) messages.

It contains a lot of bugs, is unfinished and not ready for use.

What is OBEX?

OBEX is a protocol for communication between devices. It is used with Bluetooth and USB.

You probably have used OBEX if you have sent a file with Bluetooth.

Why a new library?

I tried to understand other libraries, but couldn't.

How can I use it?

See the application in the example package.