PiWave WebGUI is a web-based interface designed to manage and control your PiWave directly from your browser. It allows you to upload audio files, play, stop them, and view the current PiWave configuration through an easy-to-use interface.
- Intuitive Web Interface: Control your PiWave from a browser with an easy-to-use interface.
- File Management: Upload, play, and stop MP3 audio files.
- Configuration Display: View the current PiWave settings directly from the interface.
- Notifications: Receive real-time notifications for actions like file uploads and audio playback.
Warning
Warning: Using PiWave involves broadcasting signals which may be subject to local regulations and laws. It is your responsibility to ensure that your use of PiWave complies with all applicable legal requirements and regulations in your area. Unauthorized use of broadcasting equipment may result in legal consequences, including fines or penalties.
Liability: The author of PiWave is not responsible for any damage, loss, or legal issues that may arise from the use of this software. By using PiWave, you agree to accept all risks and liabilities associated with its operation and broadcasting capabilities.
Please exercise caution and ensure you have the proper permissions and knowledge of the regulations before using PiWave for broadcasting purposes.
For a complete installation of PiWave WebGUI with PiWave included, use the auto-install script:
curl -sL https://setup.piwave.xyz/gui/full/ | sudo bash
This script will install both PiWave WebGUI and PiWave, setting up the necessary dependencies and preparing your environment for immediate use.
If you already have PiWave installed and configured, you can install only PiWave WebGUI using the dedicated installation script:
curl -sL https://setup.piwave.xyz/gui/ | sudo bash
This script will install PiWave WebGUI and the required dependencies to work with your existing PiWave setup.
- Start the Flask Server: Run the Flask server to start the web interface.
[!NOTE] You must be running this as root user.
orsudo python3 $HOME/piwave-webgui/server.py
pw-webgui
Note
You can edit the configuration file piwave.conf
to edit the piwave instance
Use pw-webgui-config
as root user to open the file
-
Access the WebGUI: Open your browser and navigate to
http://<your-raspberry-pi-ip>
to access the PiWave WebGUI. -
Upload and Manage Files: Use the interface to upload MP3 files, play them, and stop playback.
-
View Configuration: Check the current PiWave configuration directly from the web interface.
- PiWave: Ensure PiWave is installed and configured if you are using the WebGUI installation method.
- Flask: Python web framework for the web interface.
- ffmpeg: Required for audio file processing.
- Configuration Errors: Ensure
piwave.conf
exists and is correctly formatted. - Playback Issues: Verify that your PiWave hardware is properly set up and connected.
PiWave WebGUI is licensed under the GNU General Public License (GPL) v3.0. See the LICENSE file for more details.
Contributions are welcome! Please submit a pull request or open an issue on GitHub for any bugs or feature requests.
Thank you for using PiWave WebGUI!