User Activity

I am working on a tftp client program that receives a file from a tftp server. I found the tftp client library below and ported it. https://github.com/particle-iot/lwip/blob/master/contrib/examples/tftp/tftp_example.c   The file is received in debugg...
HelloI am looking for a tftp client example or working C code.I am trying to download a file from a tftp server with a tftp client, so I need a reference document or code.I implemented it as a TFTP Server using the ST library example and tried to upl...