Skip to main content
Sayooj M
Visitor II
May 27, 2019
Question

is it feasible to implement TFTP using RTOS?

  • May 27, 2019
  • 2 replies
  • 793 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 27, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Piranha
Principal III
May 27, 2019

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