speedify sharing

This commit is contained in:
sebseb7
2020-10-06 19:47:39 +01:00
parent 116c23c2fd
commit c58a274e9d
3 changed files with 14 additions and 0 deletions

View File

@@ -7,4 +7,6 @@ sudo apt-get install speedify
/usr/share/speedify/speedify_cli mode streaming
/usr/share/speedify/speedify_cli login <login> <password>
/usr/share/speedify/speedify_cli connect closest
sudo cp speedify.conf /etc/speedify
sudo service speedify-sharing restart

1
readme.md Normal file
View File

@@ -0,0 +1 @@
edit install-speedify.sh for speedify login credentials and speedify.conf for Access Point name and password

11
speedify.conf Normal file
View File

@@ -0,0 +1,11 @@
ENABLE_SHARE=1
SHARE_INTERFACE="wlan0"
INTERFACE_IP="192.168.145.1"
DNS_SERVERS="10.202.0.1,1.1.1.1"
SHARE_WITHOUT_SPEEDIFY=1
WIFI_INTERFACE="wlan0"
WIFI_SSID="SpeedifyAP"
WIFI_PASSWORD="password"
WIFI_MODE="5"
WIFI_CHANNEL="36"
WIFI_COUNTRY="DE"