Skip to content

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

License

Notifications You must be signed in to change notification settings

haikelfazzani/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published