<?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>tazzix.com &#187; wateen</title>
	<atom:link href="http://tazzix.com/wp/tag/wateen/feed/" rel="self" type="application/rss+xml" />
	<link>http://tazzix.com/wp</link>
	<description>Mobile Development Anyone?</description>
	<lastBuildDate>Tue, 01 Jun 2010 11:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wateen keep alive without pc software</title>
		<link>http://tazzix.com/wp/2009/08/24/wateen-keep-alive-without-pc-software/</link>
		<comments>http://tazzix.com/wp/2009/08/24/wateen-keep-alive-without-pc-software/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:24:07 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[LifeBlog]]></category>
		<category><![CDATA[ddwrt]]></category>
		<category><![CDATA[wateen]]></category>
		<category><![CDATA[WIFI]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2009/08/24/wateen-keep-alive-without-pc-software/</guid>
		<description><![CDATA[ Here is a simple solution to keep alive a wateen connection if you are using a WIFI router, which are getting common with the rise of WIFI capable cell phones and devices.

Most wifi routers can be easily flashed to run this opensource linux operating system dd-wrt www.dd-wrt.com which transforms your cheap wifi router into a [...]]]></description>
			<content:encoded><![CDATA[<p class="pp_item" align="left"> Here is a simple solution to keep alive a wateen connection if you are using a WIFI router, which are getting common with the rise of WIFI capable cell phones and devices.</p>
<p class="pp_item" align="center"><img src="http://static.pixelpipe.com/2e828651-082e-43d7-8514-e2f3e2568669_b.jpg" style="max-width: 100%" /></p>
<p class="pp_item" align="left">Most wifi routers can be easily flashed to run this opensource linux operating system dd-wrt www.dd-wrt.com which transforms your cheap wifi router into a high end networking equipment. I used a dlink dir-300 worth around Pak Rs. 3500/-</p>
<p class="pp_item" align="center"><img src="http://static.pixelpipe.com/fc945aac-0da9-47e6-b151-3c6005f34f69_b.jpg" style="max-width: 100%" /></p>
<p class="pp_item" align="left">Simply locate cron configuration under administration and configure as shown, now you can connect from any wireless device to find your internet always working as it is supposed to be. Without having a PC to run a software to keep the connection alive. =)</p>
<p class="pp_item" align="center">&nbsp;</p>
<p class="pp_item" align="left">The text in the box is:</p>
<pre class="pp_item" align="left">*/5 * * * * root wget -q -O /dev/null http://10.16.6.16/status &gt; /tmp/wget1.log
*/20 * * * * root wget -q -O /dev/null http://www.google.com.pk &gt; /tmp/wget2.log</pre>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2009/08/24/wateen-keep-alive-without-pc-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeepAlive your Wateen WiMAX connection</title>
		<link>http://tazzix.com/wp/2008/03/17/keepalive-your-wateen-wimax-connection/</link>
		<comments>http://tazzix.com/wp/2008/03/17/keepalive-your-wateen-wimax-connection/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 04:18:31 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[wateen]]></category>
		<category><![CDATA[wimax]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2008/03/17/keepalive-your-wateen-wimax-connection/</guid>
		<description><![CDATA[For all Wateen WiMAX users out there in Pakistan, this small desktop utility will keep you logged in without having to relogin or to find out that your connection was down while you were trying to do something and gave up on it. It is very simple and just uses the web interface to log [...]]]></description>
			<content:encoded><![CDATA[<p>For all Wateen WiMAX users out there in Pakistan, this small desktop utility will keep you logged in without having to relogin or to find out that your connection was down while you were trying to do something and gave up on it. It is very simple and just uses the web interface to log in and check uploaded and downloaded bytes which are shown on the screen, the green / red square is a status check to see if the connection is up or not. You have to define preferences for username, password, always autologin, and refresh time in seconds. Tested on Windows XP, Ubuntu 7.10, MacOS Tiger.<br />
I also have a J2ME version to be used on WIFI enabled cell phones / PDAs but currently no preference changes are implemented so can not make it available for download, if I get more than 10 comments here asking for it, I&#8217;ll take out some time to implement it.</p>
<p>Download the desktop version here:</p>
<div style="float: right; width: 200px; margin: 10px; text-align: center">
	<p><a rel="nofollow" title="Download version 0.1 of WateenWiMaxKeepAlive.zip" href="http://tazzix.com/wp/dload/WateenWiMaxKeepAlive.zip"><img src="http://tazzix.com/wp/wp-content/plugins/drain-hole/images/download.png" alt="download" width="128" height="128"/></a></p>

	<table class="download">
		<tr>
			<th>Download:</th>
			<td><a rel="nofollow" title="Download version 0.1 of WateenWiMaxKeepAlive.zip" href="http://tazzix.com/wp/dload/WateenWiMaxKeepAlive.zip">WateenWiMaxKeepAlive.zip</a></td>
		</tr>
		<tr>
			<th>Version:</th>
			<td>0.1</td>
		</tr>
		<tr>
			<th>Updated:</th>
			<td>March 16, 2008</td>
		</tr>
		<tr>
			<th>Size:</th>
			<td>190.42 KB</td>
		</tr>
	</table>
	
	<br/><small>Powered by <a href="http://urbangiraffe.com/plugins/drain-hole/">Drain Hole</a></small></div>

<p>Screenshot for eye candy (click on image for full version):</p>
<p><a href="http://tazzix.com/wp/wp-content/uploads/2008/03/wateenmanager.JPG" title="Wateen WiMAX KeepAlive"><img src="http://tazzix.com/img.php?img=wp/wp-content/uploads/2008/03/wateenmanager.JPG" alt="Wateen WiMAX KeepAlive" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2008/03/17/keepalive-your-wateen-wimax-connection/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
