- initial implementation of standalone hotspot

This commit is contained in:
2023-09-19 09:01:41 +03:00
parent e06636132b
commit 8ed8e5f255
4 changed files with 80 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ INSTALL_DIR=agent_gsm
GIT_SOURCE=https://git.sevana.biz/public/agent_gsm
# Install prerequisites
sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests rabbitpy pydub
sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy dnsmasq hostapd
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests rabbitpy pydub reachability bottle
if [ -f "$INSTALL_DIR" ]; then
rm -rf "$INSTALL_DIR"