Home AMX User Forum AMX Technical Discussion
Options

Sending ICMP packets (ping)

I want to send a PING (icmp echo request) with a Netlinx controller. Is this possible? And how?

Comments

  • Options
    jweatherjweather Posts: 320
    You can't send ICMP packets from NetLinx code, but you can make a telnet connection to your own master's console to use the ping command and parse the results. Type "ping -?" to show the options.
Sign In or Register to comment.