Using tablet for Touch screen UI?

Just seen this software for the first time today, so apologies if the question has been done to death....


Ive got plenty of spare tablets /phones and rather than buy a touchscreen for my Pi is it possible to repurpose one of them to access the touchscreen UI over browser or Rdp/vnc or similar.

Thanks.

Comments

  • The touchscreen gui works only on localhost or if you have no users defined. You can work around it with a proxy.

    The normal web gui is also responsive and works also well with touch screens especially if the tablet has enough cpu power as the normal gui is a bit more cpu intensive, but has also more options.
  • Hi, heisst das ich kann ein Android Tablet als "Touch Display" nutzen?
    Gruß
    Torsten
  • Wenn du keine user hast oder den proxy zu localhost nutzt sollte das kein Problem sein. EInfach die touchscreen url aufrufen.
  • Hey wie kann ich das einstellen mit dem proxy? Gibt es da eine Anleitung? Mfg
  • https://www.repetier-server.com/webserver-access-repetier-server/

    Interessant ist der Teil
            location /modules/front2/ {
                    deny all;
            }
    er verhindert das man über den Proxy auf die touchoberfläche kommt, weil die dann ja ohne user login erreichbar ist. Wenn der Drucker im internet nicht erreichbar ist ist das aber unkritisch.

    Das nutzen wir auch bei unserem i pi image - Datei /etc/nginx/sites-enabled/default

Sign In or Register to comment.