<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Tadas Dailyda blog</title>
	<link>http://tadas.dailyda.com/blog</link>
	<description></description>
	<pubDate>Fri, 05 Sep 2008 16:09:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on State of obex-data-server by HusseinCoder</title>
		<link>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-936</link>
		<dc:creator>HusseinCoder</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:11:15 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-936</guid>
		<description>Hi all,

actually i am facing a problem in creating multiple sessions with create session here is the scenario i am doing ...

i scan for devices allocate files to each one then start a thread for each device the thread CreateSession then send files to the device then Disconnect and Close the session :)

but i am facing a very low performance and the Errors happening with CreateSession and the connection with dbus :)

and i do not why that happen while when i am sending to only one device every time it sends ok without any problems :)

if u can support me with some information i will be grateful 

cheers,
HusseinCoder</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>actually i am facing a problem in creating multiple sessions with create session here is the scenario i am doing &#8230;</p>
<p>i scan for devices allocate files to each one then start a thread for each device the thread CreateSession then send files to the device then Disconnect and Close the session <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but i am facing a very low performance and the Errors happening with CreateSession and the connection with dbus <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>and i do not why that happen while when i am sending to only one device every time it sends ok without any problems <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>if u can support me with some information i will be grateful </p>
<p>cheers,<br />
HusseinCoder</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server web and request for documentation by admin</title>
		<link>http://tadas.dailyda.com/blog/2008/03/05/obex-data-server-web-and-request-for-documentation/#comment-855</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Jul 2008 09:51:31 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/03/05/obex-data-server-web-and-request-for-documentation/#comment-855</guid>
		<description>Hi,
CreateBluetoothSession returns object of type org.openobex.Session. I know documentation isn't helpful enough at the moment, but I'm still busy developing stuff.

Check out http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/test/ for sample code. There are two python scripts for creating session and server, they should be helpful.

Cheers,
Tadas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
CreateBluetoothSession returns object of type org.openobex.Session. I know documentation isn&#8217;t helpful enough at the moment, but I&#8217;m still busy developing stuff.</p>
<p>Check out <a href="http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/test/" rel="nofollow">http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/test/</a> for sample code. There are two python scripts for creating session and server, they should be helpful.</p>
<p>Cheers,<br />
Tadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server web and request for documentation by Arthur Abraham</title>
		<link>http://tadas.dailyda.com/blog/2008/03/05/obex-data-server-web-and-request-for-documentation/#comment-850</link>
		<dc:creator>Arthur Abraham</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:40:04 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/03/05/obex-data-server-web-and-request-for-documentation/#comment-850</guid>
		<description>I've been trying to get a BlueTooth app up on a semi-Linux system for several days, and have discovered such wonders as D-Bus, BlueZ, and now obex-data-server... which would be nice if I could only figure out how to use it.  

I feel in a continual state of "guess!".  I don't even know what/if need to call anything to set it up.  And so of the stuff on the documentation page  ( at http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/dbus-api.txt ) could be slightly more helpful.

For instance, the first method:
 
    object CreateBluetoothSession(string address, string pattern)

appears to return an object.  I wonder what type that object might be, and if it has a related *.h file anywhere?  Or maybe it is an object, and I 
shouldn't call it????

You must have some code lying around somewhere to test obex-data-server.  Posting at least that (and
perhaps sending it to me, or maybe a link) would 
something of a help.

thanks,

=Arthur 


ps: Or maybe appearently cryptic documentation would all be crystal clear if I spent a month or two reading through D-Bus and BlueZ code...
my apologies if that is my error.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to get a BlueTooth app up on a semi-Linux system for several days, and have discovered such wonders as D-Bus, BlueZ, and now obex-data-server&#8230; which would be nice if I could only figure out how to use it.  </p>
<p>I feel in a continual state of &#8220;guess!&#8221;.  I don&#8217;t even know what/if need to call anything to set it up.  And so of the stuff on the documentation page  ( at <a href="http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/dbus-api.txt" rel="nofollow">http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/tags/REL-0_3_3/dbus-api.txt</a> ) could be slightly more helpful.</p>
<p>For instance, the first method:</p>
<p>    object CreateBluetoothSession(string address, string pattern)</p>
<p>appears to return an object.  I wonder what type that object might be, and if it has a related *.h file anywhere?  Or maybe it is an object, and I<br />
shouldn&#8217;t call it????</p>
<p>You must have some code lying around somewhere to test obex-data-server.  Posting at least that (and<br />
perhaps sending it to me, or maybe a link) would<br />
something of a help.</p>
<p>thanks,</p>
<p>=Arthur </p>
<p>ps: Or maybe appearently cryptic documentation would all be crystal clear if I spent a month or two reading through D-Bus and BlueZ code&#8230;<br />
my apologies if that is my error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on State of obex-data-server by admin</title>
		<link>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-841</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:46:51 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-841</guid>
		<description>Hi,
