[lwip-users] ping out from RAW API

2011-02-03 Thread shogun
I am using the RAW API of lwip version 1.3.2 on a Stellaris CPU. I would like to ping the network device (PC) on the other end of the cable. I didn't see anything in the API to do a ping to another IP. Is this supported and if so how would I do it? Thanks, DB ___

Re: [lwip-users] ping out from RAW API

2011-02-03 Thread Simon Goldschmidt
"shogun" wrote: > I didn't > see anything in the API to do a ping to another IP. Is this supported and > if so how would I do it? There's an example ping application in the contrib module/ZIP file (apps/ping/ping.c). The upper half of the file contains socket code, the lower half contains raw