I'm doing a Domotic project in which I have the following components:
- RaspberryPi + Relays to operate lights.
- TouchScreen 15 ** screen
The interface and back-end I did everything in web environment (HTML + CSS + NODEJS + SOCKET.IO)
, but I need to make that when starting the Raspberry
run the browser in a predefined web address and in full screen.
Greetings.