Skip to content

devyte/nodemcu_tftpd

This branch is 5 commits behind renevdzee/nodemcu_tftpd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1efac2 · Jan 24, 2016

History

5 Commits
Jan 22, 2016
Jan 24, 2016

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%