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

Log of /smsdaemon/ModemTransceiver.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 678 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 21:06:53 2010 UTC (14 years ago) by torben
File length: 5904 byte(s)
Diff to previous 224
undo previous unintentional commit

Revision 224 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 11 22:00:14 2009 UTC (15 years ago) by torben
File length: 5904 byte(s)
Diff to previous 214
Give the modem some more time to send the sms to avoid overflow



Revision 214 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 22 22:22:42 2008 UTC (15 years, 4 months ago) by torben
File length: 5902 byte(s)
Diff to previous 210
Make smsdaemon less 'crashable' if a config value is not defined in the config file


Revision 210 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 21:14:40 2008 UTC (15 years, 4 months ago) by torben
File length: 5899 byte(s)
Diff to previous 182
No usage for DeleteAllSms(), since all incoming messages should be serviced


Revision 182 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 13:23:01 2008 UTC (15 years, 4 months ago) by torben
File length: 6082 byte(s)
Diff to previous 180
The transceiver should make sure the text is latin 1. It is not something the plugin  should care about!


Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 12:54:27 2008 UTC (15 years, 4 months ago) by torben
File length: 6001 byte(s)
Diff to previous 178
Remove ISmsTransceiver::DeleteSms() - Each transceiver should clean up after itself

Merge SmsHelper into ModemTransceiver, since it is closely connected to the AT command output



Revision 178 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 12:13:05 2008 UTC (15 years, 4 months ago) by torben
File length: 4825 byte(s)
Diff to previous 171
Completed modemtransceivers multipart concatenate function


Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 08:59:58 2008 UTC (15 years, 4 months ago) by torben
File length: 4710 byte(s)
Diff to previous 158
Load pin code from config file


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: 4595 byte(s)
Diff to previous 157
rename:
	util.* -> Util.*
	common.* -> Common.*


Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:28:40 2008 UTC (15 years, 5 months ago) by torben
File length: 4595 byte(s)
Diff to previous 149
Move logpart to its own files


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: 4635 byte(s)
Copied from: smsdaemon/GsmModem.cpp revision 148
Diff to previous 144
Refactoring / rename:
        IGsmModem -> ISmsTransceiver
        GsmModem -> ModemTransceiver
        DebugGsmModem -> DebugTransceiver

Move DebugTransceiver to its own files.



Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 16:27:34 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 4989 byte(s)
Diff to previous 142
Refactor IGsmModem, in order to ease adding another sms transceiver


Revision 142 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 15:51:02 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 4894 byte(s)
Diff to previous 136
Refacerored SMS class


Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 10:15:44 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 4863 byte(s)
Diff to previous 135
ToDo, SmsPdu.cpp: Fix issue whith Multipart SMS skips a byte in each intersection.

GsmModem.cpp: write a log line when all pdu's has been send.



Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 08:58:15 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 4811 byte(s)
Diff to previous 132
It is the duty of GsmModem::SendSms to correctly encode the message


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


Revision 105 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 17 17:47:37 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 4779 byte(s)
Diff to previous 93
Handle pincode


Revision 93 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 11:39:33 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3933 byte(s)
Diff to previous 83
Header cleanup


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


Revision 75 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 10:10:06 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3861 byte(s)
Diff to previous 72
Make gsmmodem::readsms use pdu mode 

Cleaned up some unneeded cout and <iostream>



Revision 72 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 08:37:19 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3948 byte(s)
Diff to previous 67
Enable dumping of modem error messages.


Revision 67 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 15:23:11 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3855 byte(s)
Diff to previous 63
Allow DebugGsmModem::SendSms to print directly to cout


Revision 63 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 12:43:29 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3484 byte(s)
Diff to previous 59
Make GsmModem use the pdu way.

Added allowMultipart parameter to IGsmModem::SendSms()




Revision 59 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 19:42:24 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3761 byte(s)
Diff to previous 58
Implemented basic sms pdu support


Revision 58 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 16:14:28 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3352 byte(s)
Diff to previous 57
Use a simpler command for modem connection testing


Revision 57 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 16:08:37 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3333 byte(s)
Diff to previous 50
implement early exit if modem wasn't detected.



Revision 50 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 10:31:42 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3233 byte(s)
Diff to previous 49
Trunkate messages to 160 characters.



Revision 49 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 10:21:47 2008 UTC (15 years, 10 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3118 byte(s)
Diff to previous 36
Make togplugin work

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


Revision 36 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 15:34:19 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3067 byte(s)
Diff to previous 34
SerialPort.cpp: silenced 2 warnings (signed/unsigned comparison)

main.cpp,GsmModem.cpp,common.(h|cpp): added some statistics


Revision 34 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 13:29:19 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 3023 byte(s)
Diff to previous 33
Do not append \r when sending the SMS body text.


Revision 33 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 12:58:30 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 2964 byte(s)
Diff to previous 26
Switch to hw flow control


Revision 26 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/GsmModem.cpp
File length: 2918 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