-
I'd use obexfs or obexftp to get a clear picture how to access that file. Than maybe revert to obex_test.
2009-10-28 10:04:02 UTC in Open OBEX
-
That is the expected behaviour. Do you really need to access the obex inbox with obex_test?.
2009-10-28 09:32:12 UTC in Open OBEX
-
Thanks for the feedback. You shorter example should have worked. I guess it's a regression with IPv6 added. I'll repair that -- or document it otherwise.
2009-10-27 12:33:29 UTC in Open OBEX
-
Response code 0x43 is FORBIDDEN. You are not allowed to access that object. That's not an error as you did not sign in with the appropriate UUID or anything.
2009-10-27 11:53:28 UTC in Open OBEX
-
You could use AT-style commands. There is that awesome "gsmlib" package.
2009-10-27 00:31:27 UTC in Open OBEX
-
Yes, that is the right command. The phone seems to reject the Sync UUID, though ("Connecting...failed: send UUID"). Most likely the device does not support IrMC-Sync.
2009-10-27 00:11:20 UTC in Open OBEX
-
Ports below 1024 are privileged. Are you running the server as Superuser?.
2009-10-26 13:14:40 UTC in Open OBEX
-
Try the sync UUID and one of the telecom services. See http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpServices.
2009-10-26 08:37:38 UTC in Open OBEX
-
The obexftpd application is not able to run concurrently. Neither is the ObexFTP API at this time. There some people working on this. The fastest way to get there would be running your own OpenOBEX code inside your frameworks event loop.
There quite some people asking for this, maybe if we can get funding I'll take a further look at it.
2009-09-30 12:53:37 UTC in Open OBEX
-
Sorry, it's not an API example. It's a sample application. Should be compiled as obexftpd. Source is at http://github.com/zuckschwerdt/obexftp/blob/fd9a530b58873c58cf8b8c862d76a3b8902aa437/apps/obexftpd.c.
2009-09-01 08:47:17 UTC in Open OBEX