KDS TCP/IP DEMO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS TCP/IP DEMO

Jump to solution
1,083 Views
kooroshhajiani
Contributor III

Hi,

I'm running the following demo from SDK_1.3:

C:\Freescale\KSDK_1.3.0\examples\twrk64f120m\demo_apps\lwip\lwip_tcpecho_demo\tcpecho_rtos\tcpecho_freertos\kds

I can ping the board using the following command:

ping 192.168.2.102

However when I try the echo a packet send by typing:

C:\>echotool 192.168.2.102/p tcp/r 7/d hello

I get :

Host not found

Any ideas?

Thanks,

Koorosh Hajiani

Tags (1)
1 Solution
627 Views
isaacavila
NXP Employee
NXP Employee

Hello Koorosh,

I do not know how the echotool works but i would recommend you to use another software (for example Socket test) to test the echo implementation, this documents talks about socket test software (chapter 1) so you can give a look to it: How to Add lwIP to KDS3.0 Project

Once I test this example by using socket test software, I am able to echo messages sent from client:

pastedImage_1.png

I hope this can help you!

Best Regards,

Isaac Avila

View solution in original post

2 Replies
628 Views
isaacavila
NXP Employee
NXP Employee

Hello Koorosh,

I do not know how the echotool works but i would recommend you to use another software (for example Socket test) to test the echo implementation, this documents talks about socket test software (chapter 1) so you can give a look to it: How to Add lwIP to KDS3.0 Project

Once I test this example by using socket test software, I am able to echo messages sent from client:

pastedImage_1.png

I hope this can help you!

Best Regards,

Isaac Avila

627 Views
kooroshhajiani
Contributor III

Hi Issac,

Thanks for the link.

It works.

Regards,

Koorosh Hajiani

0 Kudos