Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP

Usage

import server from "../dist/index.mjs";

const PORT = 69;

server.listen(PORT, "127.0.0.1", () => {
  console.log("Server listening on port " + PORT);
});

Ressouces

-rfc1350

About

Implementation of TFTP server according to IETF RFC 1350 TFTP Protocol Version 2

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages