How my device can get the list of IP address of devices in the LAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-20 6: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.
- Labels:
-
STM32WL series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 1:23 AM
Send broadcast messages?
Snoop local traffic?​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 6:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-21 11:38 PM
