<br>Hi all,<br><br>I have been working on developing a text messaging application that would enable communication between XO and cell phones (that does not have GPRS capability, which is quite common in developing countries).<br>
<br>The application will run on school server and will listen for incoming phone messages through a GSM modem/GSM AT compliant mobile phone, which  will then forward the message to a specific XO which is assumed to be connected to Jabber Server. (This is for the reception of messages from cell phone to XO via server)<br>
Also, an application that can be used for sending messages will be accessible over the network and can be used by children to send text messages to cell phones.<br><br>Development: Initially I thought of using Gnokii library, but later I decided to write a python application that uses AT commands for communicating with the modem down the serial line; this application being shareable over the network similar to pySMS. <br>
For reception: Get the list of all XOs connected to server using telepathy API and compare against the one in message (format being: name:message), and then send a XMPP message to it.<br><br>I will appreciate any development ideas and suggestions.<br>
<br>Thanks<br><br>Best,<br>Ankur Verma<br>