Hello All. I would like to create GSM webserver with simcom. I found a few libraries, but all of them use arduino as web client sending data to server. I need to create gsm webserver to view Arduino webpage remotely. Do you have any experiences with that. Simcom 7600 server mode can be started with
AT+CIPMODE=1
AT+NETOPEN
AT+SERVERSTART=80,0
But it has specific commands to close connection and respond client. Thank you for any example.