My understanding: hardware equipment also should use the HTTP protocol to interact with the server,
Question: if I use is TCPIP way short links, TCPIP data content contains HTTP part of transmission, such as:
POST/API/V1/gateway/UpdateSensors HTTP/1.1/01
Userkey: bf3b2329416946509f58abd73299a6
Host: WWW.LEWEI50.COM
The Content - Length: 30
Connection: close
[{" Name ":" DS01 ", "Value" : "26"}]
So that send data and HTTP protocol transmission have essential differences? The server is the same?
Thank you!
CodePudding user response:
The HTTP protocol is based on TCP/IP protocol of clearIt was clear to you
CodePudding user response: