DHCP can provide the name of the requesting computer to the server, which can then write this to the IP address that it issues. Many (most?) Standalone routers / WiFi boxes will do this, and if not, DD-WRT or OpenWRT will.
Note that the requesting computer must send its hostname to the DHCP request, which is not necessary for this to work. I donβt know if FreeRTOS does this, but even this is not an option that you could certainly upgrade for this.
Some DHCP systems (for example, a Linux Linux DHCP server) also have the ability to contact a DNS server that supports dynamic updates (for example, Linux "bind") to push the host-> ip mapping table and thus make the mapping available Any device that uses this DNS server to search.
source share