Http Webserver/Listener service support | Telit Cinterion IoT Developer Community
March 7, 2017 - 12:03pm, 2237 views
Hi,
Would any module supports Http webserver or http listener service ?
I know that modules do support http client service.
Regards,
KK
Hello,
Listening on the socket is supported for example by EHS5/6, ELS61, BGS5 modules (AT commands and Java). If you think of any particular module please ask. However if you would like to have an http server you'd have to add the http logic as http protocol is only supported for client connections.
Please also note that you will only be able to create secure socket connection or https connection as client.
Regards,
Bartłomiej
Hi,
if you would like to implement webserver on Gemalto modules, you have nice example for TC65 here: http://www.blogelectronica.com/en/webserver-java-tc65-mtx65/
With a little bit of work it can be ported on Gemalto module, but in most cases operator will be blocking incoming trafic on port 80, so you will probably need SIM card which alows such trafic.
Regards,
Jure
Thanks for the response.
Regards,
KK