I need to connect up to 8 android tablets to an X session each running their own private instance of a Gambas Application.
Can someone point me to how to automate the SUSE side to authenticate with each Android. I know I will need 8 VNC sessions.
Do I put a bash script into /etc/rc.hosts or is there an OpenSuse equivalent? I remember doing something similar with Debian.
This will be a local wireless POS application.
And I will be releasing it Open Source.
Started working on this myself recently.
Don’t know if systemd might have affected the recommended way to start vncserver on bootup, I haven’t found anything about this documented anywhere, so absent something new I’d expect practically all “old” documentation to work.
There should be plenty of documentation on the Internet how to configure what you’re describing, in a nutshell you have to create a tightvnc.conf that contains the configuration for each session you want to support, each assigned its own display number. If you don’t specify a fixed display number, then when multiple clients connect they will be use randomly available display numbers (if that is what you want but it means they may not be able to resume a session or might login to someone else’ session).
When a remote client connects, they should select the display number for their specific session.