Quote:
Originally Posted by Gigel
The problem is
If we could modify the source code
|
Not sure I understand what you want to say. From a legal point of view, the code source is publicly available on Github but the owner didn't set a license; Thus we're theoretically only free to read the code and fork the project... That's all! That said I won't expect lawyers knocking at your door if you clone and modify those lines of code
Quote:
Originally Posted by Gigel
Let's make the touchscreen work too.
|
Then you'll have to use a dedicated protocol, something like RDP or VNC (I am not expert on those topic, so people correct me if I am wrong).
For VNC, there's
https://github.com/brainrom/pbvnc but it doesn't implement any kind of authentication. It's easy to build and I successfully shared some text; Didn't try to share a screen since my computers have RDP, not VNC.