Skip to content

A simple BOOTP server to support and simplify UEFI application development

Notifications You must be signed in to change notification settings

vurdalakov/bootp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple BOOTP server to support and simplify UEFI application development

Resources

Stars

Watchers

Forks

Packages

No packages published