Page 1 of 1
need to eliminate ip ping response
Posted: Thu Jun 06, 2013 9:09 am
by Dave@bartinst.com
I have an application running on the SB70LC as a client. It responds to an ip ping with "The main page for the (project name) project". I am not sure what function sends this but I need to eliminate this response for a specific client. Any help would be appreciated. Thanks.
Re: need to eliminate ip ping response
Posted: Wed Jun 12, 2013 9:23 am
by Forrest
You are just using a regular ping <ipaddress>?
You are getting a web page back in your response.
How are you pinging the device? If you are using an application, what application. If you are using command line, what is the exact command you are typing in?
Are you running one of our example applications on the sb70lc? Or are you using a homemade application? Do you get the same results if you load the default factory application on to the device?
Re: need to eliminate ip ping response
Posted: Thu Jun 13, 2013 11:39 am
by Dave@bartinst.com
Forrest,
Thanks for the response. I did start with one of the examples and had StartHTTP in the code but did not need it or remember it was there. Removing it fixed the problem.