import server from "../dist/index.mjs";
const PORT = 69;
server.listen(PORT, "127.0.0.1", () => {
console.log("Server listening on port " + PORT);
});
-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of TFTP server according to IETF RFC 1350 TFTP Protocol Version 2
License
haikelfazzani/tftp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published