Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

TFTP server

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:
ctxTFTP callback struct

Definition at line 396 of file lwip_tftp_server.c.