/bootp

A simple BOOTP server to support and simplify UEFI application development

Primary LanguageC

BOOTP Server

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.

Download

Version 1.00 (13 KB, requires .NET Framework 4 or higher)

Usage

Run from command line:

bootp <path\filename.efi>

Run from Visual Studio:

A simple BOOTP server that allows to run UEFI apps on remote PC over network directly from Visual Studio

Sample application

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.