A simple BOOTP (PXE) server to support and simplify UEFI application development. It includes proxy DHCP and TFTP servers written in C#.
Allows to run UEFI apps on remote PC over network (PXE) directly from Visual Studio.
Version 1.00 (13 KB, requires .NET Framework 4 or higher)
bootp <path\filename.efi>
Solution includes a simple UEFI helloworld
C++ application to demonstrate usage of BOOTP Server
from Visual Studio.
It can be compiled on Windows using Visual Studio 2015 for x86_32
, x86_64
or ARM
targets.