mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
speedify sharing
This commit is contained in:
@@ -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
1
readme.md
Normal 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
11
speedify.conf
Normal 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"
|
||||
Reference in New Issue
Block a user