You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an upstream WICED issue, but serious enough for me to want to address it here.
Reproduction steps:
Edit apps/snip/tcp_client and change the include/default_wifi_config_dct.h access point setting to fit your environment.
Run ./make EMW3162-FreeRTOS-LwIP-snip.tcp_client download run
Watch the serial console output.
Try starting the echo server by running python27 apps/snip/tcp_client/tcp_echo_server.py
Notice how the echoing doesn't start working.
Reset the EMW module
Notice the echo working
You can at this point try killing the echo server and restarting it and see how it fails to start echoing again, but
Run ./make EMW3162-snip.tcp_client download run to build ThreadX-NetX instead of FreeRTOS-Lwip and continue from step 2. See how the echoing resumes when the server becomes available.
I reproduced this on EMW3162, but as this seems to be an upstream issue, reported on the WICED forums, this most likely applies to the EMW3165 too.
The text was updated successfully, but these errors were encountered:
emilf
changed the title
Using LwIP can make TCP connections and/or re-transmits fail. (upstream issue
Using LwIP can make TCP connections and/or re-transmits fail. (upstream issue)
Nov 3, 2015
I suggest they seriously consider to upgrade both FreeRTOS and LwIP to latest versions as part of 3.4 it might solve a number of their problems.
As far as the private extension done by Broadcom to FreeRTOS, they can use what I have incorporated into 8.2.2 (and uploaded to their forum) or even better would be to engage Richard Barry at Real Time Engineers to consider incorporating their changes into the next official release. I have already raised the topic with him.
This is an upstream WICED issue, but serious enough for me to want to address it here.
Reproduction steps:
apps/snip/tcp_client
and change theinclude/default_wifi_config_dct.h
access point setting to fit your environment../make EMW3162-FreeRTOS-LwIP-snip.tcp_client download run
python27 apps/snip/tcp_client/tcp_echo_server.py
./make EMW3162-snip.tcp_client download run
to build ThreadX-NetX instead of FreeRTOS-Lwip and continue from step 2. See how the echoing resumes when the server becomes available.I reproduced this on EMW3162, but as this seems to be an upstream issue, reported on the WICED forums, this most likely applies to the EMW3165 too.
The text was updated successfully, but these errors were encountered: