need to eliminate ip ping response

Topics for the Eclipse Environment
Post Reply
Dave@bartinst.com
Posts: 2
Joined: Thu Jun 06, 2013 8:02 am

need to eliminate ip ping response

Post 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.
User avatar
Forrest
Posts: 283
Joined: Wed Apr 23, 2008 10:05 am

Re: need to eliminate ip ping response

Post 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?
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
Dave@bartinst.com
Posts: 2
Joined: Thu Jun 06, 2013 8:02 am

Re: need to eliminate ip ping response

Post 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.
Post Reply