coredhcp VS dhcproto

Compare coredhcp vs dhcproto and see what are their differences.

coredhcp

Fast, multithreaded, modular and extensible DHCP server written in Go (by coredhcp)

dhcproto

A DHCP parser and encoder for DHCPv4/DHCPv6 (by bluecatengineering)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
coredhcp dhcproto
2 3
903 109
0.7% 0.0%
6.3 0.0
about 2 months ago 4 months ago
Go Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coredhcp

Posts with mentions or reviews of coredhcp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • ISC DHCP Server has reached EOL
    3 projects | news.ycombinator.com | 10 Oct 2022
    Ok here is my followup. I didn't go into detail about kea hooks [0] because I didn't write any kea hook before, but from what I can tell it should cover all your needs. You have to write c code which I find absurd tbh, but if it has the functionality you are looking for it could be a solution.

    I already posted my dnsmasq "solution" so I will skip this. If you want a code example I could whip you one up.

    Then there is coredhcp [1] and you can write plugins written in go for it.

    From time to time some hobby dhcp server pop up, but most fade away since (I guess) the existing solutions are "good enough". I for instance implement a automatic provisioning and configurating dhcp setup with tftp and pxe boot using dnsmasq. It automatically creates pxe configs based on the mac address and some other stuff (tm). Kea seemed overkill for this usecase and I'm quite happy with what I got.

    Your use case of automatically fixing hostnames through ISC seems a bit overkill to me as well to be frank. My home network has a few VLANs and every device in it is managed manually. It's a one time setup and most automation is unnecessary (and some devices in my network flatout ignore some dhcp options....). Aaaaanyway I still think that most dhcp servers out there support some form of scripting (heck even udhcpcd has a lease notify script that could be hacked to offer some of that functionality even though this gets only executed after the fact so a bit useless [2]).

    > oh wait, I wonder how much ISC was paid … to do exactly this EOL … by these major ISPs?

    I don't know. Nothing?

    > Plausible future: I can envision a special DHCP vendor-specific OPTION to use time-based blockchain hash to further solidify their hold.

    Reading your cynic banter I'm quite happy of not having your DHCP problems. Looking through your github repositories I can find a bunch of configuration files for dhclient, but not much in form of ISC configs (only the nintendo fix you posted in your first post). Would be really interested in your setup.

    [0] https://kea.readthedocs.io/en/latest/arm/hooks.html

    [1] https://github.com/coredhcp/coredhcp

    [2] https://github.com/mirror/busybox/blob/master/examples/udhcp...

  • Can an AC-M run a DHCP server?
    1 project | /r/Ubiquiti | 27 Jul 2021
    If it were me I'd compile a Go DHCP daemon because they're fully static. All you'd theoretically need is the compiled binary and a config file. Copy (scp) those to the AP and run it. No idea if it would really work, but it seems like it could. Something like this: https://github.com/coredhcp/coredhcp - README even provides example compile and run commands and a simple 8 line config file. If you've never setup Go it might take you a bit, but it's gotten a lot easier in recent years.

dhcproto

Posts with mentions or reviews of dhcproto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.
  • dora - A Rust DHCP server
    4 projects | /r/rust | 30 Nov 2022
    I'll probably write a longer form blog post about it at some point, but there was such good feedback and PRs after we open-sourced dhcproto that we thought we would share this project also. If you're interested, check it out!
  • ISC DHCP Server has reached EOL
    3 projects | news.ycombinator.com | 10 Oct 2022
    At BlueCat we're looking at offering a DHCP replacement, here is the GitHub of where we're at:

    https://github.com/bluecatengineering/dhcproto

    Disclaimer: I work there. My own opinions.

  • HTTPS-DNS: Rust-based minimal DNS-over-HTTPS (DoH) client
    2 projects | news.ycombinator.com | 27 May 2022
    I work at a DDI (DNS, DHCP, IPAM) company and I'm always excited to see others contributing to the space.

    We've done some rust contributions but on the DHCP side of things: https://github.com/bluecatengineering/dhcproto

What are some alternatives?

When comparing coredhcp and dhcproto you can also consider the following projects:

dhcp - DHCPv6 and DHCPv4 packet library, client and server written in Go

dora - A Rust DHCP server

bofied - Modern network boot server.

busybox - BusyBox mirror

xDhcpServer - This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.

https-dns - Minimal and efficient DNS-over-HTTPS (DoH) client

go - The Go programming language

mozim - DHCP Client Daemon

ldhcpd - Light DHCPd -- a DHCP server with a small feature set and a remotely programmable control plane

dhcp - Jagornet DHCP Server - An open source DHCPv4/DHCPv6 Server for Java

rest-dhcpd - REST driven DHCP server