
Updated the open-source for wireless screensharing between Linux systems (x11 based) and Androids.
Hi everyone, a few months ago I started an open source project which utilises xrandr and x11-vnc to make the screensharing between linux machines and android devices simpler and easier to configure.
This is the initial post from when I shared the project here: https://www.reddit.com/r/linux/comments/1meq75h/started_an_opensource_project_that_lets_you_use/
Some people liked it while some did not, which is understandable. It is not something innovative or extremely unique, I just used it to streamline something I found very tedious to achieve otherwise. Thought of sharing it, only to find out that there were people who actually used it and starred it on github :) Along the line there were 2 issues raised on the repo, and because of work commitments I just slept on them for a really long time. Only until yesterday when I took a teeny tiny break from the usual typescript work and tried to improve this project.
I'm sharing the project again for new people to try (and scrutinise) it with the new updates. I've tried to make it more user friendly and structured. With a properly functional CLI which allows more flexibility on configs than before.
https://github.com/USKhokhar/linux-display-extend
It does have massive limitations right now, the biggest one being the inability to work on Wayland based systems. I'm planning on adding the list of supported distributions next time I get some time.