PIHTI Vacuum Flask ServerΒΆ
Access the DiagramΒΆ
Open Web Interface (Local Net)
Video How-ToΒΆ
Starting the ServerΒΆ
If the server is not running, SSH into the Raspberry Pi and start it with:
This will run the script in the background. You can disconnect from SSH by pressing Ctrl+D.
Stopping the ServerΒΆ
- Show running processes:
- Find the corresponding Python process ID (PID).
- Kill it:
Example:
Checking if the Server is RunningΒΆ
Using netstatΒΆ
Using topΒΆ
This starts an activity monitor in the terminal.