gsm sms nbs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 121
GSM::SMS::NBS 0.162
GSM::SMS::NBS is a API for sending and receiving SMS messages. more>>
GSM::SMS::NBS is a API for sending and receiving SMS messages.
SYNOPSIS
use GSM::SMS::NBS;
my $nbs = GSM::SMS::NBS->new;
$nbs->sendRTTTL(+32475000000, $rtttl_string);
$nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, gif);
$nbs->sendOperatorLogo_file($msisdn, $countrycode, $operatorcode, $file);
$nbs->sendGroupGraphic_b64($msisdn, $b64, png);
$nbs->sendGroupGraphic_file($msisdn, $file);
$nbs->sendVCard($msisdn, $lastname, $firstname, $phonenumber);
$nbs->sendConfig(....);
$nbs->sendSMSTextMessage($msisdn, $message, $multipart);
...
my $originatingaddress;
my $message;
my $timestamp;
my $transportname;
my $port;
my $blocking = GSM::SMS::NBS::RECEIVE::BLOCKING;
$nbs->receive( $originatingaddress,
$message,
$timestamp,
$transportname,
$port,
$blocking
);
print "I got a message from $originatingaddressn";
This module is a facade for the GSM::SMS package. It provides an easy API for sending and receiving SMS messages.
<<lessSYNOPSIS
use GSM::SMS::NBS;
my $nbs = GSM::SMS::NBS->new;
$nbs->sendRTTTL(+32475000000, $rtttl_string);
$nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, gif);
$nbs->sendOperatorLogo_file($msisdn, $countrycode, $operatorcode, $file);
$nbs->sendGroupGraphic_b64($msisdn, $b64, png);
$nbs->sendGroupGraphic_file($msisdn, $file);
$nbs->sendVCard($msisdn, $lastname, $firstname, $phonenumber);
$nbs->sendConfig(....);
$nbs->sendSMSTextMessage($msisdn, $message, $multipart);
...
my $originatingaddress;
my $message;
my $timestamp;
my $transportname;
my $port;
my $blocking = GSM::SMS::NBS::RECEIVE::BLOCKING;
$nbs->receive( $originatingaddress,
$message,
$timestamp,
$transportname,
$port,
$blocking
);
print "I got a message from $originatingaddressn";
This module is a facade for the GSM::SMS package. It provides an easy API for sending and receiving SMS messages.
Download (0.063MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1185 downloads
GaimSMS 0.1
GaimSMS is a Gaim plugin which will forward all incoming IMs to a mobile phone number via SMS when you are idle. more>>
GaimSMS is a Gaim plugin which will forward all incoming IMs to a mobile phone number via SMS when you are idle. At present it only works with SprintPCS phones, however it should be possible to add support for other SMS gateways easily. (I have since learned that SprintPCS phones dont actually support SMS, its some ghetto imitation of SMS).
I am presently looking for an easy way to add SMS support for other phone networks and have come across a couple of different ways to reuse some already written code, but both would involve switching to perl or calling Perl code from C (which I have learned is possible). One is the WWW::SMS perl module which a reader commented on my blog entry for today, the other is to borrow some code from the cellaim project.
Short Guide to install gaimsms (this has been tested with libcurl2 7.10.5 and gaim 0.64).
IT DOES NOT BUILD AGAINST gaim 0.66 for reasons the author does not comprehend
1. Place gaimsms.c in the plugins directory of a copy of the gaim source.
2. Run ./configure on your copy of the gaim source if you havent already.
3. Modify the Makefile in the plugins/ directory in the following way:
add -lcurl to your LIBS line so that it looks something like this:
LIBS = -lcurl
4. Run make gaimsms.so
5. Copy gaimsms.so to your gaim plugins directory (either /usr/local/lib/gaim
or /usr/lib/gaim )
6. Select it from the list of plugins during runtime and add your phone number
<<lessI am presently looking for an easy way to add SMS support for other phone networks and have come across a couple of different ways to reuse some already written code, but both would involve switching to perl or calling Perl code from C (which I have learned is possible). One is the WWW::SMS perl module which a reader commented on my blog entry for today, the other is to borrow some code from the cellaim project.
Short Guide to install gaimsms (this has been tested with libcurl2 7.10.5 and gaim 0.64).
IT DOES NOT BUILD AGAINST gaim 0.66 for reasons the author does not comprehend
1. Place gaimsms.c in the plugins directory of a copy of the gaim source.
2. Run ./configure on your copy of the gaim source if you havent already.
3. Modify the Makefile in the plugins/ directory in the following way:
add -lcurl to your LIBS line so that it looks something like this:
LIBS = -lcurl
4. Run make gaimsms.so
5. Copy gaimsms.so to your gaim plugins directory (either /usr/local/lib/gaim
or /usr/lib/gaim )
6. Select it from the list of plugins during runtime and add your phone number
Download (0.011MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1226 downloads
GNOME SmsSend 1.7
GNOME SmsSend provides a GNOME interface to SmsSend. more>>
GNOME SmsSend provides a GNOME interface to SmsSend.
GNOME SmsSend is a user interface to SmsSend, a tool which allows you to send short messages to any GSM through the providers Web sites.
GNOME SmsSend detects the provider script files in the default locations and creates a small user interface for each one.
When you click on the "Apply" button, it will exececute smssend with the proper options.
Enhancements:
- updated for smssend-2.9
- updated spanish po file
- added callback to window destroy event
- updated RPM spec file with some translations
- updated italian po file
- updated spec file to install HELP files
- added creation of user pref dir if it didnt exists
- orrected a bug when scanning $HOME for scripts: the ~/.smssend directory was added to the list of scripts
<<lessGNOME SmsSend is a user interface to SmsSend, a tool which allows you to send short messages to any GSM through the providers Web sites.
GNOME SmsSend detects the provider script files in the default locations and creates a small user interface for each one.
When you click on the "Apply" button, it will exececute smssend with the proper options.
Enhancements:
- updated for smssend-2.9
- updated spanish po file
- added callback to window destroy event
- updated RPM spec file with some translations
- updated italian po file
- updated spec file to install HELP files
- added creation of user pref dir if it didnt exists
- orrected a bug when scanning $HOME for scripts: the ~/.smssend directory was added to the list of scripts
Download (0.35MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
965 downloads
SideSMS 1.0
SideSMS use italian gateways for sending SMS. more>>
SideSMS sends SMS trought Italian sites and if requests works as interface for smssend.
SideSMS use italian gateways for sending SMS. Its multiplatform. SideSMS has a lot of features for sending and managing sms and accounts.
<<lessSideSMS use italian gateways for sending SMS. Its multiplatform. SideSMS has a lot of features for sending and managing sms and accounts.
Download (0.083MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1113 downloads
MoioSMS 2.13
MoioSMS is a Python script to automatically send SMS from Internet sites. more>>
MoioSMS is a Python script to automatically send SMS from Internet sites. MoioSMS features a plugin-like architecture that enables it to support easily new sites. At the moment, only the Italian language is supported.
Enhancements:
- Callwave support and international number support were added.
- Ubuntu debs were added.
- GNOME Deskbar support was added and bugs were fixed.
<<lessEnhancements:
- Callwave support and international number support were added.
- Ubuntu debs were added.
- GNOME Deskbar support was added and bugs were fixed.
Download (0.017MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
813 downloads
SMoS 0.3
SMoS can be used in conjunction with procmail and mail2sms to compact and redirect your mail to your mobile phone. more>>
SMoS stands for Send Messages over SMS and can be used in conjunction with procmail and mail2sms to compact and redirect your mail to your mobile phone.
It only uses netcat and is able to set Referrer, Content-length and Host headers for virtual hosts.
Youll have to add you favorite SMS service provider yourself.
Source and binary (noarch) RPM-packages can be created by issuing:
# rpm -ta --target noarch smos-x.y.tar.gz
<<lessIt only uses netcat and is able to set Referrer, Content-length and Host headers for virtual hosts.
Youll have to add you favorite SMS service provider yourself.
Source and binary (noarch) RPM-packages can be created by issuing:
# rpm -ta --target noarch smos-x.y.tar.gz
Download (0.011MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1131 downloads
Alamin GSM SMS Gateway 0.3.7
Alamin GSM SMS Gateway provides a SMS-to-SMSQP/SMTP gateway and client to send SMS from an IP client. more>>
Alamin GSM SMS Gateway provides a SMS-to-SMSQP/SMTP gateway and client to send SMS from an IP client.
Alamin GSM SMS Gateway is a gateway for exchanging messages between GSM and IP networks.
The main objective of the gateway is to provide a reliable delivery service and conversion in both directions in order to extend to the GSM network the functions of IP-based applications.
To make an analogy, its like a web server for HTML pages. They need the web server and provide it with content. The Alamin Gateway paves the way for all types of mobile applications on GSM using SMS messages. One very common use for the gateway is to send an alarm from a computer network to its system administrators. Another is the currently common apps showing tv viewers comments on tv programs.
Currently, the connection to the gateway from the IP network can be achieved using SMSQP (11201), the native protocol of the gateway for sending messages and managing the queue. The SMSQP protocol can be used directly or through the "gsgc" client. Implementing a SMTP interface is easy configuring your MTA for calling a script that prepares the message and calls "gsgc".
The connection between the gateway and the GSM network can be realized through a GSM modem or through a telephone supported by the project Gnokii. A SMPP connector is being developed these days.
At present, only GSM modems can be used in "text" mode. In the future, "pdu" mode will also be supported. Not all devices support both modes, so that you will have to read the manual of your mobile telephone or GSM modem and consult the GSM devices page.
Alamin is developed on Debian GNU/Linux but runs almost in all perl enabled systems.
Enhancements:
- smtp interface has been removed, it was buggy and not fully implemented.
- SMPP interface for sending and receiving messages, both connectors are in own daemons, outside the core module and the message dispatcher.
- SMPP interface uses the Net::SMPP perl module.
- It has been tested onlywith mblox servers.
- MySQL interface for inserting records from received messages and send messages in a table.
- New config files are in perl script format.
<<lessAlamin GSM SMS Gateway is a gateway for exchanging messages between GSM and IP networks.
The main objective of the gateway is to provide a reliable delivery service and conversion in both directions in order to extend to the GSM network the functions of IP-based applications.
To make an analogy, its like a web server for HTML pages. They need the web server and provide it with content. The Alamin Gateway paves the way for all types of mobile applications on GSM using SMS messages. One very common use for the gateway is to send an alarm from a computer network to its system administrators. Another is the currently common apps showing tv viewers comments on tv programs.
Currently, the connection to the gateway from the IP network can be achieved using SMSQP (11201), the native protocol of the gateway for sending messages and managing the queue. The SMSQP protocol can be used directly or through the "gsgc" client. Implementing a SMTP interface is easy configuring your MTA for calling a script that prepares the message and calls "gsgc".
The connection between the gateway and the GSM network can be realized through a GSM modem or through a telephone supported by the project Gnokii. A SMPP connector is being developed these days.
At present, only GSM modems can be used in "text" mode. In the future, "pdu" mode will also be supported. Not all devices support both modes, so that you will have to read the manual of your mobile telephone or GSM modem and consult the GSM devices page.
Alamin is developed on Debian GNU/Linux but runs almost in all perl enabled systems.
Enhancements:
- smtp interface has been removed, it was buggy and not fully implemented.
- SMPP interface for sending and receiving messages, both connectors are in own daemons, outside the core module and the message dispatcher.
- SMPP interface uses the Net::SMPP perl module.
- It has been tested onlywith mblox servers.
- MySQL interface for inserting records from received messages and send messages in a table.
- New config files are in perl script format.
Download (2.5MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
982 downloads
glinuxsms 0.1
glinuxsms is a GNOME2 GUI/front-end for linuxsms. more>>
glinuxsms is a GNOME2 GUI/front-end for linuxsms, an interesting tool to send SMS to cellphones all over the world.
With glinuxsms you just write your message and click SEND, no need to get write the full command on a terminal.
It uses linuxsms as a backend, and its configuration files as well. The main purpose for now is to keep it simple and light. If you are a GNOME user, then you may SMS message your contacts with a few clicks without to use console.
To start sending SMS to almost everyone with just a pair of mouse clicks, donwload linuxsms (http://linuxsms.sourceforge.net/), and run glinuxsms.
Installation is pretty straight-forward: ./configure ; make ; make install
As of version 0.1 only sending and linuxsmsrc configuration is supported. Address Book and Server/Password configuration will be added soon.
Feel free to email the author for feedback.
Enhancements:
- fixed up some things for make dist. It works, and 0.1 will be packaged for z0mbie.
<<lessWith glinuxsms you just write your message and click SEND, no need to get write the full command on a terminal.
It uses linuxsms as a backend, and its configuration files as well. The main purpose for now is to keep it simple and light. If you are a GNOME user, then you may SMS message your contacts with a few clicks without to use console.
To start sending SMS to almost everyone with just a pair of mouse clicks, donwload linuxsms (http://linuxsms.sourceforge.net/), and run glinuxsms.
Installation is pretty straight-forward: ./configure ; make ; make install
As of version 0.1 only sending and linuxsmsrc configuration is supported. Address Book and Server/Password configuration will be added soon.
Feel free to email the author for feedback.
Enhancements:
- fixed up some things for make dist. It works, and 0.1 will be packaged for z0mbie.
Download (0.091MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
SendSMS 0.3.2
SendSMS is a desktop application for sending SMS messages. more>>
SendSMS is a desktop application for sending SMS messages.
This program lets you send SMS messages to any phone in the world if you have a clickatell account. (www.clickatell.com).
Main features:
- Secure https connection to clickatell server
- Addressbook
- Easy to use interface
- Account balance information
- History of sent messages
Getting a clickatell account
First register at clickatell.com, click the "register now" button. When you have registered, you must log in and click "Product Control" on the left menu. From there select "http/s" and enter a name your ip address. The other fields can be left empty. Then you simply write down the username/api_id and password from clickatell and enter this into the sendSMS program
Enhancements:
- Some issues with the address book were fixed.
- Installers and launchers were removed.
- Some UI improvements were made.
<<lessThis program lets you send SMS messages to any phone in the world if you have a clickatell account. (www.clickatell.com).
Main features:
- Secure https connection to clickatell server
- Addressbook
- Easy to use interface
- Account balance information
- History of sent messages
Getting a clickatell account
First register at clickatell.com, click the "register now" button. When you have registered, you must log in and click "Product Control" on the left menu. From there select "http/s" and enter a name your ip address. The other fields can be left empty. Then you simply write down the username/api_id and password from clickatell and enter this into the sendSMS program
Enhancements:
- Some issues with the address book were fixed.
- Installers and launchers were removed.
- Some UI improvements were made.
Download (0.38MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
802 downloads
iSMS 0.1.2
The iSMS package is a mobile messaging gateway. more>>
The iSMS package is a mobile messaging gateway. This is a package based upon the GSM::SMS package. It allows to implement a webservice based on SMS messages.It can be considered a piece of middleware that implements a HTTPSMS gateway.
Main features:
- rule based bidirectional SMS messages.
- SMS messages get translated to a HTTP request. A WEB frontent allows for easy configuration of rules. You can define ACL ( Access Control Lists ). POST/GET, Basic authentication, standard queries ...
- XMLRPC based SMS gateway.
- This allows for easy integration of corporate level applications into the iSMS suite. Almost all application servers or groupware products have XMLRPC support ( www.xmlrpc.com). With this support you can easily deploy a corporate wide SMSC.
- Remote SMS nodes.
- iSMS is build around a HTTPd ( apache ) as an event-based application server. To support serial nodes ( responsible for reception of SMS messages ) I had to use a seperate node-process. This also allows to build a distributed SMSC. You can have different nodes ( one for each operator ) and they all communicate back to the main server. The node uses XMLRPC as its messaging protocol. This way it is easy to use it through a corporate firewall or proxy.
- A node does not need to run on the same machine as the iSMS server.
<<lessMain features:
- rule based bidirectional SMS messages.
- SMS messages get translated to a HTTP request. A WEB frontent allows for easy configuration of rules. You can define ACL ( Access Control Lists ). POST/GET, Basic authentication, standard queries ...
- XMLRPC based SMS gateway.
- This allows for easy integration of corporate level applications into the iSMS suite. Almost all application servers or groupware products have XMLRPC support ( www.xmlrpc.com). With this support you can easily deploy a corporate wide SMSC.
- Remote SMS nodes.
- iSMS is build around a HTTPd ( apache ) as an event-based application server. To support serial nodes ( responsible for reception of SMS messages ) I had to use a seperate node-process. This also allows to build a distributed SMSC. You can have different nodes ( one for each operator ) and they all communicate back to the main server. The node uses XMLRPC as its messaging protocol. This way it is easy to use it through a corporate firewall or proxy.
- A node does not need to run on the same machine as the iSMS server.
Download (0.036MB)
Added: 2006-06-21 License: Artistic License Price:
1234 downloads
SMSLink 0.56b-3
SMSLink project implements a client/server gateway to the SMS protocol. more>>
SMSLink project implements a client/server gateway to the SMS protocol (short messages on the mobile phones).
It requires the use of dedicated hardware (a serial GSM module).
Both SMS emission and reception are supported, either in text-mode or in PDU-mode.
It also includes an SMS to eMail gateway module.
The server runs under Linux and FreeBSD and supports interactive mode via telnet.
The command-line client already exists for Linux, FreeBSD, Solaris, HP-UX, and Win32.
A basic Web interface is also provided.
Main features:
- The use of TCP/IP sockets for communication between client and server means that the application is network-aware from the start and that deploying it over a WAN (or across the internet) is a piece of cake. Expanding it as well, since writing additional clients for it is possible on any platform supporting sockets. Various ports of the client to Win32 are now available.
- The server process has a command-line interface connected to the socket, making it possible to use it interactively from a telnet session (only line mode telnet supported at the present time - see server/BUGS and server/TODO in the sources directory). This feature is of enormous help when troubleshooting or debugging.
- The command-line interface is backed by a parser written in lex and yacc (flex/bison, actually), which makes the language relatively easy to extend.
- The server was built from the start with the idea of multiple GSM modules in mind. Adding a line to two configuration files (and connecting the hardware, of course) is all there is to using two modules instead of one. The number of modules supported by the server is limited by the hardware only.
- The choice to use specific hardware (the serial GSM module), although limiting the general-purpose use of this application, allows for some very usefull features, the most prominant one being the ability to receive SMS messages as well as send them. This feature is now implemented (as of version 0.41b). Once downloaded from the GSM module, those messages can either be stored in an inbox file or fed through an external program or script, or both.
- By sitting straight on the GSM network, the use of the GSM module offers an advantage that far outweighs its cost : provider independance. The ability to send and receive SMS might be limited in some way or another by the level of your subscription, but all providers should offer a standard way of doing it. No "provider-specific driver" is required in this case. Whats more, all SMS routing aspects are being taken care of by the GSM network itself. Caution is advisable when choosing the provider though, as some of them might place some restrictions on routing to and/or from outside networks (e.g. Mobistar and Itineris*) or lack the implementation of some advanced features of the SMS protocol such as "point-to-point SMS" or "SMS-back" (e.g. Proximus through the UCP interface*).
- As of version 0.48b, initial support for PDU mode and the creation of a "driver-like" capability table for the GSM modules means that most module brands on the market could be supported with little effort. This "driver" approach also garanties that youll be able to mix and match different brands and models of modules on the same server with no problem. Support for PDU mode also opens up a new batch of options, like setting the validity period for a message, potential support for non-standard alphabet, binary content delivery to the mobile phone (logos, tunes, etc. ?) and more.
- A full-fledged access control mechanism allows you to specify precisely which client machine or subnet should be allowed to connect and which shouldnt. The access control is IP-based (as opposed to user-based) and defaults to "deny" for increased security. When the situation doesnt require any access control, the whole thing can be easily disabled by the administrator.
<<lessIt requires the use of dedicated hardware (a serial GSM module).
Both SMS emission and reception are supported, either in text-mode or in PDU-mode.
It also includes an SMS to eMail gateway module.
The server runs under Linux and FreeBSD and supports interactive mode via telnet.
The command-line client already exists for Linux, FreeBSD, Solaris, HP-UX, and Win32.
A basic Web interface is also provided.
Main features:
- The use of TCP/IP sockets for communication between client and server means that the application is network-aware from the start and that deploying it over a WAN (or across the internet) is a piece of cake. Expanding it as well, since writing additional clients for it is possible on any platform supporting sockets. Various ports of the client to Win32 are now available.
- The server process has a command-line interface connected to the socket, making it possible to use it interactively from a telnet session (only line mode telnet supported at the present time - see server/BUGS and server/TODO in the sources directory). This feature is of enormous help when troubleshooting or debugging.
- The command-line interface is backed by a parser written in lex and yacc (flex/bison, actually), which makes the language relatively easy to extend.
- The server was built from the start with the idea of multiple GSM modules in mind. Adding a line to two configuration files (and connecting the hardware, of course) is all there is to using two modules instead of one. The number of modules supported by the server is limited by the hardware only.
- The choice to use specific hardware (the serial GSM module), although limiting the general-purpose use of this application, allows for some very usefull features, the most prominant one being the ability to receive SMS messages as well as send them. This feature is now implemented (as of version 0.41b). Once downloaded from the GSM module, those messages can either be stored in an inbox file or fed through an external program or script, or both.
- By sitting straight on the GSM network, the use of the GSM module offers an advantage that far outweighs its cost : provider independance. The ability to send and receive SMS might be limited in some way or another by the level of your subscription, but all providers should offer a standard way of doing it. No "provider-specific driver" is required in this case. Whats more, all SMS routing aspects are being taken care of by the GSM network itself. Caution is advisable when choosing the provider though, as some of them might place some restrictions on routing to and/or from outside networks (e.g. Mobistar and Itineris*) or lack the implementation of some advanced features of the SMS protocol such as "point-to-point SMS" or "SMS-back" (e.g. Proximus through the UCP interface*).
- As of version 0.48b, initial support for PDU mode and the creation of a "driver-like" capability table for the GSM modules means that most module brands on the market could be supported with little effort. This "driver" approach also garanties that youll be able to mix and match different brands and models of modules on the same server with no problem. Support for PDU mode also opens up a new batch of options, like setting the validity period for a message, potential support for non-standard alphabet, binary content delivery to the mobile phone (logos, tunes, etc. ?) and more.
- A full-fledged access control mechanism allows you to specify precisely which client machine or subnet should be allowed to connect and which shouldnt. The access control is IP-based (as opposed to user-based) and defaults to "deny" for increased security. When the situation doesnt require any access control, the whole thing can be easily disabled by the administrator.
Download (0.26MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1129 downloads
gsmcal2html 0.2
gsmcal2html downloads calendar events from a GSM device and creates an HTML calendar. more>>
gsmcal2html downloads calendar events from a GSM device and creates an HTML calendar. Javascript displays the current month by default, but you can browse back or forward.
Auto-exportation to a server is included (with scp). Colors, widths, etc. are customizable. Included in the package is a small file which you can run as a daemon.
gsmcal2html checks whether a GSM device is connected, to trigger automatic generation of the calendar.
<<lessAuto-exportation to a server is included (with scp). Colors, widths, etc. are customizable. Included in the package is a small file which you can run as a daemon.
gsmcal2html checks whether a GSM device is connected, to trigger automatic generation of the calendar.
Download (0.011MB)
Added: 2006-11-02 License: Freely Distributable Price:
1087 downloads
gsmlib 1.10
GSMLIB is a library to access GSM mobile phones through GSM modems. more>>
GSMLIB is a library to access GSM mobile phones through GSM modems. Additionally, some simple command line programs are provided to use these functionalities.
The software works under Linux (tested with Redhat Linux 6.1 and 7.0) and Win32 (experimental, tested with Windows95 and Windows NT4.0).
Main features:
- modification of phonebooks stored in the mobile phone or on the SIM card
- reading and writing of SMS messages stored in the mobile phone
- sending and reception of SMS messages
<<lessThe software works under Linux (tested with Redhat Linux 6.1 and 7.0) and Win32 (experimental, tested with Windows95 and Windows NT4.0).
Main features:
- modification of phonebooks stored in the mobile phone or on the SIM card
- reading and writing of SMS messages stored in the mobile phone
- sending and reception of SMS messages
Download (0.46MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1200 downloads
BulkSMS 0.2
BulkSMS is a Python implementation of the BulkSMS.co.uk HTTP client API. more>>
BulkSMS is a Python implementation of the BulkSMS.co.uk HTTP client API. It features an object- orientated Python module which can be called from other Python programs, alongside a command-line sms command for sending SMS messages and performing account control functions.
BulkSMS.co.uk is a commercial SMS transit provider allowing programmatic transmission of SMS through an HTTP RPC API. The service provides facilities for sending 7-bit, 8-bit, and Unicode-encoded SMS messages, alongside giving account control functions.
More information on BulkSMS.co.uk can be found at http://www.bulksms.co.uk/.
The BulkSMS Python Module is an object-based implementation of a BulkSMS.co.uk API client designed for Python 2.3. It has been designed for use with version 1.0 of the BulkSMS.co.uk API.
More information on Python can be found at http://www.python.org/.
The BulkSMS Command Line Interface is a small program written around the BulkSMS Python module, giving the user an easy interface for sending SMS messages using any command line from which Python may be run.
Enhancements:
- Added support for sending 2-way SMSes in the CLI via --repliable and in API via a repliable attribute.
- Added support for reading your the 2-way SMS inbox using a BulkSMS Inbox proxy.
- Added Inbox Server protocol documentation.
- Added a new poll_report() method to the BulkSMS class. Added poll_time and poll_wait instance variables to control poll_report(). Modified the CLI module to utilise poll_report().
- Fixed several inconsistancies and typing mistakes in the inline documentation as well as README.html. Added new paragraphs and examples for poll_report().
<<lessBulkSMS.co.uk is a commercial SMS transit provider allowing programmatic transmission of SMS through an HTTP RPC API. The service provides facilities for sending 7-bit, 8-bit, and Unicode-encoded SMS messages, alongside giving account control functions.
More information on BulkSMS.co.uk can be found at http://www.bulksms.co.uk/.
The BulkSMS Python Module is an object-based implementation of a BulkSMS.co.uk API client designed for Python 2.3. It has been designed for use with version 1.0 of the BulkSMS.co.uk API.
More information on Python can be found at http://www.python.org/.
The BulkSMS Command Line Interface is a small program written around the BulkSMS Python module, giving the user an easy interface for sending SMS messages using any command line from which Python may be run.
Enhancements:
- Added support for sending 2-way SMSes in the CLI via --repliable and in API via a repliable attribute.
- Added support for reading your the 2-way SMS inbox using a BulkSMS Inbox proxy.
- Added Inbox Server protocol documentation.
- Added a new poll_report() method to the BulkSMS class. Added poll_time and poll_wait instance variables to control poll_report(). Modified the CLI module to utilise poll_report().
- Fixed several inconsistancies and typing mistakes in the inline documentation as well as README.html. Added new paragraphs and examples for poll_report().
Download (0.028MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1221 downloads
SMSer 0.0.1
SMSer is a command-line application that lets you send an SMS messages to a list of phone numbers located in a file. more>>
SMSer is a command-line application that lets you send an SMS messages to a list of phone numbers located in a file.
SMSer places all the messages in the CenterICQs queue and when CenterICQ is invoked all the messages are sent to the recipients.
Usage: SMSer [OPTION]
General options:
-m < message > Message to send
-M < path > Path to the filename contain message to send.
-f < path > Path to the filename containing list of phone numbers.
-h Display this message.
-q Invokes CenterICQ and sends SMS messages.
The command must be invoked with either the -m or -M option.
The command must be invoked with the -f option.
The option -q is optional.
<<lessSMSer places all the messages in the CenterICQs queue and when CenterICQ is invoked all the messages are sent to the recipients.
Usage: SMSer [OPTION]
General options:
-m < message > Message to send
-M < path > Path to the filename contain message to send.
-f < path > Path to the filename containing list of phone numbers.
-h Display this message.
-q Invokes CenterICQ and sends SMS messages.
The command must be invoked with either the -m or -M option.
The command must be invoked with the -f option.
The option -q is optional.
Download (0.035MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gsm sms nbs search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed