RAA - ruby-sms/1.0.0

ruby-sms / 1.0.0

Short description: A simple Ruby interface to SMS services on mobile phones
Category: Library/Hardware
Status: beta
Created: 2006-05-18 14:59:38 GMT
Last update: 2006-05-18 15:20:29 GMT
Owner: Tom Fuerstner (Projects of this owner)
Homepage: http://labs.systemone.at
Download: http://systemone.at/usr/tom/sms.rb
License: GPL
Dependency:
Requires: ruby-serialport/0.6 Serial driver to support serial Bluetooth connections.
Description:

RubySMS is a simple but effective SMSController class, which is meant to be an SMS extension to any possible Ruby application. It just depends on the ruby-serialport library by Guillaume Pierronnet. It's very easy to combine RubySMS with Ruby on Rails applications to implement sophisticated SMS notification services.

The code has been tested successfully with all Sony-Ericsson and Nokia phones which operate on a set of AT-Commands and which are Bluetooth enabled. One just has to pair a specific mobile device with a computer. Paired computers store their serial configuration files for Bluetooth phones at /dev/cu.Name_OF_Paired_Device . Simple use this path-name as the first parameter of the sendSMS command. The other two parameters are the phone number of the mobile phone the SMS will be send to and the SMS itself as plain text.

Edit this project (for project owner)

back to RAA top