Main > Free Download Search >

Free sending sms software for linux

sending sms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1942
SendSMS 0.3.2

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.
<<less
Download (0.38MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
802 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
SMSSender 0.1

SMSSender 0.1


SMSSender is an application for sending SMS messages. more>>
SMSSender is an application for sending SMS messages.

It provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
<<less
Download (0.47MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1676 downloads
SMSender 0.2

SMSender 0.2


SMServer is a sms frontend to scmxx. more>>
SMServer is a sms frontend to scmxx. scmxx is a command line tool written by Hendrik Sattler for administrating Siemens mobiles. SMSender is limited to scmxx sms sending functionality.

SMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.

<<less
Download (0.060MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1405 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
vinSMSIndia 1.1

vinSMSIndia 1.1


vinSMSIndia allows you to send SMS messages to Indian mobile users for free. more>>
vinSMSIndia allows you to send SMS messages to Indian mobile users for free.
Supported Networks by "vinSMSIndia":
- Airtel : Andhra Pradesh, Madhya Pradesh, Chennai (Skycell), Delhi, Gujarat, Haryana, Himachal Pradesh, Goa, Karnataka, Kerala, Kolkata, Maharashtra, Mumbai, Punjab, Tamil Nadu, Uttar Pradesh (West)
- Hutch : Delhi
- Escotel : Haryana, Uttar Pradesh (West), Kerala
- BPL Mobile : Mumbai, Maharashtra, Kerala, Tamil Nadu, Pondicherry, Goa
- Idea Cellular : Andhra Pradesh (Tata), Maharashtra, Goa, Gujarat
- RPG Cellular: Chennai
- Aircel : Tamil Nadu
- Celforce(Fascel): Gujarat
Enhancements:
Added Support for:
- Hutch Kolkota,
- Orange Mumbai
<<less
Download (0.002MB)
Added: 2007-04-16 License: LGPL (GNU Lesser General Public License) Price:
931 downloads
gmailsender 1.3

gmailsender 1.3


gmailsender is a mono based mail sending application. more>>
gmailsender is a mono based mail sending application.
Use it to send Email through a smtp server (only without authentification) with an optional attached file.
gmailsender is under the GPL license.
Installation:
1. make
2. mono gmailsender.exe
and if you want to install it into your /usr/local/bin (as root) :
3. make install
Enhancements:
- now gmailsender use gtk-sharp2
<<less
Download (0.080MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1104 downloads
SMS::Send::DE::MeinBMW 0.02

SMS::Send::DE::MeinBMW 0.02


SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. more>>
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website.

SYNOPSIS

use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);

# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);

# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}

SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.

You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.

<<less
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 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
Alamin GSM SMS Gateway 0.3.7

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.
<<less
Download (2.5MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
982 downloads
gtk-send-pr 0.4.8

gtk-send-pr 0.4.8


gtk-send-pr is a problem report tool, designed to send reports to a GNATS database server using libesmtp to deliver mail. more>>
gtk-send-pr is a problem report tool, designed to send reports to a GNATS database server using libesmtp to deliver mail.

The program has a user friendly interface and lets you use any SMTP server, including support for AUTH and TLS, to send the report, removing the need for a local configured sendmail. gtk-send-pr is part of both the FreeBSD ports and NetBSDs pkgsrc.

<<less
Download (0.073MB)
Added: 2006-12-08 License: BSD License Price:
1050 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
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
GladeNetSend 0.9.1

GladeNetSend 0.9.1


GladeNetSend is a GTK- based NetSend GUI for linux for sending and recieving net sends from linux/windows machines. more>>
GladeNetSend is a GTK- based NetSend GUI for linux for sending and recieving net send from linux/windows machines.
Uses Samba to send and recieve messages. It can be minimized into the system tray and a popup window will appear as soon as a message is recieved.
Enhancements:
- if the icon file is not found, "NetSend" appears in the system Tray
<<less
Download (0.064MB)
Added: 2005-09-23 License: GPL (GNU General Public License) Price:
1491 downloads
GTK+ Send-PR 0.4.7

GTK+ Send-PR 0.4.7


GTK+ Send-PR is a user friendly GNATS client. more>>
GTK+ Send-PR is a user friendly GNATS client.

gtk-send-pr is a problem report tool, designed to send reports to a GNATS database server using libesmtp to deliver mail.

The program has a user friendly interface and lets you use any SMTP server, including support for AUTH and TLS, to send the report, removing the need for a local configured sendmail. gtk-send-pr is part of both the FreeBSD ports and NetBSDs pkgsrc.

<<less
Download (0.036MB)
Added: 2006-01-10 License: BSD License Price:
1382 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5