I am creating queue management system at work and neeed to implement gsm modem to send sms confirmation to users.
I have used PHP DIO library for accessing COM port and usedAT commands to send SMS.
But I want to keep separate my AT commands as another process, not associated with httpd.exe. Is it possible to use some gsm modem service, probably written in some other language, separately and call it from php code?
Is it possible to add PHP script to listen to some socket, and add Python script to this socket.