Rtos API example

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.

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

Definition at line 390 of file lwip_tftp_server.c.