python scripts read ip/arp and write to sqlite

reading arp

pip3 install python_arptable
>>> from python_arptable import ARPTABLE
>>> print(ARPTABLE)