please go to #ods irc channel at freenode.net and you questions shall be answered :)

Cheers,
Tadas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
please go to #ods irc channel at freenode.net and you questions shall be answered <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Tadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on State of obex-data-server by husseincoder</title>
		<link>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-840</link>
		<dc:creator>husseincoder</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:03:56 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/11/24/state-of-obex-data-server/#comment-840</guid>
		<description>Hi all,

i am developing a project with the obex data server

and i am stuck now in one of the requirements, its 

sending multiple files to the user, and the user has 

to accept only once for the files :) but actuall i am 

not sure that this is applicable in the obex data 

or can be done.

if its can be done and i wish so :) please support me with some information.

note: the programming language i am using is C.

thank you,

HusseinCoder</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>i am developing a project with the obex data server</p>
<p>and i am stuck now in one of the requirements, its </p>
<p>sending multiple files to the user, and the user has </p>
<p>to accept only once for the files <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> but actuall i am </p>
<p>not sure that this is applicable in the obex data </p>
<p>or can be done.</p>
<p>if its can be done and i wish so <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> please support me with some information.</p>
<p>note: the programming language i am using is C.</p>
<p>thank you,</p>
<p>HusseinCoder</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server 0.3.2 by Manuel Naranjo</title>
		<link>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-778</link>
		<dc:creator>Manuel Naranjo</dc:creator>
		<pubDate>Fri, 27 Jun 2008 19:17:12 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-778</guid>
		<description>Everyone,

Guys I have to get out my hat and congratulate you all. 

Lots of bugs had been fixed, specially memory allocation stuff, I left a server running yesterday on the office, and after almost 24 hours, and after 400 sessions created it still works without any trouble.

I also checked with valgrind, and compared 0.3.1 and 0.3.2 and the difference is enormous, from lots of memory corruptions you have moved to 0. Incredible.

Great job everyone,

