Hey Chad - what do you mean "test"? Are you trying to test that it
can be received by the remote port? That you're able to send FROM the
local port? That the message is definitely received?
Lance Robinson
http://www.lancerobinson.net
Now, I think you have to remember the connectionless nature of UDP, if
that's indeed what you're trying to test.
If your packet is sent from the localhost, it is a success, regardless
of whether the remote end accepts or refuses the UDP packet.
Marco
Some kind of network sniffer on the other end or logging on the other
end perhaps?
Without some kind of UDP server on the other end, checking this can be a
bit difficult from the client end.
You need the server to return "something" to the client to say that the
UDP packet succeeded, and UDP-type communications doesn't usually
provide this.
Marco
--
*Microsoft MVP - Windows PowerShell
https://mvp.support.microsoft.com/profile/Marco.Shaw
*Co-Author - Sams Windows PowerShell Unleashed 2nd Edition
*PowerShell Co-Community Director - http://www.powershellcommunity.org
*Blog - http://marcoshaw.blogspot.com
"Chad" <Ch...@discussions.microsoft.com> wrote in message
news:FA6E11AA-3FA4-41C2...@microsoft.com...