Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.327.292 Times

Net::SMPP 1.11

  Date Added: September 05, 2010  |  Visits: 1.688

Net::SMPP

Report Broken Link
Printer Friendly Version


Product Homepage
Download (247 downloads)



Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). Net::SMPP module is applicable to both european GSM and american CDMA based systems. The SMPP protocol is documented at www.smpp.org This module aims at fully implementing version 3.4 of the protocol. This module also implements 4.0 and aims to support it fully as well. The 4.0 code is based on documentation freely obtained from Logica (i.e. not under NDA). (It seems 4.0 is only in use in Japan - the rest of the world seems to use 3.4.) Symlabs (www.symlabs.com) uses this module in real life product development. Despite our commercial objectives, we have decided to make this module available to public in the belief that - someone else will benefit from it and thus will help us debug and improve it - we promote better sharing of information about specifications and commonly encountered usage patterns (which may not always be 100% in spec) - open distribution protects our clients interests We are committed to keep this module under license substantially similar to the one under which the present release is offered and hope this will encourage contribution from the community. If you need other licensing arrangements, we as copyright holders are willing to accommodate you..

Requirements: No special requirements
Platforms: Linux
Keyword: Implementation Message Module Netsmpp Peer Peer To Peer To Peer Peer To Peer Protocol Protocol Short Short Message Short Message Peer To Peer Short Message Peer To Peer Protocol Smpp Tcp
Users rating: 0/10

License: Freeware Size: 46.08 KB
USER REVIEWS
More Reviews or Write Review


NET::SMPP RELATED
Modules  -  Administrator Warning 6.x-1.0
This is a simple module which allows you to show site administrators a configurable warning message above most forms on the site, reminding them that they are logged in to the live site as administrators, not regular users.It can be used to help...
10 KB  
Libraries  -  PDL::Graphics::AquaTerm 0.02
PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255;...
8.19 KB  
Libraries  -  Net::DHCP::Packet 0.66
Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0);...
21.5 KB  
Libraries  -  Noid 0.424
Noid is a Perl module that contains routines to mint and manage nice opaque identifiers. SYNOPSIS use Noid; # import routines into a Perl script $dbreport = Noid::dbcreate( # create minter database & printable $dbdir, $contact, # report on...
133.12 KB  
Web Authoring  -  PPV Video Chat Script Module for Joomla 1.5
Module for Joomla users to access ppv video chat powered by Video Girls BiZ . This software must be installed on a folder on the same website. Video Girls BiZ is a website software suite, containing all software and scripts required to power a...
10.24 KB  
Modules  -  Term message 5.x--beta 1.0
This module can be used to save deprecated nodes from deletion.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
Modules  -  Module Paths 1.0
A module developer that has to maintain different branches of the same module typically has CVS checkouts of those branches in directories like foo-DRUPAL-5, foo-DRUPAL-5--2, foo-HEAD. This module provides a block (and page) that displays the path...
 
Modules  -  TrustCommerce Payment Module 2.01
This new payment module allows osCommerce sites to integrate with the TrustCommerce payment engine. It relies on the TCLink credit card processing API, available at homepage
 
Modules  -  VolPay International Payment Module 1.0
This payment module will enable you to accept payments using the VolPay International Merchant account system. www.volpay.com
 
Modules  -  VXSBill Payment Module 1.2
This payment module provides a mean to take payments through the VXSbill (homepage payment system. Note that to use this module, cURL must be available on your system as this is the means through which background posts to the VXS system are made....
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB