Skip to content
/ razdal Public

TFTP server with very small memory footprint

License

Notifications You must be signed in to change notification settings

m1kc/razdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

razdal

TFTP server with very small memory footprint. Stripped binary is about ~130 Kb, it doesn't need libc, and in theory requires just ~10 Kb of memory to work.

🔧 Stability: alpha

Screenshot

Restrictions:

  • read-only (doesn't accept write requests)
  • retransmission not supported
  • RRQ blocks until complete

Written in Zig.