This document explains the installation procedure. EAR is implemented using Netfilter and Orinoco linux device driver. Therefore, the source codes we distribute consist of a EAR netfilter (called iEAR) and a modified device driver (called oEAR) in addition to set-up script files.
Please note that we have only compiled and tested EAR on Intel/Linux.
The steps for installing EAR are as follows:
download ear.tar.gz
execute "tar -xzvf ear.tar.gz"
This will create a directory, "./EAR". Under ./EAR,
there are two other sub-directories, ./EAR/net and ./EAR/mac,
Each directory contains the following files
go to EAR home directory
execute "./EAR/iear/make"
go to EAR home directory
execute "./EAR/oear/make"
reload the compiled device driver
Now, you're ready to run EAR. To check if your EAR are working correctly, you can execute "dmesg" or capture a file in "/var/log/messages".
execute "./EAR/iear/start.sh"