Skip to content

devyte/nodemcu_tftpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%