a web interface is a type of user interface (where interactions between humans and machines occur). Web interfaces accept input and provide output by dynamically generating web pages which are transmitted via a network (e.g. the Internet) and viewed by the user using a web browser.
Questions tagged [web-interface]
51 questions
9
votes
1 answer
Running a webpage on startup
I have a touchscreen based kiosk application running on my raspberry pi. In this application I need to load a webpage , which once opened will load a user interface. Now, my question is how do the make the raspberry pi load this page directly on…
bobdxcool
- 171
- 1
- 3
- 5
5
votes
3 answers
Cannot connect to PiCamera when using it with Flask
I am trying to create a live streaming camera with my Raspberry Pi and the Pi Camera module. I have chosen to create it with Flask so that I can use the Python API for it. Though when I run this script:
from flask import *
from picamera import…
Iwotastic
- 53
- 1
- 5
4
votes
2 answers
Is there a webkit for the RPi?
Context: I wrote some time ago a dashboard which displays text in text widgets placed on a fullscreen window (no user interaction, the content of the widgets changes when receiving signals). It is running on Raspbian, developed on Windows) and based…
WoJ
- 543
- 2
- 6
- 15
3
votes
1 answer
What is the simplest way to control a number of Pi3 from a website?
Let's say I have a website and multiple pis. And I want to control my Pi from the website, for example I can reboot that X pi by just clicking on the button. Does anyone have a tool that do that ? Should I do that by using PHP, Python or what?
user2849967
- 131
- 2
2
votes
1 answer
How to create a router like configuration web page on raspberry pi?
We have a raspberry pi (with raspbian OS) that runs some application, this application uses a local configuration file that contains some data like username, password, server url etc. We will provide raspberry pis (with the software installed) to…
Mykhailo Seniutovych
- 221
- 3
- 6
- 10
2
votes
1 answer
Xojo HTMLviewer Raspberry Pi3 WebKit
I'm developing an app for Windows and Raspberry Pi using Xojo. I'm relying on the HTMLviewer heavily in places to render web driven content.
I have multiple Raspberry Pi 3s, reading the Xojo documentation I can see that HTMLViewers are not supported…
Shawn Taylor
- 23
- 3
2
votes
1 answer
Web based server management interface
I have a Raspberry Pi that hosts a website and it going to host an email server. I am looking for tool that is a web interface, just like a cPanel. The reason why I need this is because I constantly work on the server and I have set up extra…
SidS
- 265
- 4
- 15
2
votes
1 answer
How to run terminal command from php file
I have a python file on my raspberrypi that makes an led blink, which i made executable with chmod +x file.py so that in terminal i can run ./file.py and the led blinks. I then wrote a php file (in the same directory as file.py)…
user56359
2
votes
0 answers
Web interface to monitor and execute python script
I am building an automated piece of lab equipment. Overall the system works as follows:
Python -> Rpi GPIO -> relays -> Actuators (on delay-> off delay, repeat)
This loop runs for about 48 hours.
I would like a web interface to control and monitor…
A Hacking
- 21
- 3
2
votes
1 answer
Can't access Pi websocket server from client
I have all of my code on github, so I can edit my code on the fly, and simply do a git pull from the Pi and have my code updated. Right now, I'm trying to make a websocket between my Pi server and my client.
This is my Server.php:
require_once…
agupta231
- 141
- 5
2
votes
1 answer
Installing a music server on raspbian, no stand alone
I would like to install a music server that can play music stored on a HDD, and that offers a Web GUI accessible from a smartphone.
That sounds like Volumio, Raspify & co, but I would like this to be on top of raspbian, not a stand-alone os, that…
Flag
- 53
- 1
- 1
- 6
2
votes
1 answer
Raspberry Pi as an captive portal with CoovaChilli
i'm looking to do something maybe not that common with my Rpi; I have a rowing machine and I want to connect it to my Pi to motivate me to do sport. To do this, I have an Arduino connected to a Pi with 433 Mhz radios which sends every move done by…
Laurent Meyer
- 123
- 1
- 5
2
votes
1 answer
What is the best way to let website users control devices on the Raspberry Pi?
I have a simple robot I am working on. There is a webpage, using arrows to navigate, and a streaming webcam. I've been reading that using exec(command) is insecure. Unfortunately, I don't know how to get user input from the webpage, to securely…
j0h
- 2,508
- 6
- 27
- 36
1
vote
0 answers
RPI File Browser for Touchscreen
I'm building a Webinterface for the RPi with a 7" Touchscreen. I'm running Raspbian Lite with xorg and chromium-browser. If I now wanna upload a file to the webinterface (by a html input), then there appears a file-chooser which is absolutely not…
cortesis
- 11
- 1
1
vote
0 answers
RPI-Cam-Web-Interface: Permission denied. Already enabled the camera
I followed this tutorial.
At step #23, I used the exact same setting option. And pressed Ok and Start Now. But it just kept repeating:
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal:…
most venerable sir
- 163
- 1
- 11