Search code examples
javahttptcpiotteltonika

TCP to HTTP communication


I have an IOT device which is sending data continuously to a configured server using TCP protocol.

Can i receive the data using HTTP protocol and any java http services application like spring-boot application?

Device details : https://teltonika.lt/product/fmb920/


Solution

  • As the device was returning the data in TCP protocol so I could not get any solution to get data in http protocol.

    I achieved that by establishing the TCP connection using sockets.