Questions tagged [arp]

Address Resolution Protocol (ARP) is a telecommunications protocol used for resolution of network layer addresses into link layer addresses

Address Resolution Protocol (ARP) is a telecommunications protocol used for resolution of network layer addresses into link layer addresses, a critical function in multiple-access networks. ARP was defined by RFC 826 in 1982. It is Internet Standard STD 37. It is also the name of the program for manipulating these addresses in most operating systems.

(source: Wikipedia)

3 questions
5
votes
3 answers

How to Get IP address from MAC Address using ESP8266 wifi Module

I am trying to use my esp8266 to discover several WiFi devices (sensor) in my home. I only know these devices MAC address, and I need to send TCP packets to their IP address. Using RPi, I can do that using ethernet and ARP protocol. But I cannot…
bonchenko
  • 244
  • 4
  • 8
2
votes
2 answers

ARP message to enc28j60

I have made the driver for enc28j60 for LPC1788 and I'm trying to send UDP message to LPC via wifi enabled device (iOS, windows over wifi). But transmission fails. Wifi device sends the ARP request. LPC sends the response, but it doesn't arrive. I…
Gossamer
  • 663
  • 6
  • 14
0
votes
0 answers

SMBus ARP working example

I've been playing around with an arduino and a few sensors when I came across this amazing communication protocol I2C with which a master can communicate with all of the sensors (or slaves in a more general term) on the bus. So far so good. I was…
dravit
  • 141
  • 4