obex

Sending a file with OBEX push in Python

How to send a file using OBEX push to a device, which has an open OBEX port in Python? In my case it is a Bluetooth device. ...

How can I find out the device name and the OBEX interfaces from a USB device?

Hello! In a shell-script (or Perl) I need a subroutine that returns for all my USB devices, their device names, and, if available, their respective OBEX interfaces. I managed to get the device names and - with obexftp --usb - the obex-interfaces. How can I find out which device belongs to an OBEX interface number? ...

Exception in java while using obex(Bluecove bluetooth)

I am getting the following error while trying to send a video file from PC to mobile using a bluetooth dongle. The program works fine when run individually but when i use it with other classes,i get te folowing exception. java.lang.NullPointerException at de.avetana.bluetooth.obex.OperationImpl$OBEXPutOutputStream.write(Operatio...

bluetooth file send.

i'm new to bluetooth development and i found the 32netfeet . Right now i'm able to search for bluetooth devices nearby and connect to them but how do i send a file e.g SendTest.txt? I tried buttonclick event using the OBEX but i don't understand this is my example code: using InTheHand.Net; using InTheHand.Net.Sockets; using InTheHand.N...

Creation obex connection without service discovery

Hello there my problem is this,i want to create an obex connection but i already know my server adress.The problem is how to get the connection url without service discovery.I use a normal java project for my server side and a midlet project for my client side.I will post the code maybe it helps. Server connection UUID uuid=new UUID...

Sending file over OBEX push profile

I've been able to open a raw bluetooth socket to the obex push profile channel of a device. My goal is to be able to send files over the protocol. Where can I find any info how the headers should be set up and how the communication should work? Thanks. ...

Android RFComm with OBEX Push not working

Hi there. I am trying to remake a java application into an android application, but I cannot make it work. The application is meant to talk to a device that uses OBEX Push. The device cannot take any incoming connections and it has no user interface but some LEDs. The java code snippet I am trying to remake is following: LocalDevice l...

compatibility j2me bluetooth obex file transfer from one mobile to other mobile

Hi i have developed j2me/bluetooth/obex file transfer program. aim is from one mobile to other which are having java and bluetooth support one should able to transfer the file (self replicating midlet). wanted to know does all device supports bluetooth also supports obex ? if yes, fine. if no, what is most basic/best way to handle sit...

BlueZ, do not require authentication

Hi, I'm working with BlueZ 3.x. I have a linux embedded device and I need to send and receive files using the bluetooth technology, with Obex. (Note: BlueZ 4.x doesn't even compile on our specific platform.) I don't need PIN authentication, I even don't want it. It must remain as simple as possible for the end user. I tried to set sec...

Is there an alternative to OBEX?

I’m programing a desktop application to communicate with a stethoscope using Bluetooth. Initially I would like to use OBEX, but I’m verify the services available, using the code in this page: http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/#more-21 I got the following result: *Starting device inquiry... Device Inquiry Compl...