My climat station
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. | |
Detailed Description
This is simple TFTP server for the lwIP raw API.
Function Documentation
| err_t tftp_init | ( | const struct tftp_context * | ctx ) |
Initialize TFTP server.
- Parameters:
-
ctx TFTP callback struct
Definition at line 390 of file lwip_tftp_server.c.
Generated on Tue Jul 12 2022 14:26:06 by
1.7.2
Gleb Klochkov