kuredev / simple_arp

Simple ARP Client for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_arp

Simple ARP Client for Ruby(Sender Only)

Usage

require_relative "./lib/simple_arp"

client = SimpleARP::Client.new(src_if_name: "eth0", dst_ip_addr: "172.31.0.1")
client.send

About

Simple ARP Client for Ruby

License:MIT License


Languages

Language:Ruby 100.0%