ffnord / ffmap-backend

THIS PROJECT DOESN'T HAVE A MAINTAINER!
Other
20 stars 56 forks source link

Added: ssh proxy command support and additional parser arguments #23

Closed cholin closed 10 years ago

cholin commented 10 years ago

In case your ffmap-backend server is not part of the mesh you can use ssh to tunnel to your batman mesh:

bat2nodes.py -m bat0 -s root@10.0.0.1 -d ../ffmap-d3

Additional: support for dhcp.leases file (for aliases) and possiblity to skip rrd database.

To generate ffmap data (without rrd) I use the following snippet

scp 104.X.X.X:/tmp/dhcp.leases leases
python2 bat2nodes.py -m bat0 -s root@104.X.X.X -d ../ffmap-d3 -n -l leases
tcatm commented 10 years ago

This does too many things at once. Please split it into smaller patches :)

cholin commented 10 years ago

Done. :smiley:

tcatm commented 10 years ago

I meant smaller pull requests, each adding a simple feature.