How can I make it that my Pi pings a server + port, , sees if it's online and returns true or false accordingly???
Please provide me with code rather than just saying what I should do as I am just starting out
You can't ping ports, as Ping uses ICMP which doesn't have the notion of ports which are implemented in transport layer protocols like TCP and UDPFinlayDaG33k wrote:How can I make it that my Pi pings a server + port, , sees if it's online and returns true or false accordingly???
Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetimeFinlayDaG33k wrote:Please provide me with code rather than just saying what I should do as I am just starting out