arpwitch icon indicating copy to clipboard operation
arpwitch copied to clipboard

A modern arpwatch replacement with JSON formatted outputs and easy options to exec commands when network changes are observed.

Results 5 arpwitch issues
Sort by recently updated
recently updated
newest added

Could you provide an example of how to pass along details of the from the discovery to the exec command? I am trying to send along details of a discovery...

Improve documentation making it easier to understand how to use interpolated variables in exec The documentation examples are thin-in-detail on this https://arpwitch.readthedocs.io/en/latest/docs/command-line/examples/ And there is no other reference to the...

enhancement

We currently have the following interpolated variables that can be referenced in the `--exec` - {IP}=ipv4-address - {HW}=hardware-address - {TS}=timestamp-utc - {ts}=timestamp-utc-short Need another variable that allows user to obtain...

enhancement

Replaced `import OuiLookup` with `from ouilookup import OuiLookup` due to compatibility issues with _ouilookup 0.3.1_. This change ensures the project works correctly. Additionally, introduced `ieee-data` for CSV access, enabling the...

Occurs because Arpwitch does not pin the OuiLookup version. Workaround is to install the previous OuiLookp version until Arpwitch is updated ```shell pip install ouilookup==0.2.4 ```