<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gustavo Padovan &#187; unicamp</title>
	<atom:link href="http://padovan.org/blog/tag/unicamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://padovan.org/blog</link>
	<description>free as in freedom</description>
	<lastBuildDate>Mon, 26 Dec 2011 14:51:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Bluetooth Security</title>
		<link>http://padovan.org/blog/2011/07/bluetooth-security/</link>
		<comments>http://padovan.org/blog/2011/07/bluetooth-security/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 09:43:49 +0000</pubDate>
		<dc:creator>Gustavo Padovan</dc:creator>
				<category><![CDATA[bluez]]></category>
		<category><![CDATA[profusion]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bluetooth security]]></category>
		<category><![CDATA[linux kernel]]></category>
		<category><![CDATA[secure simple pairing]]></category>
		<category><![CDATA[unicamp]]></category>

		<guid isPermaLink="false">http://padovan.org/blog/?p=274</guid>
		<description><![CDATA[As part of the Cryptographic course with Professor Julio López for my graduation at University of Campinas  &#8211; Brazil &#8211; I wrote a small article about Bluetooth Security. I also did a presentation. The article is available here and the &#8230; <a href="http://padovan.org/blog/2011/07/bluetooth-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As part of the Cryptographic course with Professor Julio López for my graduation at University of Campinas  &#8211; Brazil &#8211; I wrote a small article about Bluetooth Security. I also did a presentation.</p>
<p>The <a href="http://padovan.org/pub/bluetooth/bluetooth-security-article.pdf">article is available here</a> and the<a href="http://padovan.org/pub/bluetooth/bluetooth-security-slides.pdf"> slides here</a>. Please pay attention that my English is far from good and this article may contain many English errors.</p>
<p>Also the article is not intended to be something professional now, it lacks many good stuff, like cryptanalysis of ciphers used in Bluetooth and history of attacks to Bluetooth Security. But it is a start, I plan to update it as I have time.</p>
<p>So please drop me an e-mail  (or a comment on this blog) if you have corrections or suggestions for the text.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://padovan.org/blog/2011/07/bluetooth-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code has come. Again!</title>
		<link>http://padovan.org/blog/2010/04/google-summer-of-code-has-come-again/</link>
		<comments>http://padovan.org/blog/2010/04/google-summer-of-code-has-come-again/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 00:50:40 +0000</pubDate>
		<dc:creator>Gustavo Padovan</dc:creator>
				<category><![CDATA[bluez]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[connman]]></category>
		<category><![CDATA[dial-up network]]></category>
		<category><![CDATA[dun]]></category>
		<category><![CDATA[ofono]]></category>
		<category><![CDATA[unicamp]]></category>

		<guid isPermaLink="false">http://padovan.org/blog/?p=166</guid>
		<description><![CDATA[For the second year I got accepted on the Google Summer of Code project to work with the BlueZ organization. My project this year is to work on the DUN Client. DUN is the Dial-up Network Profile, it provides access &#8230; <a href="http://padovan.org/blog/2010/04/google-summer-of-code-has-come-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the second year I got accepted on the <a href="http://socghop.appspot.com/" target="_blank">Google Summer of Code</a> project to work with the BlueZ organization. My project this year is to work on the DUN Client. DUN is the Dial-up Network Profile, it provides access to the Internet and other dial-up services via Bluetooth.  My project intends to do the DUN client only, but if I have time at the end of the project I&#8217;ll work on the DUN Server too.</p>
<p>The implementation will make changes in <a href="http://www.bluez.org" target="_blank">BlueZ</a>, <a href="http://connman.net" target="_blank">ConnMan</a> and <a href="http://ofono.org" target="_blank">oFono</a>. Most of the changes will be inside oFono. There, we need to  use the AT command parser and the  PPP stack (recently added to the oFono  repo). The work consist on integrate everything and implement the  missing parts of the AT command parser and the PPP stack, and the DUN agent.</p>
<p>On the  BlueZ part the work will be the service export for DUN Data Terminal  role and and the DUN Agent server to register agents and pass the RFCOMM file descriptor. For testing purposes we can use the Serial API in the beginning. That work is very similar to what we did for the HFP this year.</p>
<p>The ConnMan integration: ConnMan will setup the NAT and the  Internet connection. The DUN integration on ConnMan is similar to the PAN integration(still a work in progress) , so we can reuse part of  that implementation.</p>
<p>That&#8217;s it.  I&#8217;ll post updates here during the development of the project. Now let me code. ;-)</p>
<p>Also, congratulation to the others Unicamp (University of Campinas) students that were accepted on GSoC too. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://padovan.org/blog/2010/04/google-summer-of-code-has-come-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GSoC meet-up at Unicamp</title>
		<link>http://padovan.org/blog/2010/03/gsoc-meet-up-at-unicamp/</link>
		<comments>http://padovan.org/blog/2010/03/gsoc-meet-up-at-unicamp/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:18:35 +0000</pubDate>
		<dc:creator>Gustavo Padovan</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[gpsl]]></category>
		<category><![CDATA[unicamp]]></category>

		<guid isPermaLink="false">http://padovan.org/blog/?p=144</guid>
		<description><![CDATA[Last Wednesday (March 3rd) we did a talk about Google Summer of Code at Unicamp. The talk was part of the weekly talk about Free Software in the University. It was presented by mentors and students from past GSoCs. We &#8230; <a href="http://padovan.org/blog/2010/03/gsoc-meet-up-at-unicamp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday (March 3rd) we did a talk about Google Summer of Code at Unicamp. The talk was part of the weekly talk about Free Software in the University. It was presented by mentors and students from past GSoCs. We explained how GSoC works and how one can take part on it this year. I&#8217;ll post here some photos:</p>
<p><img title="GSoC meet-up" src="http://littlechina.org/~padovan/img/gsoc-1.jpg" alt="" width="600" /></p>
<p><img title="GSoC meet-up" src="http://littlechina.org/~padovan/img/gsoc-2.jpg" alt="" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://padovan.org/blog/2010/03/gsoc-meet-up-at-unicamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code 2009: Final stats</title>
		<link>http://padovan.org/blog/2009/09/google-summer-of-code-2009-final-stats/</link>
		<comments>http://padovan.org/blog/2009/09/google-summer-of-code-2009-final-stats/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 06:12:22 +0000</pubDate>
		<dc:creator>Gustavo Padovan</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[gpsl]]></category>
		<category><![CDATA[unicamp]]></category>

		<guid isPermaLink="false">http://padovan.org/blog/?p=103</guid>
		<description><![CDATA[Google Open Source team has just published yesterday a set of stats[1] about Google Summer of Code 2009 and Google Summer of Code during the years. The good news is that University of Campinas (Unicamp) is on the second place &#8230; <a href="http://padovan.org/blog/2009/09/google-summer-of-code-2009-final-stats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google Open Source team has just published yesterday a set of <a href="http://google-opensource.blogspot.com/2009/09/tasty-new-google-summer-of-code-stats.html" target="_blank">stats</a>[1] about Google Summer of Code 2009 and Google Summer of Code during the years. The good news is that University of Campinas (Unicamp) is on the second place in number of accepted students to GSoC 2009, with 12 projects.  We also are the second place in the history of the program with 37 projects. Congratulations to all guys from University of Campinas that take part on GSoC. We&#8217;ve been done a great job. Unicamp rocks! :-)</p>
<p style="text-align: left;">[1] <a href="http://google-opensource.blogspot.com/2009/09/tasty-new-google-summer-of-code-stats.html" target="_blank">http://google-opensource.blogspot.com/2009/09/tasty-new-google-summer-of-code-stats.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://padovan.org/blog/2009/09/google-summer-of-code-2009-final-stats/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

