<?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 on: bluetooth-sendto</title>
	<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 21:19:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-1752</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 23 Oct 2008 06:34:09 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-1752</guid>
		<description>./ods-server-test.py ftp /home/myname/Desktop

No need to run it as root. Maybe I should remove '.py' extension, because it has #!/usr/bin/python in it.</description>
		<content:encoded><![CDATA[<p>./ods-server-test.py ftp /home/myname/Desktop</p>
<p>No need to run it as root. Maybe I should remove &#8216;.py&#8217; extension, because it has #!/usr/bin/python in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marstreet</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-819</link>
		<dc:creator>marstreet</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:34:28 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-819</guid>
		<description>I have successfully installed ods,but I don't know exactly how to use the test program to check it.
I use it like below:
  sudo python ods-server-test.py 'ftp' '/home/myname/Desktop' 
  it doesn't work,what's the matter?</description>
		<content:encoded><![CDATA[<p>I have successfully installed ods,but I don&#8217;t know exactly how to use the test program to check it.<br />
I use it like below:<br />
  sudo python ods-server-test.py &#8216;ftp&#8217; &#8216;/home/myname/Desktop&#8217;<br />
  it doesn&#8217;t work,what&#8217;s the matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Brill</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-8</link>
		<dc:creator>Christoph Brill</dc:creator>
		<pubDate>Tue, 02 Oct 2007 15:04:03 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-8</guid>
		<description>I'm looking so much forward for this to get upstream. Not only the data server but also the gnome bluetooth stuff. Keep on the good work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking so much forward for this to get upstream. Not only the data server but also the gnome bluetooth stuff. Keep on the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Sep 2007 23:06:28 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-6</guid>
		<description>obex-data-server depends on glib, openobex and D-Bus glib bindings.</description>
		<content:encoded><![CDATA[<p>obex-data-server depends on glib, openobex and D-Bus glib bindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addo</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-5</link>
		<dc:creator>Addo</dc:creator>
		<pubDate>Wed, 19 Sep 2007 14:46:41 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-5</guid>
		<description>Hi,

Thanks your reply :D

It's necessary install openobex (obex-ftp) or other package ?

Regards,
Addo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks your reply <img src='http://tadas.dailyda.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It&#8217;s necessary install openobex (obex-ftp) or other package ?</p>
<p>Regards,<br />
Addo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 14 Sep 2007 20:40:42 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-3</guid>
		<description>Hi,
Check out "test" directory in source. Newest version of source can be checked out from svn://muiline.com/obex-data-server/trunk.


ods-server-test.py is for testing servers. Can be launched like this:&lt;code&gt; ods-server-test.py &#60;server type&#62; &#60;server root directory&#62;&lt;/code&gt;. Server type can be "opp" or "ftp".


ods-session-test.py is for session testing. You need to change some constants before using it. It makes use of all Session operations.

Tadas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Check out &#8220;test&#8221; directory in source. Newest version of source can be checked out from svn://muiline.com/obex-data-server/trunk.</p>
<p>ods-server-test.py is for testing servers. Can be launched like this:<code> ods-server-test.py &lt;server type&gt; &lt;server root directory&gt;</code>. Server type can be &#8220;opp&#8221; or &#8220;ftp&#8221;.</p>
<p>ods-session-test.py is for session testing. You need to change some constants before using it. It makes use of all Session operations.</p>
<p>Tadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addo</title>
		<link>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-2</link>
		<dc:creator>Addo</dc:creator>
		<pubDate>Fri, 14 Sep 2007 19:11:47 +0000</pubDate>
		<guid>http://tadas.dailyda.com/blog/2007/09/11/bluetooth-sendto/#comment-2</guid>
		<description>Hi, 


Exits sample using Python and Transfer Service ?


Regards, 
Addo</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Exits sample using Python and Transfer Service ?</p>
<p>Regards,<br />
Addo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
