Main > Free Download Search >

Free clickatell sms software for linux

clickatell sms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 103
Clickatell SMS API 1.5

Clickatell SMS API 1.5


Clickatell SMS API provides a tool for sending SMS messages using the Clickatell gateway. more>>
Clickatell SMS API provides a tool for sending SMS messages using the Clickatell gateway.
It provides support to authenticate to this service and query for the current account balance.
This class use the fopen or CURL module to communicate with the gateway via HTTP/S.
Enhancements:
- Fixed bug in function encode_message (tnx Neil)
<<less
Download (0.033MB)
Added: 2007-02-15 License: BSD License Price:
996 downloads
Net::SMS::Clickatell 0.05

Net::SMS::Clickatell 0.05


Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service. more>>
Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service.

SYNOPSIS

use Net::SMS::Clickatell;

my $catell = Net::SMS::Clickatell->new( API_ID => $api_id );
$catell->auth( USER => $user, PASSWD => $passwd );
$catell->sendmsg( TO => $mobile_phone, MSG => Hi, Im using Clickatell.pm );

Clickatell (http://www.clickatell.com) is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others.

Net::SMS::Clickatell provides OO methods that allow to send SMS messages through Clickatell service.

Note that whether this software nor the author are related to Clickatell in any way.

METHODS

new

Creates the Clickatell object.

Usage:

my $catell = Net::SMS::Clickatell->new( API_ID => $api_id );

The complete list of arguments is:

API_ID : Unique number received from Clickatell when an account is created.
UseSSL : Tell Clickatell module whether to use SSL or not (0 or 1).
BaseURL : Default URL used to connect with Clickatell service.
UserAgent : Name of the user agent you want to display to Clickatell service.
auth
Logs in Clickatell service,

Usage:

$catell->auth( USER => $user, PASSWD => $passwd );
where $user and $password are your credentials for Clickatell service.

This method returns 1 or 0 if we logged in or not .

sendmsg

Sends a message trought Clickatell service.

Usage:

$catell->sendmsg( TO => $mobile_phone, MSG => $msg );

where $mobile_phone is the mobile phone number that you wants to sends the message (international format, no leading zeros) and $msg is the messages text.

This method return 1 or 0 if we successfully sent the message or not.
session_id

Set or retrieve a session identificator number. This number is returned by Clickatell service when a user logs in successfully in the service.

Usage:

$catell->session_id(); # Retrieve session identificator number

or

$catell->session_id($sid); # Set session identificator number to $sid
msg_id

Set or retrieve a message identificator number. This number is returned by Clickatell service is a message was successfully sent.

Usage:

$catell->msg_id(); # Retrieve message identificator number

or

$catell->msg_id($mid); # Set message identificator number to $mid

error

Returns a code that describes the last error ocurred.

Example:

if(my $error = $catell->error) {
if($error == 1) {
die("Username or password not definedn");
} elseif ($error == 2) {
die("Username or password invalidn");
} else {
die("Unexpected faultn");
}
}

Complete list of error codes:

0 - No error
1 - Username or password not defined
2 - Username or password wrong
3 - Server has problems
4 - The message couldnt be sent

<<less
Download (0.004MB)
Added: 2007-05-24 License: Perl Artistic License Price:
884 downloads
Bika LIMS 1.2.2

Bika LIMS 1.2.2


Bika LIMS project has been deployed with roles and workflows tailored for laboratories. more>>
Bika LIMS project has been deployed with roles and workflows tailored for laboratories.
Bika is a LIMS, short for Laboratory Information Management System. It is developed using Archetypes and is deployed with roles and workflows tailored for laboratories.
Bika uses the mature toolset provided by Plone, to build a powerful and flexible web-based laboratory information management system.
Main features:
- Deliver Analysis results to clients and research staff immediately upon Verification. Via the web - e-mail - SMS - fax - print
- Custom lab workflow
- Accreditation friendly - Audit logs and security measures
- Automated data-capturing
- Invoicing and exports to financial software
- Authorisation profiles for technicians, data clerks and managers and clients
- On-line sample tracking
Enhancements:
- bika - version LIMS 1.2.2
- ATExtensions - version 0.7.1
- ATSchemaEditorNG - version 0.4.2
- PloneHelpCenter - version 0.9-Modified_by_Upfront
- Portal Transport - version 1.1
- stripogram
- Upfront Contacts - version 0.4
<<less
Download (1.0MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
983 downloads
SideSMS 1.0

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.

<<less
Download (0.083MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1113 downloads
ickle 0.3.2

ickle 0.3.2


ickle is an ICQ2000 Client using the GTK+ graphical toolkit. more>>
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to bring all the useful features of ICQ2000 to non-windows usersand also SMS messaging.
Main features:
- Message sending/receiving
- URL sending/receiving
- SMS sending/receiving, including delivery reports
- Status changes
- Fetching user info from server
- Fetching/setting away messages
- Custom away messages
- Authorisation Requests
- "User Added You" messages
- Autoconnect, autoreconnect and retries
- Easy history browsing
- GNOME applet
- Command-line control (through ickle_control)
- Autoaway on timer
- Executing shell-commands on events
<<less
Download (0.37MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
BulkSMS 0.2

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().
<<less
Download (0.028MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1221 downloads
PlaySMS 0.8.1

PlaySMS 0.8.1


PlaySMS is a flexible Web-based Mobile Portal System. more>>
PlaySMS is a flexible Web-based Mobile Portal System. PlaySMS can be made to fit to various services such as an SMS gateway, personal messaging systems, corporate and group communication tools.
Main features:
- Multiple database engine supported (using PEAR DB)
- Available for shared database usage (tables using its own prefix)
- Send SMS to single mobile phone (web2mobile)
- Send SMS broadcasted (bulk SMS) to a group of mobile phones (web2mobiles)
- Support sending flash and unicode message
- Receive private SMS to Inbox (mobile2web)
- Forward single SMS from mobile phone to a group of mobile phones (mobile2mobiles)
- SMS autoreply, for easy autoreplying formatted incoming SMS
- SMS board, forward received SMS to email,html and/or xml page
- SMS command, execute server side shell script using SMS
- SMS custom, forward incoming SMS to custom SMS application
- SMS poll, manage polling system using SMS
- Simple webservices for sending SMS and retrieving delivery reports (ws.php)
- Create your own gateway module other than Gnokii, Kannel or sms server Clickatell
- Easy webbased control panel
<<less
Download (0.15MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1276 downloads
glinuxsms 0.1

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.
<<less
Download (0.091MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Kannel WAP and SMS Gateway 1.4.1

Kannel WAP and SMS Gateway 1.4.1


Kannel WAP and SMS Gateway is an high performance WAP and SMS gateway. more>>
Kannel WAP and SMS Gateway project is a WAP and SMS gateway.
SMS, short message services, are widely used all over the world in huge amounts. The main use for Kannel is to link HTTP based services to various SMS centers using obscure protocols.
WAP, short for Wireless Application Protocol, is a collection of languages and tools and an infrastructure for implementing services for mobile phones. Traditionally such services have worked via normal phone calls or short textual messages (e.g., SMS messages in GSM networks). Neither are very efficient to use, nor very user friendly. WAP makes it possible to implement services similar to the World Wide Web.
Unlike marketers claim, WAP does not bring the existing content of the Internet directly to the phone. There are too many technical and other problems for this to ever work properly. The main problem is that Internet content is mainly in the form of HTML pages, and they are written in such a way as to require fast connections, fast processors, large memories, big screens, audio output, and may require fairly efficient input mechanisms. Thats OK, since they hopefully work better for traditional computers and networks that way. However, portable phones have very slow processors, very little memory, abysmal and intermittent bandwidth, little screens and extremely awkward input mechanisms. Most existing HTML pages simply will not work on them.
WAP defines a completely new markup language, the Wireless Markup Language (WML), which is simpler and much more strictly defined than HTML. It also defines a scripting language, WMLScript, which all browsers are required to support. To make things even simpler for the phones, it even defines its own bitmap format (Wireless Bitmap, or WBMP).
HTTP is also too inefficient for wireless use. By using a semantically equivalent, but binary and compressed format it is possible to reduce the protocol overhead to a few bytes per request, instead of up to hundreds of bytes. Thus, WAP defines a new protocol stack to be used. However, to make things simpler also for the people actually implementing the services, WAP introduces a gateway between the phones and the servers providing content to the phones.
The WAP gateway talks to the phone using the WAP protocol stack, and translates the requests it receives to normal HTTP. Thus, the content providers can use any HTTP servers, and can utilize existing know-how about HTTP service implementation and administration.
In addition to protocol translations, the gateway also compresses the WML pages into a more compact form, to save bandwidth on the air and to further reduce the phones processing requirements. It also compiles WMLScript programs into a byte-code format.
Requierments:
- C compiler and development libraries and related tools.
- The gnome-xml (a.k.a. libxml) library, version 2.2.0 or newer. We recommend that you use libxml version 2.2.5. If you are installing it from your distributions packages, youll need libxml2-dev in addition to run-time libxml2 package libraries.
- Note: there is a bug in libxml version 2.2.3 and 2.2.4 that causes problems with character encoding in attributes. This problem is fixed in 2.2.5. See http://xmlsoft.org/xml.html.
- GNU Make.
- POSIX threads (pthread.h).
- GNU Bison 1.28 if you modify the WMLScript compiler.
- DocBook markup language tools (jade, jadetex, DocBook style-sheets, etc; see README.docbook), if you want to format the documentation (pre-formatted versions are available).
Enhancements:
- Various critical bugfixes since 1.4.0, including major SMSC protocols supported (SMPP, EMI/UCP, and GSM AT modem comands), HTTP layer fixes, and WAP WTP and WTP SAR layer fixes.
- The sendsms HTTP interface has been improved to obey the bearerbox message state for replies.
<<less
Download (2.4MB)
Added: 2006-09-25 License: BSD License Price:
1151 downloads
iSMS 0.1.2

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.
<<less
Download (0.036MB)
Added: 2006-06-21 License: Artistic License Price:
1234 downloads
Tilt-n-Roll Demo

Tilt-n-Roll Demo


Tilt-n-Roll is a puzzle game where you must roll your marble through the 3d maze to the exit. more>>
Tilt-n-Roll is a puzzle game where you must roll your marble through the 3d maze to the exit.
This game is an entry into Intels Game Demo 2007 contest. Please take the time to rate my game and help me win a prize!
Tilt the 3d maze and roll your marble to the exit. The final version will fully support laptop SMS / HDAPS sensors to allow players to tilt the laptop to play! (Support is partially there now - Linux users get an SDL patch and Mac users can wrangle with Unimotion).
Main features:
- Multiple powerups, monsters, switches, puzzles, traps...
- Built-in level editor: design and share your mazes with friends!
- Keyboard or mouse control for unsupported laptops
- Plenty of sound effects and catchy music
- Physics calculations are run in a second thread: multicore users should see an increase in both framerate and simulation accuracy
- Runs on Windows, Mac OS or Linux.
- Completely open-source software under the GNU GPL!
<<less
Download (2.3MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
834 downloads
Device::Gsm 1.48

Device::Gsm 1.48


Device::Gsm is a Perl extension to interface GSM phones / modems. more>>
Device::Gsm is a Perl extension to interface GSM phones / modems.

SYNOPSIS

use Device::Gsm;

my $gsm = new Device::Gsm( port => /dev/ttyS1, pin => xxxx );

if( $gsm->connect() ) {
print "connected!n";
} else {
print "sorry, no connection with gsm phone on serial port!n";
}

# Register to GSM network (you must supply PIN number in above new() call)
$gsm->register();

# Send quickly a short text message
$gsm->send_sms(
recipient => +3934910203040,
content => Hello world! from Device::Gsm
);

# Get list of Device::Gsm::Sms message objects
# see `examples/read_messages.pl for all the details
my @messages = $gsm->messages();

Device::Gsm class implements basic GSM functions, network registration and SMS sending.

This class supports also PDU mode to send SMS messages, and should be fairly usable. In the past, I have developed and tested it under Linux RedHat 7.1 with a 16550 serial port and Siemens C35i/C45 GSM phones attached with a Siemens-compatible serial cable. Currently, Im developing and testing this stuff with Linux Slackware 10.2 and a Cambridge Silicon Radio (CSR) USB bluetooth dongle, connecting to a Nokia 6600 phone.

Please be kind to the universe and contact me if you have troubles or you are interested in this.

Please be monstruosly kind to the universe and (if you dont mind spending an SMS) use the examples/send_to_cosimo.pl script to make me know that Device::Gsm works with your device (thanks!).

Recent versions of Device::Gsm have also an utility called autoscan in the bin/ folder, that creates a little profile of the devices it runs against, that contains information about supported commands and exact output of commands to help recognize similar devices.

Be sure to send me your profile by email (if you want to), so I can add better support for your device in the future!

<<less
Download (0.055MB)
Added: 2007-04-17 License: Perl Artistic License Price:
927 downloads
GaimSMS 0.1

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
<<less
Download (0.011MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1226 downloads
MoioSMS 2.13

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.
<<less
Download (0.017MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
813 downloads
pyWebSMS 1.1

pyWebSMS 1.1


pyWebSMS is a program which let you send sms through internet without opening any browser. more>>
pyWebSMS is an graphical sms sender which supports many programmable providers.

pyWebSMS is a program which let you send sms through internet without opening any browser. You can send multiple sms, save your contacts, view the history and much more...

Its completely modular so you can add or remove providers to send sms. You can make your own module for your provider if it doesnt exists yet by programming it in Python in a very simple and capable way.

Its written in Python and GTK so you can run it on every platform that support them and other external dependencies needed by the providers you use.

<<less
Download (0.016MB)
Added: 2005-08-01 License: GPL (GNU General Public License) Price:
1545 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5