Fork me on GitHub

SMSS




With this software, you can send free SMSs to anyone in India using the FullonSMS portal. You need to have a FullonSMS account to do that . NOTE:This software might not work anymore, the fullonSMS api has changed and until I figure out the new one messages might not be sent.

Current features:

  1. Send group SMS
  2. Google contacts
  3. If more than 140 characters, message will be split into 2 and then sent.

Install

To install the stable version, go to Download (Stable) and download a .deb (for Ubuntu/Debian/Derivatives) or .exe (For Windows 7/Vista).

For Windows XP Users (If the one for Windows 7 doesn't work), there is an alternate version. Download from here.

Mac OS X Users (and non-debian linux users who do not want to install from source) can install SMSS (for windows 7) via Wine or Crossover. There is also a similar software (called Mac2SMS), for Mac OS X.


For the development version, download the source from the Download (Unstable) section and then read the README inside for further instructions.

OR

you can add the development repo (Ubuntu/Debian/Derivatives only). Copy paste the following paragraph as (line by line, without the $) in a terminal:

$ sudo apt-add-repository \ 
"deb http://rishavt.github.com/smss/apt natty main"
$ wget http://rishavt.github.com/nfuploader/repo.key
$ sudo apt-key add repo.key
$ sudo apt-get update
$ sudo apt-get install smss


Usage

Follow the following steps to use SMSS:
  1. Get a FullonSMS account from here
  2. Install smss
  3. Go to Applications>>Internet>>SMSS (Ubuntu/Debian) or Start>>Programs>>SMSS
  4. Send anyone a message :)

Download (Stable)

debexe

Download (Unstable)

You can also clone the project with Git by running (without the $):

$ git clone git://github.com/RishavT/smss

License

GNU GPL version 3. Click here for more information


Authors/Contact

Rishav Thakker (thakker.rishav@gmail.com)