Alien
Alien

Reputation: 15898

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/

Upvotes: -1

Views: 500

Answers (1)

Alien
Alien

Reputation: 15898

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.

Upvotes: 0

Related Questions