I am developing a web server on a microcontroller and use W5500 chip from Wiznet for access to Ethernet. Right now in order to access the web pages, on the browser I have to type in the ip address of the server. How do I give it a hostname, so instead of ip address I can enter the hostname in the browser?
I already have a working server.