https://github.com/m1kc/razdal
TFTP server with very small memory footprint
https://github.com/m1kc/razdal
embedded minimal tftp tftp-server tftpd zig
Last synced: about 1 month ago
JSON representation
TFTP server with very small memory footprint
- Host: GitHub
- URL: https://github.com/m1kc/razdal
- Owner: m1kc
- License: mit
- Created: 2023-01-05T20:57:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T19:12:44.000Z (over 2 years ago)
- Last Synced: 2025-02-17T14:14:42.566Z (4 months ago)
- Topics: embedded, minimal, tftp, tftp-server, tftpd, zig
- Language: Zig
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
:wrench: Stability: alpha

Restrictions:
* read-only (doesn't accept write requests)
* retransmission not supported
* RRQ blocks until completeWritten in Zig.