<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: SMS based applications</title>
	<atom:link href="http://mobiletidings.com/2009/03/05/sms-based-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobiletidings.com/2009/03/05/sms-based-applications/</link>
	<description>A blog about Internet protocols, mobile technologies and things remotely related</description>
	<lastBuildDate>Thu, 08 Jul 2010 10:13:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-1318</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Sat, 01 Aug 2009 18:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-1318</guid>
		<description>Jeroen:
By the same token, it is very easy to do what I usually do every day.
To have a simple but very practical chat room: works from computer to phones(My friends) via sms (NO GPRS).
I use one of those GNU tiny chat programs and have adapted it for sms.
Read sms -&gt; save file -&gt; end (Via cron every 3 minutes)
Read file -&gt; post at chat room -&gt; end(Via a refresh every 3 minutes
(From chat at computer to sms enabled phone)
(From sms enabled phone to computer)
Regards
Franco</description>
		<content:encoded><![CDATA[<p>Jeroen:<br />
By the same token, it is very easy to do what I usually do every day.<br />
To have a simple but very practical chat room: works from computer to phones(My friends) via sms (NO GPRS).<br />
I use one of those GNU tiny chat programs and have adapted it for sms.<br />
Read sms -&gt; save file -&gt; end (Via cron every 3 minutes)<br />
Read file -&gt; post at chat room -&gt; end(Via a refresh every 3 minutes<br />
(From chat at computer to sms enabled phone)<br />
(From sms enabled phone to computer)<br />
Regards<br />
Franco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-1254</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Fri, 10 Jul 2009 02:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-1254</guid>
		<description>Forgot -&gt;
Once the sms (1, etc) has been processed, it is inmediately erased with at+cmgd=1....
Regards
Franco</description>
		<content:encoded><![CDATA[<p>Forgot -&gt;<br />
Once the sms (1, etc) has been processed, it is inmediately erased with at+cmgd=1&#8230;.<br />
Regards<br />
Franco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-1251</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-1251</guid>
		<description>What I do is this -&gt;
Every 3 minutes I do a at+cmgl=&quot;all&quot;; the results are deposited in a text file and it looks like this -&gt;
+CMGL: 1,&quot;REC
UNREAD&quot;,&quot;+50587046235&quot;,,&quot;09/04/22,19:29:11+00&quot;,145,100
jeroen 190453 1
OK
With an aplication made in php I make sure that the sending phone is registered; which in this case is +5056046235 and then I read the third line which gives me three elements: user password and 1; this last element means that the user is asking to receive the headers for e-mail number one, which is in the inbox.
Once everything is confirmed I send an sms to same phone
with headers. Generally it takes about two concatenated sms to comply with the delivery.
I use imap.dll(php) to be able to manipulate mails!.
This last element could be a message to be sent to x or y e-mail address, etc etc.
There is practically NO limit as to what you can do; the trick is to be able to read the text file properly.

Regards
Franco</description>
		<content:encoded><![CDATA[<p>What I do is this -&gt;<br />
Every 3 minutes I do a at+cmgl=&#8221;all&#8221;; the results are deposited in a text file and it looks like this -&gt;<br />
+CMGL: 1,&#8221;REC<br />
UNREAD&#8221;,&#8221;+50587046235&#8243;,,&#8221;09/04/22,19:29:11+00&#8243;,145,100<br />
jeroen 190453 1<br />
OK<br />
With an aplication made in php I make sure that the sending phone is registered; which in this case is +5056046235 and then I read the third line which gives me three elements: user password and 1; this last element means that the user is asking to receive the headers for e-mail number one, which is in the inbox.<br />
Once everything is confirmed I send an sms to same phone<br />
with headers. Generally it takes about two concatenated sms to comply with the delivery.<br />
I use imap.dll(php) to be able to manipulate mails!.<br />
This last element could be a message to be sent to x or y e-mail address, etc etc.<br />
There is practically NO limit as to what you can do; the trick is to be able to read the text file properly.</p>
<p>Regards<br />
Franco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-1239</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Thu, 09 Jul 2009 03:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-1239</guid>
		<description>Good idea.

So you use AT+CMGL and AT+CMGR to read your SMS inbox every 3 minutes?

Jeroen</description>
		<content:encoded><![CDATA[<p>Good idea.</p>
<p>So you use AT+CMGL and AT+CMGR to read your SMS inbox every 3 minutes?</p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-1238</link>
		<dc:creator>Franco</dc:creator>
		<pubDate>Thu, 09 Jul 2009 02:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-1238</guid>
		<description>Jeroen:
You can also check your e-mail headers and receive sms. if headers do not fit a normal sms, you can send a concatenated sms of up to 500 ascii characters.
I do this with a cron that is checking for sms messages every 3 minutes. All this I do it in text mode!.
Mainly, users, send name and password and the php aplication responds with headers of each message. ETC.
Regards
franco.</description>
		<content:encoded><![CDATA[<p>Jeroen:<br />
You can also check your e-mail headers and receive sms. if headers do not fit a normal sms, you can send a concatenated sms of up to 500 ascii characters.<br />
I do this with a cron that is checking for sms messages every 3 minutes. All this I do it in text mode!.<br />
Mainly, users, send name and password and the php aplication responds with headers of each message. ETC.<br />
Regards<br />
franco.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josep</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/comment-page-1/#comment-411</link>
		<dc:creator>Josep</dc:creator>
		<pubDate>Wed, 08 Apr 2009 11:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/#comment-411</guid>
		<description>Como puedo leer la notificacion de un mensaje enviado?

How reading the notification of the message that I send? in format PDU</description>
		<content:encoded><![CDATA[<p>Como puedo leer la notificacion de un mensaje enviado?</p>
<p>How reading the notification of the message that I send? in format PDU</p>
]]></content:encoded>
	</item>
</channel>
</rss>
