srarpd

Simple RARP server for Linux

View the Project on GitHub

SRARPD

Description

srarpd is a simplified implementation of the RARP protocol RFC 903 in C.

Simplified refers to the fact that it only handles requests to lookup IPv4 addresses based on Ethernet (type 0x0001) link layer (MAC) addresses.

srarpd uses sqlite3 3.20.1 (3200100) as the underlying database for the storage/lookup of addresses.

Motivation

Just for the fun of it!

Build dependencies

Linux system with

SQLite3 database schema

Currently there is only one table named ADDRESSES with the following columns:

TODO

License

MIT license