Thanks,
Manuel</description>
		<content:encoded><![CDATA[<p>Everyone,</p>
<p>Guys I have to get out my hat and congratulate you all. </p>
<p>Lots of bugs had been fixed, specially memory allocation stuff, I left a server running yesterday on the office, and after almost 24 hours, and after 400 sessions created it still works without any trouble.</p>
<p>I also checked with valgrind, and compared 0.3.1 and 0.3.2 and the difference is enormous, from lots of memory corruptions you have moved to 0. Incredible.</p>
<p>Great job everyone,</p>
<p>Thanks,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server 0.3.2 by Heston James</title>
		<link>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-776</link>
		<dc:creator>Heston James</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:23:46 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-776</guid>
		<description>Good Morning Tadas,

Congratulations on this release! I know you've worked very hard to get it ready, we really appreciate the hard work, well done. *thumbs up

Heston</description>
		<content:encoded><![CDATA[<p>Good Morning Tadas,</p>
<p>Congratulations on this release! I know you&#8217;ve worked very hard to get it ready, we really appreciate the hard work, well done. *thumbs up</p>
<p>Heston</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server 0.3.2 by admin</title>
		<link>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-765</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Jun 2008 19:43:42 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-765</guid>
		<description>All crashers should be fixed in this release. Lots of work was needed and hopefully it works flawlessly now. Problem concerning not catching signals will be fixed in the next release as it requires API change.

Cheers,
Tadas</description>
		<content:encoded><![CDATA[<p>All crashers should be fixed in this release. Lots of work was needed and hopefully it works flawlessly now. Problem concerning not catching signals will be fixed in the next release as it requires API change.</p>
<p>Cheers,<br />
Tadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server 0.3.2 by Manuel Naranjo</title>
		<link>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-763</link>
		<dc:creator>Manuel Naranjo</dc:creator>
		<pubDate>Wed, 25 Jun 2008 19:36:09 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/06/25/obex-data-server-032/#comment-763</guid>
		<description>Hi Tadas,

So long with no talk, how are things?. 

As I told you before we were going to Chicago for a sensors expo. We had a fun time, during the 3 days the sensor lasted ODS received over 2k obex messages from 10 of our devices.

ODS was a bit unstable it crashed no less than 10 times during the expo. I'm going to try this new version and tell you my results.

I tried debuggin and working on fixes to it, but it was impossible.

BTW to all those who all ready don't know. I've found a work around to avoid loosing obex transfers. The solution is registering for dbus signals before the session object is created. I know this is not a nice looking solution, but it has 2 positives results. One is that you don't loose any message, the other one is that in cases when you're expecting to receive lots of transfers you are not registering/deregistering from dbus avoiding all the payload related to it.

If you want to take a look at the source it's available at: http://code.google.com/p/aircable/source/browse/tools/messages

Thanks and good luck to all of you,
Manuel Naranjo
www.aircable.net</description>
		<content:encoded><![CDATA[<p>Hi Tadas,</p>
<p>So long with no talk, how are things?. </p>
<p>As I told you before we were going to Chicago for a sensors expo. We had a fun time, during the 3 days the sensor lasted ODS received over 2k obex messages from 10 of our devices.</p>
<p>ODS was a bit unstable it crashed no less than 10 times during the expo. I&#8217;m going to try this new version and tell you my results.</p>
<p>I tried debuggin and working on fixes to it, but it was impossible.</p>
<p>BTW to all those who all ready don&#8217;t know. I&#8217;ve found a work around to avoid loosing obex transfers. The solution is registering for dbus signals before the session object is created. I know this is not a nice looking solution, but it has 2 positives results. One is that you don&#8217;t loose any message, the other one is that in cases when you&#8217;re expecting to receive lots of transfers you are not registering/deregistering from dbus avoiding all the payload related to it.</p>
<p>If you want to take a look at the source it&#8217;s available at: <a href="http://code.google.com/p/aircable/source/browse/tools/messages" rel="nofollow">http://code.google.com/p/aircable/source/browse/tools/messages</a></p>
<p>Thanks and good luck to all of you,<br />
Manuel Naranjo<br />
<a href="http://www.aircable.net" rel="nofollow">http://www.aircable.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on obex-data-server 0.3.1 by Robert</title>
		<link>http://tadas.dailyda.com/blog/2008/04/01/obex-data-server-031/#comment-362</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 02 Apr 2008 09:30:41 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2008/04/01/obex-data-server-031/#comment-362</guid>
		<description>Morning Tadas,

Well done on this release, those are a handy couple of bug fixes :-) I grabbed this latest version and placed it on my system this morning and it appears to be running just right.

I know we've been looking at some fairly substantial changes to the API for the 0.4 release which requires a fair amount of work, we really appreciate the time you and the other decelopers have been putting into this project.

Am I right in assuming that 0.4 is currently earmarked for May/June time release? is there anything I can offer to help the process along?

I was also thinking that a developers IRC channel might of good use, I know there are only a few of us contributing on the bugs list but it would be nice for us to be able to conference chat in real time. What do you think?

Cheers again Tadas, *thumbs up

Robert</description>
		<content:encoded><![CDATA[<p>Morning Tadas,</p>
<p>Well done on this release, those are a handy couple of bug fixes <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> I grabbed this latest version and placed it on my system this morning and it appears to be running just right.</p>
<p>I know we&#8217;ve been looking at some fairly substantial changes to the API for the 0.4 release which requires a fair amount of work, we really appreciate the time you and the other decelopers have been putting into this project.</p>
<p>Am I right in assuming that 0.4 is currently earmarked for May/June time release? is there anything I can offer to help the process along?</p>
<p>I was also thinking that a developers IRC channel might of good use, I know there are only a few of us contributing on the bugs list but it would be nice for us to be able to conference chat in real time. What do you think?</p>
<p>Cheers again Tadas, *thumbs up</p>
<p>Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
