Thomas Tornevall | 7809fbc4d10M | Merge pull request #11 in PHP/php-gsm from develop/1.0 to master* commit '067487f2b09251a04e04f62bd9ea7b6d315b28c6':
More effective stream handler | |
Thomas Tornevall | 067487f2b09 | More effective stream handler | |
Thomas Tornevall | c0be172870cM | Merge pull request #10 in PHP/php-gsm from develop/1.0 to master* commit '440ea74bc6861a0daa2d363f68ea545f75d4a13d':
5 sec | |
Thomas Tornevall | 440ea74bc68 | 5 sec | |
Thomas Tornevall | fa9d7d35c56M | Merge 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 Tornevall | 7953a61ab76 | Preparing PDU-data for decoding recipts (testing) | |
Thomas Tornevall | ac7ce7a8e0c | Preparing PDU-data for decoding recipts | |
Thomas Tornevall | 042ed834eea | WaitStream = Max 3sec | |
Thomas Tornevall | 9a0157cc9b9M | Merge pull request #8 in PHP/php-gsm from develop/1.0 to master* commit '45040928c246d5f4abcaed819a13a9f7827339ab':
Forgotten boolean | |
Thomas Tornevall | 45040928c24 | Forgotten boolean | |
Thomas Tornevall | d4ca97c1ea8M | Merge pull request #7 in PHP/php-gsm from develop/1.0 to master* commit '24b38210451816bf4c550853d0e14c7e69fc23e4':
Code adjustments
setMessageIndication() - SMS Receipt | |
Thomas Tornevall | 24b38210451 | Code adjustments | |
Thomas Tornevall | 46afa69b117 | setMessageIndication() - SMS Receipt | |
Thomas Tornevall | e332dc5c4fcM | Merge pull request #6 in PHP/php-gsm from develop/1.0 to master* commit '74b8f0fecb293ea73ab3dc78e8a26cfe6fedab38':
Minor change. | |
Thomas Tornevall | 74b8f0fecb2 | Minor change. | |
Thomas Tornevall | 3b68cffd2bcM | Merge pull request #5 in PHP/php-gsm from develop/1.0 to master* commit '1707d1643981e313f36d74715ebefe7f8dfacfab':
UDH controls are faulty | |
Thomas Tornevall | 1707d164398 | UDH controls are faulty | |
Thomas Tornevall | 5e8fb5767fdM | Merge 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 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 Tornevall | 88c6bd0a384 | * Moved UDH_HDR_LENGTH to the initial part of UDH-class* Code adjusted by phpstorm | |
Thomas 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 Tornevall | 891092bd09fM | Merge pull request #3 in PHP/php-gsm from develop/1.0 to master* commit '7041693d0bbd57b7ff1e37c702fc90ebc826c28e':
Composer preparation. | |
Thomas Tornevall | 7041693d0bb | Composer preparation. | |
Thomas Tornevall | 4b41c940e8aM | Merge pull request #2 in PHP/php-gsm from develop/1.0 to master* commit '0f74404a3cf35e8e2394f891087f99594e2924bb':
Composer ready + testfix | |
Thomas Tornevall | 0f74404a3cf | Composer ready + testfix | |
Thomas Tornevall | 87ac5c922acM | Merge 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 Tornevall | f22d6c68f79 | The README | |
Thomas Tornevall | 5f5f1a3012a | PDU messaging, pdulib update | |
Thomas Tornevall | b320ac911df | GSM Messaging patch | |
Thomas Tornevall | 00dba4b4b73 | Data models for UDH and PDU. | |
Thomas Tornevall | c5db7e46e1d | Composer source | |
Thomas Tornevall | bb9330c6492 | Method information added | |
Thomas Tornevall | fba87c81c75 | The copyright | |
Thomas Tornevall | e288d4fb9e1 | Unconverted strings removed | |
Thomas Tornevall | cd85696da0a | Supporting full send mode (except for the fact that long SMS is still not there) | |
Thomas Tornevall | b70ae94b244 | Core file is no longer necessary in the public repo | |
Thomas Tornevall | b1de8390ab7 | Now supporting both TEXT and PDU mode, with class 0 SMS in PDU mode | |
Thomas Tornevall | e5bcbea3fe5 | PDU stuff | |
Thomas Tornevall | e56cb932d7b | Temporary core file | |
Thomas Tornevall | 0fadb5c99e1 | PDU update+ GSM0338 format file | |
Thomas Tornevall | a23ccf07416 | GSM library for modems, initial codebase. | |
Thomas Tornevall | 4dd53edc6cd | Add some ignores in this space | |
Thomas Tornevall | faef37983cd | Startup. | |