https://github.com/jpmikkers/dhcpserver
Managed DHCP server implementation, written in C#
https://github.com/jpmikkers/dhcpserver
csharp dhcp dhcp-server ipv4 mit-licensed rfc2131 rfc2132
Last synced: about 1 year ago
JSON representation
Managed DHCP server implementation, written in C#
- Host: GitHub
- URL: https://github.com/jpmikkers/dhcpserver
- Owner: jpmikkers
- License: mit
- Created: 2017-04-09T21:26:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T13:19:38.000Z (over 1 year ago)
- Last Synced: 2025-03-30T18:08:15.832Z (about 1 year ago)
- Topics: csharp, dhcp, dhcp-server, ipv4, mit-licensed, rfc2131, rfc2132
- Language: C#
- Homepage:
- Size: 463 KB
- Stars: 74
- Watchers: 8
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# DHCPServer
Open source managed ipv4 DHCP server implementation, written in C#. With extensive support for DHCP options it is ideally suited for configuring and netbooting local systems such as PLCs and blade racks. The permissive MIT license enables free commercial use and distribution.
Check out the [wiki](../../wiki) for more details on how to embed the DHCP server in your application.