|
From: | Jaime Fernandez Hoffiz |
Subject: | Re: [lwip-users] UDP Sender omapl137 |
Date: | Sun, 6 Mar 2016 16:45:52 -0600 |
If possible I would like to follow up with a question. Let me know if it will be better to start a new email.After adding back tcpip_thread and following the udpecho in the app folderI see the following:the port I'm receiving and the address do not match what I'm expecting.I can see the data being sent "Hello World" in Spanish but the addrs and port don't seem right.I'm sending data from 192.168.10.2 port 5454.I have code that can send succesfully and I can read it in my PC but having troubles with the echo.Thanks in advance.On Sun, Mar 6, 2016 at 2:07 PM, Jaime Fernandez Hoffiz <address@hidden> wrote:Thanks.My final application would run using SYSBIOS so I will continue to use NO_SYS=0 and avoid mixing implementations.Thanks again.On Sun, Mar 6, 2016 at 1:54 PM, address@hidden <address@hidden> wrote:Jaime Fernandez Hoffiz wrote:
So even for a udp sender sounds like I still need to call the tcpip_thread.
Normally you wouldn't, but you need to configure the whole platform correctly. What you're trying to do is mixing half NO_SYS=0 and half NO_SYS=1. And that's not meant to work.
Simon
_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users
[Prev in Thread] | Current Thread | [Next in Thread] |