Hi-
I am adding a simple TCP/IP socket client to my application which is K20 + Atheros AP4100P. The WiFi driver is now working on 4100P.
Can someone please point me to a start point? Like documents, sample code, etc?
Thanks!
Hui
Hello Hui,
Please review the appnote AN3907 (http://cache.freescale.com/files/32bit/doc/app_note/AN3907.pdf) in the section 2.1.4 Sockets.
In addition please check the below application note:
http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4417.pdf
the source code is provided here:
http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4417SW.zip
Please let me know if this helps.
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Sol
That's very helpful.
For connection to local WLAN AP, what are the steps or APIs to use to establish it? Like security, and network mode etc?
In addition, how to resolve the URL address through DNS?
Thanks!
Hui