is it feasible to implement TFTP using RTOS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-27 4: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
- Labels:
-
FreeRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-27 6: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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-27 9: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...
