Archive for the ‘SMF tutorial’ category

What is SMPP?

November 22nd, 2010

The Short Message Peer-to-Peer (SMPP) protocol is a telecommunications industry protocol for exchanging SMS messages between SMS peer entities such as short message service centers and/or External Short Messaging Entities. It is often used to allow third parties (e.g. value-added service providers like news organizations) to submit messages, often in bulk.

SMPP was originally designed by Aldiscon, a small Irish company that was later acquired by Logica (now split off and known as Acision). In 1999, Logica formally handed over SMPP to the SMPP Developers Forum, later renamed as The SMS Forum and now disbanded. The SMPP protocol specifications are still available through the website which also carries a notice stating that it will be taken down at the end of 2007. As part of the original handover terms, SMPP ownership has now returned to Acision due to the disbanding of the SMS forum.

The protocol is based on pairs of request/response PDUs (protocol data units, or packets) exchanged over OSI layer 4 (TCP session or X.25 SVC3) connections. PDUs are binary encoded for efficiency.

In SMPP terminology, two types of entities is defined, a Short Message Service Centre (SMSC), and an External Short Messaging Entity (ESME).

In simplistic terms, an SMSC manages SMS messages for a mobile operator network, delivering SMS messages to mobile phones.

An ESME is any other type of entity that wants to exchange SMS messages with these mobile subscribers.  In other words, it is any type of application or service that wants to be able to send and/or receive SMS messages. These applications or services are also often referred to as Value Added Services (VAS) or Value Added Service Providers (VASP).

The SMPP protocol is designed to facilitate the exchange of these SMS messages over the standard TCP/IP protocol. SMPP is designed to be fast and efficient to facilitate high volume reliable message exchange.

This page is designed to be a quick resource for more information on SMPP.  The following links provide more detailed information on specific issues or considerations regarding SMPP (especially for users of Now SMS):

The most commonly used versions of SMPP are v3.3, the most widely supported standard, and v3.4, which adds transceiver support (single connections that can send and receive messages). Data exchange may be synchronous, where each peer must wait for a response for each PDU being sent, and asynchronous, where multiple requests can be issued in one go and acknowledged in a skew order by the other peer. The latest version of SMPP is v5.0.

Simple Machines SMF Forum Tutorial

April 24th, 2010

If you have been keep tracking the open source development, you should have come across a popular name (YaBB), an open source forum board developed in Perl language, which can be a server resource hungry due to the nature of Perl language, while Perl remain a very useful language in the Unix world as system (server side utilities) scripting language, recent development of application programming language has much more spot light shining on on PHP / MySQL, that has led to a new born of Simple Machines Forum, a new successor of popular YaBB with a PHP / MySQL flavor.

Simple Machines Forum, or better known as SMF forum board, is built with a solid ground of user input and years of contribution from the past YaBB community. There are many free PHP forum board available, there are more popular choices than SMF such as phpBB, there are also free PHP forum boards that is yet to match the SMF.

The new SMF is not only stable, it is scalable, fast and require much less server resource thanks to the experience gain from the YaBB. if you are looking for a robust free PHP forum board for your large community, SMF is definitely a choice you should consider.

We have prepare some of the important documentations to get SMF running in your cpanel hosting account, feel free to go through the tutorials and setup a forum board to test out the power of SMF on your own.

What is a SMF?

April 20th, 2010

The SMF (Standard MIDI File) was developed to allow musicians and audio file developers to transfer their sequenced MIDI data from one software application to another. This file format lets users exchange music and data without regard to computer operating system platform. Today, there are many Web sites devoted to the sale and exchange of music data in the Standard MIDI File format.

There are two variations of the Standard MIDI File format, called Type 0 and Type 1. Both variations contain the same data, but the arrangement of the data within the file is different. Type 0 is a single track of data; Type 1 is multi-track. Many of the popular sequencing software packages available can import and export either type of file.

In the Type 0 Standard MIDI File, all data is saved to a single track without regard to its MIDI channel reference. The file plays normally, but accessing the individual components is a bit more difficult. If editing is needed, the user can open the Standard MIDI File in the application of choice and copy/paste individual channels of information manually as needed.

A Type 1 Standard MIDI File outputs a separate track for each MIDI channel in the original sequence. This format greatly simplifies editing once the sequence has been transferred from one sequencer to another.

Simple Machines SMF Forum Tutorial

April 20th, 2010

If you have been keep tracking the open source development, you should have come across a popular name (YaBB), an open source forum board developed in Perl language, which can be a server resource hungry due to the nature of Perl language, while Perl remain a very useful language in the Unix world as system (server side utilities) scripting language, recent development of application programming language has much more spot light shining on on PHP / MySQL, that has led to a new born of Simple Machines Forum, a new successor of popular YaBB with a PHP / MySQL flavor.

Simple Machines Forum, or better known as SMF forum board, is built with a solid ground of user input and years of contribution from the past YaBB community. There are many free PHP forum board available, there are more popular choices than SMF such as phpBB, there are also free PHP forum boards that is yet to match the SMF.

The new SMF is not only stable, it is scalable, fast and require much less server resource thanks to the experience gain from the YaBB. if you are looking for a robust free PHP forum board for your large community, SMF is definitely a choice you should consider.

We have prepare some of the important documentations to get SMF running in your cpanel hosting account, feel free to go through the tutorials and setup a forum board to test out the power of SMF on your own.

PHP Freelancer