Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
TFTP server
[Applications]
This is simple TFTP server for the lwIP raw API. More...
Data Structures | |
| struct | tftp_context |
| TFTP context containing callback functions for TFTP transfers. More... | |
Modules | |
| Options | |
Functions | |
| err_t | tftp_init (const struct tftp_context *ctx) |
| Initialize TFTP server. | |
| void | tftp_cleanup (void) |
| Deinitialize ("turn off") TFTP server. | |
Detailed Description
This is simple TFTP server for the lwIP raw API.
Function Documentation
| void tftp_cleanup | ( | void | ) |
Deinitialize ("turn off") TFTP server.
Definition at line 427 of file lwip_tftp_server.c.
| err_t tftp_init | ( | const struct tftp_context * | ctx ) |
Initialize TFTP server.
- Parameters:
-
ctx TFTP callback struct
Definition at line 396 of file lwip_tftp_server.c.
Generated on Tue Jul 12 2022 13:55:22 by
1.7.2