9 years, 8 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

9 years, 7 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 Don Bailey 11 Sep 2014

Yes 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 zain aftab 12 Sep 2014

Thank you! I will do that, did you have code posted?

posted by Don Bailey 17 Sep 2014