<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SMS Gateway Project</title>
	<atom:link href="http://smsgatewayproject.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smsgatewayproject.wordpress.com</link>
	<description>A cheap way of providing SMS Gateway Solutions for internet services</description>
	<lastBuildDate>Thu, 31 May 2007 08:53:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='smsgatewayproject.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SMS Gateway Project</title>
		<link>http://smsgatewayproject.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://smsgatewayproject.wordpress.com/osd.xml" title="SMS Gateway Project" />
	<atom:link rel='hub' href='http://smsgatewayproject.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The javax.comm for Serial Communications</title>
		<link>http://smsgatewayproject.wordpress.com/2007/05/31/the-javaxcomm-for-serial-communications/</link>
		<comments>http://smsgatewayproject.wordpress.com/2007/05/31/the-javaxcomm-for-serial-communications/#comments</comments>
		<pubDate>Thu, 31 May 2007 08:41:31 +0000</pubDate>
		<dc:creator>Yearbook Editor</dc:creator>
				<category><![CDATA[SMS Project]]></category>

		<guid isPermaLink="false">http://smsgatewayproject.wordpress.com/2007/05/31/the-javaxcomm-for-serial-communications/</guid>
		<description><![CDATA[When deciding what language to use in making the SMS Gateway, I decided to use the Java since it supports most of the functionalities I need. I am not an expert in this language. It was just last semester that I learned this language from our Computer Applications subject. Since I already know how to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=8&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When deciding what language to use in making the SMS Gateway, I decided to use the Java since it supports most of the functionalities I need.  I am not an expert in this language.  It was just last semester that I learned this language from our Computer Applications subject.  Since I already know how to use MySQL in a Java Application, interfacing the SMS to Web would now be a lot easier.  But again, I face the problem on how to make my Java Application talk with my phone.</p>
<p>Going back to what we did on my previous post, I have reduced the problem on how would my Java Application listen on COM5.  I have already established the COM5 on my phone (and seen it working), well that narrows the complications of finding my solution.</p>
<p>Since I am aware that my application would be listening to COM5, I tried to look for an extension for my Application.  I found the <a href="http://www.sun.com/download/products.xml?id=43208d3d">javax.comm</a> Java extension publicly distributed for free by <a href="http://www.sun.com/aboutsun/index.html">Sun Microsystems</a>.  The extension versions that I found first was for the Solaris systems (which obviously won&#8217;t work on my XP).</p>
<blockquote><p>COMM API (javax.comm) is a Java extension providing access to RS-232 serial ports and IEEE-1284 parallel ports (SPP mode)</p></blockquote>
<p>Trying to dig the net for a copy of a javax.comm for Windows, I found it <a href="https://sdlc5b.sun.com/ECom/EComActionServlet;jsessionid=F7A5583BC4766F18E9FB9F125AE7DA3F">here</a>.  It&#8217;s the version 2.0 of the COMM API made for third party environments like windows.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smsgatewayproject.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smsgatewayproject.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smsgatewayproject.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smsgatewayproject.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smsgatewayproject.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=8&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smsgatewayproject.wordpress.com/2007/05/31/the-javaxcomm-for-serial-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ab0bf8ef9d5674fcb31f85d1394f8ba?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yearbookeditor</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning the AT Commands</title>
		<link>http://smsgatewayproject.wordpress.com/2007/05/31/learning-the-at-commands/</link>
		<comments>http://smsgatewayproject.wordpress.com/2007/05/31/learning-the-at-commands/#comments</comments>
		<pubDate>Thu, 31 May 2007 06:59:47 +0000</pubDate>
		<dc:creator>Yearbook Editor</dc:creator>
				<category><![CDATA[SMS Project]]></category>

		<guid isPermaLink="false">http://smsgatewayproject.wordpress.com/2007/05/31/learning-the-at-commands/</guid>
		<description><![CDATA[AT Commands are commands used by devices equipped with modems. The AT prefix (also known as the Attention Code), signals the modem that one or more commands are to follow. These commands are industry standard language used to communicate with the modem. A modem is always either in the command mode, or the on-line mode. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=7&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>AT Commands are commands used by devices equipped with modems.  The AT prefix (also known as the Attention Code), signals the modem that one or more commands are to follow. These commands are industry standard language used to communicate with the modem. A modem is always either in the command mode, or the on-line mode. The modem starts up in command mode when it is first switched on. Commands are only accepted by the modem when it is in command mode. Commands input when the modem is on-line, are treated as data, not as commands. Commands may be entered from the terminal mode of most communications software packages.</p>
<p>Settings made via AT commands are automatically reused by the modem until another command is received to change them, or the modem is turned off.</p>
<p>For the project&#8217;s case, I am using a Sony Ericsson K608i which is equiped with a built-in modem which can be accessed via Bluetooth, Infrared, USB Cable or RS232 Connection.  But since of availability concerns, I would be using a Bluetooth device for accessing the modem.</p>
<p><a href="http://developer.sonyericsson.com/getDocument.do?docId=65054"> AT Commands for Sony Ericsson</a> can access almost all phone services available for your mobile phone.   From sending and receiving text messages to creating custom menus. All of these commands are published by Sony Ericsson in their <a href="http://developer.sonyericsson.com/getDocument.do?docId=65054">Developer&#8217;s Guidelines for AT Command</a>.  Just to introduce some basics on how these work, a HyperTerminal in Microsoft Windows can be used to explore the built-in phone modem.<br />
<strong>The Set-Up</strong></p>
<p>Most Bluetooth devices have a capacity to create a Serial Communication Port (COM) which can be used by another Bluetooth Device to connect to the computer.  By creating a COM for the mobile phone, we can easily access the modem through the program called HyperTerminal.  For this case, I created reserved COM5 for my mobile phone.</p>
<p><strong>Running the HyperTerminal</strong></p>
<p>HyperTerminal can be accessed from Windows XP by clicking Start &gt;  All Programs &gt; Accessories &gt; Communications &gt;<strong>HyperTerminal</strong><br />
A detailed instruction on running the HyperTerminal can be found <a href="http://www.developershome.com/sms/howToUseHyperTerminal.asp">here</a>.</p>
<p><strong>Testing AT Commands</strong></p>
<p>Once the device is connected through COM5, we can now access the phone&#8217;s mode. The following command should be used in testing the working condition of the phone&#8217;s modem.</p>
<blockquote><p>AT <em>&lt;enter&gt;</em><br />
OK          (you should get this reply to see if the modem supports the AT Commands)<br />
AT*<em>&lt;enter&gt;</em><br />
(a list of all available AT commands will appear after the return key is hit)</p></blockquote>
<p>For a complete list of the AT Commands available  for Sony Ericsson Phones, please check the <a href="http://developer.sonyericsson.com/getDocument.do?docId=65054">Developer&#8217;s Guidelines for AT Command.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smsgatewayproject.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smsgatewayproject.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smsgatewayproject.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smsgatewayproject.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smsgatewayproject.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=7&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smsgatewayproject.wordpress.com/2007/05/31/learning-the-at-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ab0bf8ef9d5674fcb31f85d1394f8ba?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yearbookeditor</media:title>
		</media:content>
	</item>
		<item>
		<title>The Work Plan</title>
		<link>http://smsgatewayproject.wordpress.com/2007/05/19/the-work-plan/</link>
		<comments>http://smsgatewayproject.wordpress.com/2007/05/19/the-work-plan/#comments</comments>
		<pubDate>Sat, 19 May 2007 02:42:34 +0000</pubDate>
		<dc:creator>Yearbook Editor</dc:creator>
				<category><![CDATA[SMS Project]]></category>

		<guid isPermaLink="false">http://smsgatewayproject.wordpress.com/2007/05/19/the-work-plan/</guid>
		<description><![CDATA[We should first know how the system works before we could start working on it.  From this, I have designed the data flow for the SMS Gateway that I am going to make. SMS &#62; Phone &#62; Bluetooth &#62; COM &#62; JAVA &#62; MySQL &#62; PHP &#62; Web The first stage starts when the incoming [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=6&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We should first know how the system works before we could start working on it.  From this, I have designed the data flow for the SMS Gateway that I am going to make.</p>
<p>SMS &gt; Phone &gt; Bluetooth &gt; COM &gt; JAVA &gt; MySQL &gt; PHP &gt; Web</p>
<p>The first stage starts when the incoming SMS Message enters the phone.  The SMS Message should be delivered to the PC via bluetooth (COM).   From the bluetooth device, an application would interpret the message and save the decoded message in a MySQL Database.  A PHP Script would fetch messages from a MySQL Database and publish it to the Web.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smsgatewayproject.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smsgatewayproject.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smsgatewayproject.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smsgatewayproject.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smsgatewayproject.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=6&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smsgatewayproject.wordpress.com/2007/05/19/the-work-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ab0bf8ef9d5674fcb31f85d1394f8ba?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yearbookeditor</media:title>
		</media:content>
	</item>
		<item>
		<title>Dissecting the SMS</title>
		<link>http://smsgatewayproject.wordpress.com/2007/05/17/dissecting-the-sms/</link>
		<comments>http://smsgatewayproject.wordpress.com/2007/05/17/dissecting-the-sms/#comments</comments>
		<pubDate>Thu, 17 May 2007 11:27:59 +0000</pubDate>
		<dc:creator>Yearbook Editor</dc:creator>
				<category><![CDATA[SMS Project]]></category>

		<guid isPermaLink="false">http://smsgatewayproject.wordpress.com/2007/05/17/dissecting-the-sms/</guid>
		<description><![CDATA[Where to start? The source. Since this project primarily deals with Short Message Service (SMS), it is a must that we should learn what makes up an SMS. According to the European Telecommunications Standards Insitute (documented as GSM 3.40 and 3.38), an SMS Message can be up to 160 characters in length, where each character [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=5&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Where to start? The source.  Since this project primarily deals with <a href="http://en.wikipedia.org/wiki/Short_message_service">Short Message Service</a> (SMS), it is a must that we should learn what makes up an SMS.</p>
<p>According to the <a href="http://www.etsi.org">European Telecommunications Standards Insitute</a> (documented as GSM 3.40 and 3.38),  an SMS Message can be up to 160 characters in length, where each character is 7 bits according to the  <em> 7-bit default alphabet</em>.</p>
<p>There are two ways of sending and receiving SMS messages, either by text mode or by PDU (protocol description unit) mode.  The text mode, which is not supported by most phones, is a stream of bits represented by the PDU mode.  Along with the messages sent or received are meta information needed by the source and destination in processing and interpreting the messages sent and received.  Meta information such as the sender&#8217;s mobile number, sms center number, timestamp, etc are contained in a part of the PDU bit stream.</p>
<p>More information about SMS and PDU format is provided <a href="http://www.dreamfabric.com/sms/">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smsgatewayproject.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smsgatewayproject.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smsgatewayproject.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smsgatewayproject.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smsgatewayproject.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=5&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smsgatewayproject.wordpress.com/2007/05/17/dissecting-the-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ab0bf8ef9d5674fcb31f85d1394f8ba?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yearbookeditor</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Genesis</title>
		<link>http://smsgatewayproject.wordpress.com/2007/05/16/project-genesis/</link>
		<comments>http://smsgatewayproject.wordpress.com/2007/05/16/project-genesis/#comments</comments>
		<pubDate>Wed, 16 May 2007 14:15:26 +0000</pubDate>
		<dc:creator>Yearbook Editor</dc:creator>
				<category><![CDATA[SMS Project]]></category>

		<guid isPermaLink="false">http://smsgatewayproject.wordpress.com/2007/05/16/project-genesis/</guid>
		<description><![CDATA[I was asked to create a system in which a user can easily integrate GSM Communication with Web Services. The first goal is to publish content to web by sending and SMS from a mobile phone. This can be done by storing the SMS data into a MySQL Database where a web application can easily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=3&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was asked to create a system in which a user can easily integrate GSM Communication with Web Services.  The first goal is to publish content to web by sending and SMS from a mobile phone.   This can be done by storing the SMS data into a MySQL Database where a web application can easily utilize such information.</p>
<p>I was faced with several options in giving a solution to this problem.  First, is to make use of the local Service Provider&#8217;s API for such services wherein it would cost a lot and not to mention the trouble of having to sign contracts and legal papers for such service.  Second is to purchase a software like <a href="http://www.oxygensoftware.com/" title="Oxygen Software" target="_blank">Oxygen Software</a> which can be used to access the SMS, MMS, Phonebook and other mobile phone services.  But this kind of application would cost us € 500.00.  The third option is to purchase a commercial SMS Gateway like <a href="http://www.ozeki.hu/" title="Ozeki" target="_blank">Ozeki</a> which can easily integrate SMS Functionality in several application environments.</p>
<p>From the third option, an idea of creating a similar application hit me.  Ozeki is just a normal application which was designed to perform services of an SMS Gateway used by GSM Service Providers.  If a computer can communicate with a mobile phone in realtime, every data received by the mobile phone could easily be manipulated by the computer.  These data can be used in delivering services such as the SMS to Web functionality.  The next problem is determining where to start.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smsgatewayproject.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smsgatewayproject.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smsgatewayproject.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smsgatewayproject.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smsgatewayproject.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smsgatewayproject.wordpress.com&amp;blog=1173661&amp;post=3&amp;subd=smsgatewayproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smsgatewayproject.wordpress.com/2007/05/16/project-genesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ab0bf8ef9d5674fcb31f85d1394f8ba?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yearbookeditor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
