/[projects]/smsdaemon/tester.cpp
ViewVC logotype

Log of /smsdaemon/tester.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1011 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 5 06:53:38 2010 UTC (13 years, 9 months ago) by torben
File length: 4689 byte(s)
Diff to previous 520
change log date format to yyyy-mm-dd

Revision 520 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 26 23:01:01 2009 UTC (14 years, 4 months ago) by torben
File length: 4633 byte(s)
Diff to previous 196
Added delayspam plugin+task



Revision 196 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 06:53:29 2008 UTC (15 years, 4 months ago) by torben
File length: 4421 byte(s)
Diff to previous 188
Make pretty

astyle -t -b -N


Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 15 13:27:53 2008 UTC (15 years, 4 months ago) by torben
File length: 4350 byte(s)
Diff to previous 185
First version of a a weather plugin


Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 15 09:10:05 2008 UTC (15 years, 4 months ago) by torben
File length: 4318 byte(s)
Diff to previous 158
Util, a new str_split which operates on whitespace

Make HostStatusPlugin return system memory usage



Revision 158 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:49:49 2008 UTC (15 years, 5 months ago) by torben
File length: 4388 byte(s)
Diff to previous 151
rename:
	util.* -> Util.*
	common.* -> Common.*


Revision 151 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 10:42:04 2008 UTC (15 years, 5 months ago) by torben
File length: 4388 byte(s)
Diff to previous 149
Added a transceiver which uses smstools for interfaceing with the gsm modem.
-> http://smstools3.kekekasvi.com/



Revision 149 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 20:58:41 2008 UTC (15 years, 5 months ago) by torben
File length: 4297 byte(s)
Diff to previous 142
Refactoring / rename:
        IGsmModem -> ISmsTransceiver
        GsmModem -> ModemTransceiver
        DebugGsmModem -> DebugTransceiver

Move DebugTransceiver to its own files.



Revision 142 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 15:51:02 2008 UTC (15 years, 5 months ago) by torben
File length: 4241 byte(s)
Diff to previous 141
Refacerored SMS class


Revision 141 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 13:28:52 2008 UTC (15 years, 5 months ago) by torben
File length: 4233 byte(s)
Diff to previous 132
Make a better latin1<->gsm conversion


Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 00:59:05 2008 UTC (15 years, 5 months ago) by torben
File length: 4043 byte(s)
Diff to previous 101
Added spooling (queing) function, with a standalone application(smsqueue) to put new messages 
into the spool dir.


Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 16:41:18 2008 UTC (15 years, 10 months ago) by torben
File length: 4008 byte(s)
Diff to previous 83
Finally is the version.h working as i want to

Added a StatusPlugin


Revision 83 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 15 20:45:14 2008 UTC (15 years, 10 months ago) by torben
File length: 3835 byte(s)
Diff to previous 78
Save (out-commented) commands for SMS over GPRS


Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 08:39:40 2008 UTC (15 years, 10 months ago) by torben
File length: 3799 byte(s)
Diff to previous 75
Remove any leading/trailing 0x00 from the strings.



Revision 75 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 10:10:06 2008 UTC (15 years, 10 months ago) by torben
File length: 3483 byte(s)
Diff to previous 71
Make gsmmodem::readsms use pdu mode 

Cleaned up some unneeded cout and <iostream>



Revision 71 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 07:58:40 2008 UTC (15 years, 10 months ago) by torben
File length: 3752 byte(s)
Diff to previous 69
Also save the long test PDU's


Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 06:38:43 2008 UTC (15 years, 10 months ago) by torben
File length: 3289 byte(s)
Diff to previous 68
Basic Sms PDU parsing works


Revision 68 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 18:54:24 2008 UTC (15 years, 10 months ago) by torben
File length: 3240 byte(s)
Diff to previous 62
Added pdu decode helper functions.


Revision 62 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 12:04:32 2008 UTC (15 years, 10 months ago) by torben
File length: 3022 byte(s)
Diff to previous 61
Multipart SMS works


Revision 61 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 11:05:18 2008 UTC (15 years, 10 months ago) by torben
File length: 3001 byte(s)
Diff to previous 60
More work towards getting concatenated sms working - but not there yet !


Revision 60 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 21:18:04 2008 UTC (15 years, 10 months ago) by torben
File length: 2787 byte(s)
Diff to previous 59
First take at multi-part/concatenated SMS pdu's - doesn't work yet!


Revision 59 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 19:42:24 2008 UTC (15 years, 10 months ago) by torben
File length: 2560 byte(s)
Diff to previous 54
Implemented basic sms pdu support


Revision 54 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 12:57:26 2008 UTC (15 years, 10 months ago) by torben
File length: 2005 byte(s)
Diff to previous 49
Moving Plugin and PluginManager back to the main library because ... because I can !!!



Revision 49 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 10:21:47 2008 UTC (15 years, 10 months ago) by torben
File length: 1979 byte(s)
Diff to previous 38
Make togplugin work

GsmModem.cpp - when sending SMS - truncate message body to 160 chars


Revision 38 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 20:25:15 2008 UTC (15 years, 10 months ago) by torben
File length: 1696 byte(s)
Diff to previous 26
Added some extra string functions to Util::

Made Util::str_clean into Util::str_replace


Revision 26 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
File length: 932 byte(s)
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20