initial BLIT commit

This commit is contained in:
Ruzicka Pavel 2016-09-16 03:03:49 +02:00
parent 7c2356fe80
commit 5130a2ab11
24 changed files with 900 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/python
import sys
import netifaces as ni
gw_iface = ni.gateways()['default'][ni.AF_INET][1]
print gw_iface