This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from JumpScale import j | |
import os | |
import time | |
import socket | |
base = j.tools.cuisine._getBaseClass() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bring WiFi in from the panda adapter on wlan1 | |
# push WiFi out from the built in adapter on wlan0 | |
################################################## | |
# Install dnsmasq to provide IP addresses (via dhcp) | |
# Install hostapd to be an access point | |
# | |
sudo apt-get -qq install dnsmasq hostapd isc-dhcp-server ufw dnsutils netstat-nat | |
################################################## | |
# Update network interfaces | |
# |