Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
k64f web server?
Hello, I see many web servers for other platforms, but nothing for the k64f. Does anyone have one that works for the k64f?
Thanks for your help!
1 Answer
10 years, 2 months ago.
Yeap I managed to create a web server on k64f
Would you be able to post your code? I can't seem to get mine to work.
Thanks for your help!
posted by 11 Sep 2014Yes I can, but before posting the code, I would suggest you to import the latest ethernet library #include "EthernetInterface.h, after importing the library try to update it. The latest ethernet library has the K64F folder in it at the location EthernetInterface>iwp-eth>arch>K64f.
Also import mbed-rtos and replace mbed with mbed-src library. After doing this try the basic ethernet program to check whether you are able to get the connectivity or not.
Let me know then
Cheers
posted by 12 Sep 2014