Posts Tagged ‘Programming’

WapSiteI have been long enough had desire to make website which can be accessed by using browser handphone or its clearer that is wapsite and finally finish also care of http://wap.teknisoft.net but not yet I have time to upload because host server run out of bandwith, possible next month newly can upload. Oh ya for you want to develop program wapsite by using Wireless Application Protocol ( WAP) and PHP, that is clear just easy to your webserver have to support for wapsite, as for if we like to the configuraton xself your webserver apache so that can support type of extensions program which can be used for wap, by giving parameter addition expressing support for WAP. the extensions program WAP Used for example is . wml, . wbmp, . wmls, or . php. Now, to start how to configuraton of webserver apache in order to can support WAP, that is by giving additional parameter at file httpd.conf , upon which practice now you can try configuraton of file of httpd.conf of your computer as for step is the following: Read the rest of this entry »

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,

12
May

Tutorial SMS Gateway

   Posted by: DK    in Borland Delphi, Mobile

One problem of SMS messaging is that SMSCs developed by different companies use their own communication protocol and most of these protocols are proprietary. For example, Nokia has an SMSC protocol called CIMD whereas another SMSC vendor, CMG, has an SMSC protocol called EMI. We cannot connect two SMSCs if they do not support a common SMSC protocol. To deal with this problem, an SMS gateway is placed between two SMSCs. This is illustrated in the following figure. The SMS gateway acts as a relay between the two SMSCs. It translates one SMSC protocol to another one. This way can be used by two different wireless carriers to interconnect their SMSCs for purposes such as enabling the exchange of inter-operator SMS messages.

Figure 1. An SMS gateway acts as a relay between two SMS centers.


Besides wireless carriers, content providers and SMS application developers may also find an SMS gateway useful. Let’s consider the following situation. Suppose you are the developer of an SMS text messaging application. To send and receive SMS text messages on your server, one way is to connect to the SMSCs of the wireless carriers. Different wireless carriers may use SMSCs from different vendors, which means your SMS text messaging application may need to support multiple SMSC-specific protocols. (This is illustrated in the following figure). As a result, the SMS text messaging application’s complexity and development time increases. Read the rest of this entry »

  • Share/Bookmark

Tags: , ,