Keil™, An ARM® Company

Discussion Forum

Send PING from RL-TCP

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Lukas van der Heeden
Posted
8-May-2008 03:33
Toolset
ARM
New! Send PING from RL-TCP

Hello all,

I’m creating some service functions for a product that use the Keil RL-TCP network stack.

So I implement a function that dumps the arp table to a VT100 terminal and so on.

Now I also will add a ping command. Is this possible? I only can find functions for sending UDP and TCP packets, not ICMP or raw IP packets.

Read-Only
Author
Tamir Michael
Posted
8-May-2008 03:40
Toolset
ARM
New! RE: Send PING from RL-TCP

Why not implement the protocol yourself if it is not available yet?

Read-Only
Author
13Per Westermark
Posted
8-May-2008 03:51
Toolset
ARM
New! RE: Send PING from RL-TCP

Most people don't buy a TCP stack to implement one of the base protocols themselves.

By the way - it isn't so easy to implement different protocols until he have located the functions to send and receive raw IP packets.

Next Thread | Thread List | Previous Thread Start a Thread | Settings