Changes between Version 17 and Version 18 of BluePrint/Messaging


Ignore:
Timestamp:
07/01/09 14:08:07 (15 years ago)
Author:
Fran Boon
Comment:

SMS Toolkits

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v17 v18  
    1010 * Admin UI for:
    1111  * Email Settings
    12   * [http://pyserial.wiki.sourceforge.net/pySerial PySerial]
    13   * [http://kannel.org Kannel] ([http://mobilehacking.org/index.php/PyKannel PyKannel])
    14   * [http://smstools3.kekekasvi.com SMSTools]
    15   * [http://rapidsms.org RapidSMS]
     12  * SMS Settings
    1613 * CAP alerts: http://talksahana.com/2009/03/04/firefox-browser-cap-alerting-plugin-sahana-idea-for-gsoc2009/
    1714 * SMS alerts
     
    1916 * [wiki:BluePrintMessagingModuleJ2ME J2ME client]
    2017
    21 Q: How to get SMSTools daemon running from Webapp?
    22  * Perhaps this cron example will help:
    23   * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8
    24   * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc
    25 
     18=== Email ===
    2619tools.py has mail settings:
    2720{{{
     
    4437def t2.email(self,sender,to,subject='test',message='test'):
    4538}}}
     39
     40=== SMS ===
     41 * RapidSMS (Python-based): http://rapidsms.org
     42 * Kannel: http://kannel.org (!PyKannel: http://mobilehacking.org/index.php/PyKannel)
     43 * SMSTools: http://smstools3.kekekasvi.com
     44 * Gnokii: http://www.gnokii.org (!PyGnokii: http://mobilehacking.org/index.php/PyGnokii)
     45 * Gammu: http://www.gammu.org (Python-gammu: http://www.gammu.org/wiki/index.php?title=Gammu:Python-gammu)
     46 * !PySerial: http://pyserial.wiki.sourceforge.net/pySerial
     47
     48Q: How to get SMS daemon running from Webapp?
     49 * Perhaps this cron example will help:
     50  * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8
     51  * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc
    4652----
    4753BluePrints