renevdzee / nodemcu_tftpd

NodeMCU ESP8266 tftp server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodemcu_tftpd

A simple nodemcu lua tftp server to upload your nodemcu lua files over the Wifi connection

Installation

Upload the with f.e. lualoader then compile using

node.compile("tftpd.lua")

and optionally remove the lua file to save some flash space

file.remove("tftpd.lua")

Start

To run the tftp server:

dofile("tftpd.lc")()

To auto-start the tftp server add the line above to your init.lua

About

NodeMCU ESP8266 tftp server


Languages

Language:Lua 100.0%