Releases: SimpleDaemons/simple-tftpd
Releases · SimpleDaemons/simple-tftpd
v0.3.0
Release v0.3.0 - Production ready
- Full TFTP protocol (RFC 1350), options (RFC 2347), windowed transfers
- Security, multi-format config (JSON/YAML/INI), hot reload
- Production monitoring (health checks, metrics), 86 unit tests
- Tests enabled by default in build
Packages
This release includes packages for:
- Linux (Debian/Ubuntu): DEB packages
- Linux (RHEL/CentOS/Fedora): RPM packages
- FreeBSD: PKG packages
- macOS: DMG and PKG packages
- Source: Source tarballs and ZIP archives
Installation
Debian/Ubuntu
sudo dpkg -i simple-tftpd-0.3.0-linux-debian-amd64.debRHEL/CentOS/Fedora
sudo rpm -ivh simple-tftpd-0.3.0-linux-generic-amd64.rpmFreeBSD
sudo pkg add simple-tftpd-0.3.0-freebsd-amd64.pkg
sudo /usr/local/share/simple-tftpd/post-install.sh
sudo sysrc simple_tftpd_enable=YES
sudo service simple_tftpd startmacOS
Download and open the DMG file, or install via:
sudo installer -pkg simple-tftpd-0.3.0-macos-intel.pkg -target /Source Code
git clone https://github.com/SimpleDaemons/simple-tftpd.git
cd simple-tftpd
git checkout v0.3.0v0.2.1
v0.2.1 - Build fixes and compilation improvements
Packages
This release includes packages for:
- Linux (Debian/Ubuntu): DEB packages
- Linux (RHEL/CentOS/Fedora): RPM packages
- macOS: DMG and PKG packages
- Source: Source tarballs and ZIP archives
Installation
Debian/Ubuntu
sudo dpkg -i simple-tftpd_0.2.1_*.debRHEL/CentOS/Fedora
sudo rpm -ivh simple-tftpd-0.2.1-*.rpmmacOS
Download and open the DMG file, or install via:
sudo installer -pkg simple-tftpd-0.2.1-*.pkg -target /Source Code
git clone https://github.com/SimpleDaemons/simple-tftpd.git
cd simple-tftpd
git checkout v0.2.1v0.1.0
v0.1.0 - Phase 1: Foundation & Core Implementation
Packages
This release includes packages for:
- Linux (Debian/Ubuntu): DEB packages
- Linux (RHEL/CentOS/Fedora): RPM packages
- macOS: DMG and PKG packages
- Source: Source tarballs and ZIP archives
Installation
Debian/Ubuntu
sudo dpkg -i simple-tftpd_0.1.0_*.debRHEL/CentOS/Fedora
sudo rpm -ivh simple-tftpd-0.1.0-*.rpmmacOS
Download and open the DMG file, or install via:
sudo installer -pkg simple-tftpd-0.1.0-*.pkg -target /Source Code
git clone https://github.com/SimpleDaemons/simple-tftpd.git
cd simple-tftpd
git checkout v0.1.0