Contact Us
- Post a Public Question
- Email Us
- Call Us @ 313-209-4320
Hi... what is the difference between using a HTTP GATEWAY and NETWORK GATEWAY?
Which one is better?
I see that there's some commands to GET STATUS. How could I get status of the Receiver and show it on screen?
1. Different control protocols
2. HTTP allows multiple connections vs TCP(network gateway) only a single connection and requires keep alive command to be sent every 45 seconds.
3. HTTP has be queried every time status changes vs TCP is auto reply.