PHP Applications
  1. PHP Applications

PHP-GSM

Public
AuthorCommitMessageCommit dateIssues
Thomas TornevallThomas Tornevall
7809fbc4d10MMerge pull request #11 in PHP/php-gsm from develop/1.0 to master* commit '067487f2b09251a04e04f62bd9ea7b6d315b28c6': More effective stream handler
Thomas TornevallThomas Tornevall
067487f2b09More effective stream handler
Thomas TornevallThomas Tornevall
c0be172870cMMerge pull request #10 in PHP/php-gsm from develop/1.0 to master* commit '440ea74bc6861a0daa2d363f68ea545f75d4a13d': 5 sec
Thomas TornevallThomas Tornevall
440ea74bc685 sec
Thomas TornevallThomas Tornevall
fa9d7d35c56MMerge pull request #9 in PHP/php-gsm from develop/1.0 to master* commit '7953a61ab7695c8ec8bec2503108e7b4759ca8c3': Preparing PDU-data for decoding recipts (testing) Preparing PDU-data for decoding recipts WaitStream = Max 3sec
Thomas TornevallThomas Tornevall
7953a61ab76Preparing PDU-data for decoding recipts (testing)
Thomas TornevallThomas Tornevall
ac7ce7a8e0cPreparing PDU-data for decoding recipts
Thomas TornevallThomas Tornevall
042ed834eeaWaitStream = Max 3sec
Thomas TornevallThomas Tornevall
9a0157cc9b9MMerge pull request #8 in PHP/php-gsm from develop/1.0 to master* commit '45040928c246d5f4abcaed819a13a9f7827339ab': Forgotten boolean
Thomas TornevallThomas Tornevall
45040928c24Forgotten boolean
Thomas TornevallThomas Tornevall
d4ca97c1ea8MMerge pull request #7 in PHP/php-gsm from develop/1.0 to master* commit '24b38210451816bf4c550853d0e14c7e69fc23e4': Code adjustments setMessageIndication() - SMS Receipt
Thomas TornevallThomas Tornevall
24b38210451Code adjustments
Thomas TornevallThomas Tornevall
46afa69b117setMessageIndication() - SMS Receipt
Thomas TornevallThomas Tornevall
e332dc5c4fcMMerge pull request #6 in PHP/php-gsm from develop/1.0 to master* commit '74b8f0fecb293ea73ab3dc78e8a26cfe6fedab38': Minor change.
Thomas TornevallThomas Tornevall
74b8f0fecb2Minor change.
Thomas TornevallThomas Tornevall
3b68cffd2bcMMerge pull request #5 in PHP/php-gsm from develop/1.0 to master* commit '1707d1643981e313f36d74715ebefe7f8dfacfab': UDH controls are faulty
Thomas TornevallThomas Tornevall
1707d164398UDH controls are faulty
Thomas TornevallThomas Tornevall
5e8fb5767fdMMerge pull request #4 in PHP/php-gsm from develop/1.0 to master* commit 'bc7edcad094b2f2386715c928e748b3ee525a027': * The arrays that will be decoded will now reset each round to prevent that strings are appended to the returning output * If header count mismatching when fetching UDH, one empty DATA_UDH is created, to indicate that the UDH is missing and contains only one message * Hdrlen is now pushed into PDULIB as first parameter, not the last * SMS H...
Thomas TornevallThomas Tornevall
bc7edcad094* The arrays that will be decoded will now reset each round to prevent that strings are appended to the returning output* If header count mismatching when fetching UDH, one empty DATA_UDH is created, to indicate that the UDH is missing and contains only one message * Hdrlen is now pushed into PDULIB as first parameter, not the last * SMS Header unixtime is now validating time by isset, if missing * SMS Data part using 1 instead of 0 in position * Added leftovers for SMS data part if missing * Code adjusted by ph...
Thomas TornevallThomas Tornevall
88c6bd0a384* Moved UDH_HDR_LENGTH to the initial part of UDH-class* Code adjusted by phpstorm
Thomas TornevallThomas Tornevall
92b88de4185* Non-Blocking mode by constructor fix* Reconnet on disconnection, when using send() * Moved usleep to the end of getModemData() * Cleaned up junk * Adding decoded data in listview * Code adjusted by phpstorm
Thomas TornevallThomas Tornevall
891092bd09fMMerge pull request #3 in PHP/php-gsm from develop/1.0 to master* commit '7041693d0bbd57b7ff1e37c702fc90ebc826c28e': Composer preparation.
Thomas TornevallThomas Tornevall
7041693d0bbComposer preparation.
Thomas TornevallThomas Tornevall
4b41c940e8aMMerge pull request #2 in PHP/php-gsm from develop/1.0 to master* commit '0f74404a3cf35e8e2394f891087f99594e2924bb': Composer ready + testfix
Thomas TornevallThomas Tornevall
0f74404a3cfComposer ready + testfix
Thomas TornevallThomas Tornevall
87ac5c922acMMerge pull request #1 in PHP/php-gsm from develop/1.0 to master* commit 'f22d6c68f7900fb99c5e5d8b008c18bfe833dae3': The README PDU messaging, pdulib update GSM Messaging patch Data models for UDH and PDU. Composer source Method information added The copyright Unconverted strings removed Supporting full send mode (except for the fact that long SMS is still not there) Core file is no longer necessary in the public repo Now supporting bo...
Thomas TornevallThomas Tornevall
f22d6c68f79The README
Thomas TornevallThomas Tornevall
5f5f1a3012aPDU messaging, pdulib update
Thomas TornevallThomas Tornevall
b320ac911dfGSM Messaging patch
Thomas TornevallThomas Tornevall
00dba4b4b73Data models for UDH and PDU.
Thomas TornevallThomas Tornevall
c5db7e46e1dComposer source
Thomas TornevallThomas Tornevall
bb9330c6492Method information added
Thomas TornevallThomas Tornevall
fba87c81c75The copyright
Thomas TornevallThomas Tornevall
e288d4fb9e1Unconverted strings removed
Thomas TornevallThomas Tornevall
cd85696da0aSupporting full send mode (except for the fact that long SMS is still not there)
Thomas TornevallThomas Tornevall
b70ae94b244Core file is no longer necessary in the public repo
Thomas TornevallThomas Tornevall
b1de8390ab7Now supporting both TEXT and PDU mode, with class 0 SMS in PDU mode
Thomas TornevallThomas Tornevall
e5bcbea3fe5PDU stuff
Thomas TornevallThomas Tornevall
e56cb932d7bTemporary core file
Thomas TornevallThomas Tornevall
0fadb5c99e1PDU update+ GSM0338 format file
Thomas TornevallThomas Tornevall
a23ccf07416GSM library for modems, initial codebase.
Thomas TornevallThomas Tornevall
4dd53edc6cdAdd some ignores in this space
Thomas TornevallThomas Tornevall
faef37983cdStartup.