Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madrugado/rarp
C# implementation of RARP
https://github.com/madrugado/rarp
arp c-sharp network
Last synced: 6 days ago
JSON representation
C# implementation of RARP
- Host: GitHub
- URL: https://github.com/madrugado/rarp
- Owner: madrugado
- License: mit
- Created: 2013-07-09T14:26:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T14:40:23.000Z (over 6 years ago)
- Last Synced: 2023-04-04T19:47:26.893Z (over 1 year ago)
- Topics: arp, c-sharp, network
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rarp
This is C# implementation of RARP (Inverse ARP, actually). It uses only CLR 2.0 features, so it should work on almost every recent Windows OS (starting from Windows XP, since it uses `iphlpapi.dll`). It's a console application taking as input MAC address to resolve and outputting corresponding IP address if resolve successed and nothing otherwise. It is single-threaded, so resolving may take a while.*WARNING!* The code hasn't been tested in modern Windows versions (starting Windows 8).
This project was developed for finding my toy robo-car since it's IP was constantly changing in local Wi-Fi network
and it's MAC was steel stable (obviously).