A Laravel website which sends out and receives SMS messages.
libzmq3-dev
php-zmq
These are the packages that can be installed with apt
.
- There are two C programs in c_programs directory. Compile them with
make
and run them withsudo
- You should start sms_receiver first before starting sms_sender
- sms_sender program uses tools from SMS Server Tools 3. All credit to Stefan Frings (original author of SMS Server Tools), Keijo "Keke" Kasvi (current maintainer) and other contributors.
- sms_receiver program uses tools from hitmoon pdu decoder.