Page 1 of 1

How to change device name connected to WiFi

Posted: Mon Jul 16, 2018 1:54 pm
by Deouss
After connecting to WiFi network most of my boards show same name 'espressif'
I would like to change it to unique names if possible. What's the way to do that?

Re: How to change device name connected to WiFi

Posted: Mon Jul 16, 2018 5:08 pm
by WiFive
Not a hardware question

tcpip_adapter_set_hostname

Re: How to change device name connected to WiFi

Posted: Wed Aug 01, 2018 10:13 pm
by Deouss
Thanks - it works great.
Another thing I would like to implement is to make ESP visible on network as device or computer
How do I do that? Is there a structure defining device OS and filesystem etc?
I don't want to use AP mode.
Thanks

Re: How to change device name connected to WiFi

Posted: Thu Aug 02, 2018 3:02 am
by WiFive
Mdns, nbns, upnp

Still not a hardware question :geek:

Re: How to change device name connected to WiFi

Posted: Thu Aug 02, 2018 4:29 am
by ESP_Sprite
Moved to general discussion, because indeed, these aren't hardware questions.