I see, thanks. Not much I can do about that, unfortunately. (FWIW, all of this applies to ObexFTP as well.)
Thanks. I'm not aware of anyone actively maintaining OpenOBEX currently.
Thanks. I'm not aware of anyone actively maintaining OpenOBEX currently.
pkg-config file is broken when CMAKE_INSTALL_{INCLUDE,LIB}DIR is absolute
0.24 file transfer not working (Got PUT without body)
Same issue here - did you ever have any luck in resolving, @Hien Huynh
Hi, I am using obexftp 0.24.2 and openobex 1.7 with bluez5.46 on my embedded board. The problem is I can not send my file from my phone to board when using command: obexftpd -b although service is registered. The weird thing is my phone shows that transfer progress is successfully but i dont see my file in my board. And in terminal, file's name is wrong. For example ( my name file is abc.txt but the name in transfer progress was showed in terminal included manye special characters like alpha,sigma,beta,etc,......
Source code moved again
Source code moved again
Hi, you are mistaken. The .so.2 is the name for the ABI version 2. This can be related...
More information can be also found at: http://pusling.com/blog/?p=352
Wrong filename of the library
OBEX_EV_REQDONE 'mode' problem
This bug does not contain enough information to make it reproducable and it is likely...
strange error - cannot mount by obexfs in crond...
error: parameter 1 (‘obex’) has incomplete type
Apostrophe in filename
Apostrophe in filename
This is now fixed in repository at gitorious.org
Patch proposal to fix permission and time errors
Patch proposal to fix permission and time errors
Updates to allow OpenOBEX to talk to a C-Pen 800C
ObexFTP: support newer Gigaset S(L) class DECT Handsets
I added the patch to my gitorious repository but splitted it into three patches and...
Report free/used space
Patch proposal to fix permission and time errors
ObexFTP: SWIG extending
ObexFTP: SWIG extending
Report free/used space
ObexFTP: support newer Gigaset S(L) class DECT Handsets
Wow, finally added to repository on gitorious.org/obexftp
Updates to allow OpenOBEX to talk to a C-Pen 800C
Updates to allow OpenOBEX to talk to a C-Pen 800C
The 4 patches of yours are now in the git repository at gitorious.org/openobex. ...
Final attempt. Really scoped down to my needs. Adds EV_CONTINUE (client-side) and...
I have no way of testing SuspendRequest() as the device doesn't support GET/PUT-like...
I have no way of testing SuspendRequest() as the device doesn't GET/PUT-like continuations....
Here is a mostly untested version. It works with CancelRequest(nice=false). I have...
How about an OBEX_EV_CONTINUE right after the "if (rsp == OBEX_RSP_CONTINUE) {" line?...
:) Looking at the code, I agree suspending right before handling Continue would probably...
Ah, now I see what you want to achieve. Stopping is already managable using suspend/resume....
Apologies for a long post, but here is my reasoning. Short version: We probably agree...
Well, *_request_rx|tx are for the request sending state. From the client's POV, only...
I've added the same code for the server. (I have no idea what it means for a server...
Nice :-) Actually, IrDA is a kind of transport that is hard to support these days....
Updates to allow OpenOBEX to talk to a C-Pen 800C
OK, will have a look. I didn't think of the server side, as I didn't need it. Will...
I applied the patches #1 and #3 but I cannot quite agree with patch #2. The check...
Updates to allow OpenOBEX to talk to a C-Pen 800C