2020-12-20 06:35 PM
I read about ARP protocol but it needs IP address to get MAC. How i will know the IP address of neighboring devices to establish communication. We are using router for dynamic address.
2020-12-21 01:23 AM
Send broadcast messages?
Snoop local traffic?
2020-12-21 06:11 PM
2020-12-21 10:07 PM
Providing no gateway is used look at using Reverse ARP to periodically advertise the IP address associated with the MAC. The IOT device originates the broadcast message. Many early 10/100 switches required Reverse ARP to auto-negotiate 10Mbit modes, where the IOT device must provide an initial message to configure the switch.
If you are using a gateway and DHCP to assign a random IP address then you will also need a DNS which is updated by the DHCP server.
Jack Peacock
2020-12-21 11:38 PM