I have an IoT project that has to identify my RaspberryPI (which has Android Things OS) over the local network.
A good way to do this is by using the Multicast DNS (mDNS) that Android Things broadcasts as Android.local
.
The question is: can I change the Android.local
to somethingelse.local
so that I dont have any conflicts ?
I know it is possible using a Linux OS, as showed here. Can I do the same on Android Things ?
Thanks in advance!