Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A Simple SMS component for joomla. Better known as com_mysms.

0
 
  3 reviews  |  5 users  |  7,047 lines of code  |  0 current contributors  |  Analyzed about 16 hours ago
 
 

Geochat emerged from a simple concept - can I send an SMS message and see it on a map? From there the concept has evolved, and geochat has become a project to build a collaboration platform for the lowest common denominator communication tools, considering as highest priorities the needs of ... [More] workers of humantiarian aid, international health and disaster response. The main drivers for the project are the feedback of the InSTEDD programs in South East Asia, excercises such as GoldenShadow?, and a growing community of humanitarian and health workers who spend their days in technologically austere environments. We invite anyone from any line of work to use and contribute user experience, technical, and any other kind of feedback. [Less]

0
 
  0 reviews  |  2 users  |  246,751 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Web library containing tools to send SMS with different gateway.

5.0
 
  0 reviews  |  1 user  |  824 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Clickatell is the world's leading provider of SMS messaging services with reliable coverage to 578 networks in 192 countries worldwide. erl-clickatell is an Erlang library that can send SMSs through Clickatell's HTTPS API.

0
 
  0 reviews  |  0 users  |  239 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A PHP Class for sending SMS messages via the Clickatell Global SMS Gateway.

0
 
  0 reviews  |  0 users  |  391 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Nullwire SMS GatewayThe SMS Gateway software from Nullwire is the most efficient and the easiest way to set up your own gateway. It will provide you with an easy to use and intuitive web based user interface and advanced features such as load balancing, email to SMS, SMS to email, Unicode support ... [More] , two-way messaging and much more. It runs on Windows 2000/XP/Vista and on Linux. Binaries are currently not available, but if you are interested in doing some testing, please get in touch and some will be made available. ContactQuestions and comments are welcome, so please contact info@nullwire.com or visit http://nullwire.com, if you want to get in touch. ScreenshotsA small selection of screen shots showing the most basic features. Adding GSM hardwareVia the web interface you can add GSM hardware and various other "connectors" to the GSM network. Creating SMS eventsIncoming SMS messages can be handled via events. In the following screenshot a URL is invoked, when an incoming SMS is detected. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

Python module which can be used to send SMS messages via the Clickatell HTTPS API. Does not requires pycurl (as the original version), but uses urllib instead. Example usageimport md5 from clickatell import Clickatell ct = Clickatell("username", "password" ... [More] , 'clientid') phone = "999999" text = "Test" if not ct.auth(): raise Exception("Can't authenticate!") hasher = md5.new() hasher.update(phone) hasher.update(text) msg_id = hasher.hexdigest() message = { 'to': str(phone), 'text': str(text), 'climsgid': str(msg_id) } res, msg = ct.sendmsg(message) if not res: raise Exception("Failed to send a message '%s' to %s: %s!" % (text, phone, msg)) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

What Is It?Using the Clickatell API its possible to send text, flash and data messages using application code. This component provides that ability using Clicktell's POST method as part of a CakePHP component. Although made for use in CakePHP with some minor modifications it can be used stand ... [More] alone. RequirementsPHP5 - Web scripting language. CakePHP - MVC web framework. Clickatell account - they're free and provide a few credits for testing their service. ContributionsAll comments, patches and suggestions are welcomed. NoteI'm not in anyway affiliated with Clickatell and they haven't been involved in this components development. [Less]

0
 
  0 reviews  |  0 users  |  74 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Clickatell is the world's leading provider of SMS messaging services with reliable coverage to 578 networks in 192 countries worldwide. ruby-clickatell is an Ruby library that can send SMSs through Clickatell's HTTPS API.

0
 
  0 reviews  |  0 users  |  31 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.