2019-05-27 04:39 AM
I have to implement TFTP with RTOS(RTOS is importent because my application code is running on Free RTOS) for file transfer.. I am searching last many days for an example code of TFTP with RTOS, but the result was null. If any one having a sample code of TFTP using RTOS Please share me, that will be a great help.
Thanks,
Sayooj
2019-05-27 06:10 AM
Perhaps there is more to software development than cutting and pasting others code from the internets?
Can't you migrate some linear code to a task/thread, or at least use it as a road map to the protocols sequence/expectation? Perhaps review the RFC?
2019-05-27 09:45 AM
TFTP is abbreviation of Trivial File Transfer Protocol. And it really is trivial:
http://telescript.denayer.wenk.be/~hcr/cn/idoceo/udp_tftp.html
If one can't implement it, then he's not able to implement anything useful at all...