cancel
Showing results for 
Search instead for 
Did you mean: 

is it feasible to implement TFTP using RTOS?

Sayooj M
Associate

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

2 REPLIES 2

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?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Piranha
Chief II

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...