VNC as airplay alternative on Pi3B - Raspberry Pi General

I posted this on reddit a couple days ago, posting here as well in hopes that someone can expand on it and make it better.
I have 6 additional televisions at the office setup in conference rooms and common areas running from a Pi3 B each. Usually they cycle through a display of websites tracking our day to day project milestones and build history but we also had a need to push our laptop display up to them, similar to how AirServer on a Mac Mini would work, which is how the displays in the large conference rooms are setup. Obviously the price difference between a Pi and a Mac Mini is obscene and there is no way I can justify six more of the things.
This sent me down the rabbit hole of trying to find an airserver alternative that worked on a Pi... Every one that I found was audio-only, so I started wondering about an alternate method. I first tried ffmpeg streaming and while that worked the quality was poor if the performance was decent and vice versa. Then I remembered something I did years ago with VNC on a PC environment to enable remote support through a firewall.
That project involved a repeater, which I would not need for what I was thinking now... I just needed the Pi3s to run a listen mode VNC viewer all the time & drop a script on the macs in the office to push the display up to the selected Pi. Easy.
Trouble is that:
1. I have not found a free VNC server for Mac that supports connecting to a listen mode viewer correctly. My demo is using a non-free one. The free versions seem to have a some kind of interleaving issue and will not display the received screen correctly from a Mac. The same setup works flawlessly from a PC using free VNC software though.
2. The screen resolution needs to match between the displays because it appears that the view will not autoscale in listen mode.
I spent a WHOLE lot of time trying to figure out of the inbuilt VNC server on a mac supported any command line options & it seems to not.
Video in action: https://vid.me/geeGm Anyone got any suggestions for where to go next on the scaling & free solutions?

Related

How to connect to android phone over 3g or 4g

Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
If you meant having your phone run an sshd daemon, so you can use a shell with it .... Market has this: https://market.android.com/search?q=sshd
close...
that is what i'm looking to do. but for some reason i'm unable to connect to the device's ip address... any ideas?
Your phone's ip is a private ip address. TMO NATs it to a set of public ip addresses to go out to the internet. That's why you can't connect using your phone's ip.
Sent from my HTC Glacier using XDA App
Darn. I was really hoping to be able to get through. Oh well. Thanks.
Sent from my HTC Glacier using XDA App
One option to get around this is to use remote port forwarding via SSH. You can run an SSH server on your phone and then use ConnectBot on your phone to SSH into an SSH server on your home network. At that point, you can use remote port forwarding with ConnectBot to allow other computers on your home network to access the SSH server on your phone.
That's a very good idea. I'm going to try it in the morning. Very excited.
Sent from my HTC Glacier using XDA App
Hey ran across this sometime ago but didn't know an answer till today... but it's complicated...
1st~ it seems to depend on your service provider...
~ On Sprint I have been able to ssh into my device from a PC connected to a completely different wifi network using Putty on Vista home basic.
~ On Sprint I (with some great help from Almazick here at XDA) have also been able to run a LNMP server and connect to the sample web page and dbmin with the above mentioned network set up but with Chrome and Firefox instead of Putty (yeah that might be a duh statement for some but I don't want to lose ya reader, this stuff is cool ) you can find all the steps that that took by following the link in my sig that points to the XDA Guide I maintain and jump to pages (ruffly) 11-13+ and check the easiest ways to host websites off your device. And I'll eventually have a script and section in the main guide made so you all don't have to scroll through pages of our mutterings
~ Almazick, the person that I credit for getting me to do all this extensive testing, is not on Sprint and because of this has run into errors when trying to connect over 3G and or 4G. This leads me to believe that the issue is the network that your device is connected to.
~ Currently there are almost no other variables left that could be at fault. Both Almazick and I are using the same software and apps to test on.... but for those that have to know what the last variables to test is; hardware, we've got different devices and different service providers, and different PC's. All others have been eliminated or made identical or have been adjusted for.
2nd~ Root is required and if you want to ssh like us then getting Linux duel booted up will make life way easier for helping in the future.
~ Almazick uses Lil Debi and I'm a fan of Debian Kit, both can be found on the Android market place for free, and there are other options like QEMU and more but for this definitely start with Lil Debi and a 2Gb img file or larger (still working on figuring it out on Debian Kit) and follow the direction on page 11 or 12 for now.
~ or you could try downloading an app for ssh server (not client alone) and muddle your way through other guides on the web... I'll be testing/checking the possibilities for this but am not holding my breath on when that'll be ready
3rd~ accessing things...
~ running 'cd sdcard' and 'ls' was peppy and responsive
~ running programs or apps that use lots of data or memory can be ruff.
~~ Force closures happen when out of memory. So freeze or force close or uninstall apps that aren't needed if things like that start happening.
~~ things that use lots of data and or memory also cause much drain on the battery and if excessive wile plugged in can cause heat issues. So use a heatsink from an old computer and a fan and maybe pull the battery too and you can run a bit longer on the edge of what your device can do
4th~ all this is very "use at your own risk"
~ I haven't fried or bricked a device yet but things have gotten toasty so use some for thought and be careful.
Final notes;
I realize that this is a thread resurrection and not 100% directly related to your specific device. However, I offer a work around that should work for all devices* running root and Linux so we should celebrate and revel in the wonders of Open source and helpful people
*running on Sprint or WiFi if on another network then please try it and report the bugs to me on the main guide thread and I'll work with you and try to resolve it
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
nixxofugi said:
Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Almazick said:
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Click to expand...
Click to collapse
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
S0AndS0 said:
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
Click to expand...
Click to collapse
so what maptool got to do with android over 3G/4G?
Almazick said:
so what maptool got to do with android over 3G/4G?
Click to expand...
Click to collapse
It's yet again a server client based networking set up but instead of accessing files and folders (like with putty here on this thread) or accessing web content (like with LNMP on the other thread) maptools serves up a virtual table top gaming experience to those that connect in. One person sets-up* a game and then shares out the guest login info to their fiends, the guests log in and after a few seconds every one connected can see the changes that any other player takes. Kinda like virtual desktop but for roll playing games.
*set-up of the game is rather labor intense for the individual. Because they make an entire dungeon or world map, tokens to populate it, and libraries of macros so things are more point and click. When compared to running a normal tabletop gaming experience the labor is almost as intense, it's just not easy to share in real time over them internets.
Update 08312013- to help continue answering this question here I found this guide
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
That may help with T mobile subscribers in making a good connection over 3G or 4G
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
ripnix said:
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
Click to expand...
Click to collapse
Well first double check the IP you're using or tracking with no-ip.biz ~ I would suggest using
canyouseeme.org
or an app like Network Info II
https://play.google.com/store/apps/details?id=aws.apps.networkInfoIi
And ensure that the IP didn't change when setting up the first time around, this can happen at the worst times.
And if you're truly behind a firewall or NAT, such as with tmoblie, then I did run across this guide for getting round that last troublesome bit which likely will work for other service providers as well.
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

[INFO] How to Allow Multiple Remote Desktop Sessions

Hi,
I want my transformer to do everything my old netbook did and prove that is indeed possible. As you all probably know this does take some workarounds.
My mother always told me, if you're I doubt then someone else probably also is.
There for Ill post this up and my reason why.
One thing I cannot get working on Android is java sites like my online banking system. I'm sure with time it'll be possible but for now its not, so I thought of a work around which works for me with my setup.
I have a HTPC in my living room running Windows 7, it runs our TV, movies, recordings and such. I set up a user on this server which I use for when I vnc into to run stuff I can't on the Transformer, however it was annoying that the media center would have to shut down in order for me to do my vnc stuff, so I started looking around the net for a solution.
Hence this post. There is a way to get multiple users onto windows 7 simultaneously
http://www.ehow.com/how_6820442_allow-multiple-remote-desktop-sessions.html
The above article explains exactly what you need to do, easy easy...
Now I can view TV while getting banking done through a rdp connection.
__________________________________________
Digitallife in the sky!
Home Server / Mediacenter core i3
Asus eee Pad Transformer
Samsung Galaxy S
... All in wonderful sync

Productivity - Who's using the TF for work?

I bought my TF as a toy/media consumption device but I'm finding more and more reasons to use it for work. Especially after enabling ad-hoc wifi to connect to my HTC HD2.
With 2X RDP (https://market.android.com/details?id=com.tux.client&feature=search_result) and the citrix VPN client (https://market.android.com/details?id=com.citrix.Receiver&feature=search_result)
I have the power of my virtual servers at my finger tips.
Polaris office is passable as is the browser and the office talk app keeps me "present" on office communicator (https://market.android.com/details?id=ocs.android&feature=search_result)
Who else is using their TF for work and what pros/cons/apps/tips have you discovered? Anyone got any war stories yet?
No war stories yet. Considering droid/tablet apps for the fed govt. The platform is gaining ground now that the feds are contracting with Google for cloud services.
That's strange, I didn't have to enable ad hoc WiFi to tether with my Droid Incredible (running CyanogenMod 7.0.3)... but it was terribly slow and the Market was basically unusable. I wonder if that's why?
Using Splashtop (well, MyCloud) inside my LAN for work purposes... No war stories, really.
I have apps for web development (mostly putty and some text editor with ftp access) ready in case I have an emergency situation when I'm out of home. But never had to do it yet. It wouldn't be easy because I don't have the keyboard dock yet.
Working in IT I've found myself using my TF101 for 75% of my work. With tools like LogMeIn, Wyse Pocket Cloud, Overlook Fing, andSMB, SharesFinder, ASProxy and Connect Bot I can basically do everything I need at my clients right on my tablet as long as they have a WiFi AP.
The only thing that is seriously lacking is serious Office document work. I've tried the 4 major Office suites, and yes I paid for all of them, Docs2Go, Office Suite Pro, Quick Office Pro HD and the included Polaris Office. From my experience, Polaris Office is hands down the best of the bunch overall and its good that it was included in our TF101's but even with the best android tablet optimized office suite editing and generating serious documents is cumbersome at best. It takes me almost 4 times the amount of time to copy an invoice, rename it, edit it and send it out even with the keyboard dock.
So I still use my ThinkPad for serious office document work, printing and to connect to devices via serial ports like Cisco and FortiNet network devices.
Now if devs can get something like Ubuntu to dual boot on our tablets then the Office document problem is solved with OpenOffice and if drivers can be made for USB ethernet and serial adapters to work with Honeycomb then I might just sell my laptop.
I had purchased the TF for 1/3 play, 2/3 work, when on the road - thinking I could use it as a secondary monitor for my thinkpad using idisplay. Fact is, idisplay's refresh rate is worse than I thought - it is virtually unusable (mouse moves way too slow), but still I'm using it to view my emails, to-do list, or specs for a project...
Yeah I use it all the time, I didnt even buy it for work reasons, but I found that it makes my job a lot easier
I work as a marketing assistant and its my job to document the production and make production instructions to the products my company produces.
So I bring my TF down from the office to the warehouse and make articles on our internal production wiki and take pictures. I couldnt use a regular laptop since I have to be quick and agile and walk around and between the machines we construct.
Working with my TF works SO much better than running up and down with papers.
I write a lot for work, so I am planning to use it as soon as I can get the docking station (not readily available in our parts yet).
How did you manage to connect it to an adhoc network? Or did you find a way to establish WiFi tethering in the AP mode? I am still at loss for this issue.
I would love to start using mine for work but this current company moved away from Citrix & Webapps (which work on android) to using App-V & SCCM instead... which done.
That plus the fact of Lotus Notes instead of Exchange = Fail. I'm stuck with a laptop for the moment
I also want to see usb to ethernet , then maybe my company will give it a go... but why is typing this reply soooo slow almost 1 second delay
I am kinda using it for work as I have my corp email account setup and my EVO does native tethering.
I have a blue tooth keyboard coming tomorrow for typing longer emails/documents.
I just need to get VPN Connections working for my offices Cisco VPN so I can RDP to servers and desktops via 2X.
I use Dolphin HD as my web browser and it does a great job over the stock browser.
Citrix client - how is your experience
How is your experience with the Citrix client?
I have it installed since I got the transformer with intention to use to open our work applications. It works, but it takes extremelly long to establish the connection (5 minutes) until the application is fully opened. Its not the network problem. I hit the same Citrix server from a laptop and use the same wifi, it works reasonably fast.
The issue is only with the connection time that is so long, once its connected, it works pretty well.
If I hit it from our internal network, it runs like crazy-very fast.
lie_ui said:
I have it installed since I got the transformer with intention to use to open our work applications. It works, but it takes extremelly long to establish the connection (5 minutes) until the application is fully opened. Its not the network problem. I hit the same Citrix server from a laptop and use the same wifi, it works reasonably fast.
Click to expand...
Click to collapse
The initial connection for an application is something about 15 seconds to our unif. Once it is running, there is no more lag. You might want to look into it with your IT department and/or citrix. 5 minutes seems much to long!
kovla said:
How did you manage to connect it to an adhoc network? Or did you find a way to establish WiFi tethering in the AP mode? I am still at loss for this issue.
Click to expand...
Click to collapse
Hi Kovla,
you need a modified version of the file called wpa_supplicant - then push that file to the right directory on your TF and set the correct permissions.
I followed these instructions and they worked perfectly for me - I used the third method listed. I have a rooted device - I've also done this using root explorer instead of adb. the modified file is attached to the thread.
http://forum.xda-developers.com/showthread.php?t=1093778
lie_ui said:
How is your experience with the Citrix client?
I have it installed since I got the transformer with intention to use to open our work applications. It works, but it takes extremelly long to establish the connection (5 minutes) until the application is fully opened.
Click to expand...
Click to collapse
My experience has been exactly the same as yours. Slow to conenct but then works fine. I haven't tried it internally because when I'm on the internal work network i don't need a tunnel.
Malandro2011 said:
... but why is typing this reply soooo slow almost 1 second delay
Click to expand...
Click to collapse
I have noticed some typing lag in certain situations. Email and documents have been fine but typing into the browser sometimes gives me a small slow down. This did seem to get a little better with the firmware updates and then a little better again when I flashed Prime 1.4 - but that could be unrelated.
I take mine to work since we have software on our network that doesn't allow you access to certain sites (based on keywords I believe). Simply tether to my Inspire 4g and away I go!
Yes, I use mine at work...
to listen to tunes! Will also be using it to test HTML5/CSS3 websites for Androib tablet devices, and that other iOS (shudder) thing when I get some down time.
leonpr said:
I would love to start using mine for work but this current company moved away from Citrix & Webapps (which work on android) to using App-V & SCCM instead... which done.
That plus the fact of Lotus Notes instead of Exchange = Fail. I'm stuck with a laptop for the moment
Click to expand...
Click to collapse
I hear your pain, we use Lotus Domino at work too, however we have IMAP enabled on our server, so that with Kaiten Mail makes it usable. Still waiting for Android Lotus Notes Traveller which I believe is very good. Ask your IT manager.
Sent from my Transformer TF101 using Tapatalk

[Q][DEV][Webtop Experts] Webtop...Ubuntu, Debian Vs. Real world

Hi,
I have been doing some research and I just hit a wall and can't go any further.
I work for a software company that builds it's own products and has a lot of clients.
I've always liked the idea of webtop but never got around to even look at it as a laptop replacement till now upto an extent.
I installed Debian on webtop and tried to get vpn to work and failed miserably. Not to mention I haven't touched linux in 10 years.
What I need to keep webtop/lapdock:
Clean/Lightweight environment with fully functional browser.
Ability to remote desktop.
Ability to connect to vpn on clients' side and remote into servers to fix small issues.
Ability to mess with the portal we have to update quick changes for clients.
I know you can't do it all out of the box.
I installed Debian but got stuck on installing Cisco Anyconnect.
Installed openconnect but can't connect as it says no tun/tap driver found.
gnome-panel doesn't work but I can live with webtop panels but my OCD kills me having firefox and iceweasel both.
Iceweasel can't have flash and plugins as I could not find any plugins for armel.
All plugins are for i386 or amd64.
My simple question is:
Can I do all this from this webtop or I should just keep carrying laptop.
Can I carry lapdock when I go for vacation and stuff to not worry about a $1500 laptop and just carry $200 lapdock so I can still do something if sh*t hits the fan.
I think I wrote a long enough story to give you guys a basic understanding.
Any help/input would be greatly appreciated.
If lapdock can't replace laptop for basic needs of a software developer then I might as well just sell it and move to Droid 2 Global.
:flameSuitOn: just in case
Thank you in advance for your time and effort.
I just don't think the webtop idea is quite there yet. Im personally in the IT industry and tried to use the atrix as my primary device while being on the road and simply failed. I was able to get gnome-panel working amongst other things but its far too sluggish. Try logmein and see what happens lol. The concept is truely amazing but that's as far as it goes.
Now if all you need to do is vpn, log into routers/switches etc it will do the job. Its much easier then pulling out a laptop and waiting for windows to boot. But anything extensive, Java or Flash based is impossible.
Just my. 02 cents.
It's a little difficult to try to use the lapdock as your primary device. I personally use it as my laptop at college (i have a desktop in my room) I can rdp into my desktop just fine, and access all programs from there, but the experience is definitely a bit laggy. You can try to get it a bit faster if you overclock, but that's a whole other can of worms. Firefox 6 runs, and can use most add-ons...
Personally, I might look into something like the ASUS Transformer Prime, once the dev scene there gets into gear. I think if they could get a full ubuntu (or any linux distro) running, it would be a far better experience on Tegra 3. But then you wouldn't have a smartphone...
Why don't you try it out? See how well it works if you try and use it as your daily work computer for a couple of weeks. I know other's have installed pretty much every ARM compiled program for ubuntu, including gnome panel, so it wouldn't hurt to try.
Faux updated his kernal to use zram this is supposed to help speed up webtop once activated
Just thought I'd add that in
sent from my Atrix via XDA premium
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Rayan said:
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Click to expand...
Click to collapse
I am with you on this. I am a server/desktop engineer and do some of the same tasks you speak of. it works great for a little bit I need. I am running the debian mod and the LXTerm is epic for what I need. I also use Citrix from my phone fullscreen and this also works really well if I am in a pinch and need access to our proprietary junk. I think if the CM webtop ever gets setup, it will be more of a linux box than a slim halfbaked ubuntu that moto uses(im hoping). All in all though, it works for what I need with my other tools. I also found I can use app "VPN Widget" over the 4G connection and I hook straight in to our network no citrix needed. It wont work for the wifi, but that is a limitation of the app. I agree, at times its slow for some flash based things, but really flash is a RAM whore anyhow. I also noticed a quirk with java not being installed, but I may try to tackle that this afternoon
Thansk Rayan, I thought about Logmein but I just think it's kind of slow if you want to do something quick and get out, you know?
LXTerm? What does that do?
I tried installing Cisco Anyconnect VPN and it killed webtop, started again and wondering what other vpn would work like cisco anyconnect client.
I'm a sysadmin, and I have completely replaced my laptop with the ATRIX and its webtop. But we run Citrix XenApp and XenDesktop at work, so I mainly use webtop or the android receiver to connect to my hosted apps and desktops. For that purpose the ATRIX really is the nirvana phone.
Sent from my MB860 using xda premium

[Q] desktop remote server for Android

Any recommending kind of remote GUI desktop server for Android instead not using CLI (Command Line Interface) using adb shell.
Anyone using the openvpn on Nvidia Shield and Do I need rooted to use openvpn?
I wanted to use torrent client via remote desktop access my Nvidia Shield from my PC Windows 7 while not interrupt my daughter watching the show Netflix on the Nvidia Shield etc.
I would recommend using a seedbox!
Roger that, I noticed Reddit mentioned best way to get seedbox somewhere outside of U.S. Anyways thanks, I guess i'll go get Whitebox or Feral seedbox.
Has anyone set up a VPN application on the Shield? How well does it work? Any recommendations?
TeamViewer doesn't give remote control, just file-level stuff.
I used OpenVPN on my Nvidia Shield Pro, It worked fine as long as the VPN Provider give you the key and config file and however sometime the VPN disconnected then reconnect few times in an hour alone. Not very stable. I gave up because I don't want risk leaking E.g. DNS leak and IP address leak coming from torrent. Like @n1gh7mar3 said seedbox is best and safe. I will just wait whosoever make better ROM or UbuntuOS under MultiROM support for Nvidia Shield that something will provide a very stable and easy use VPN.
Where I live and my ISP spying my traffic. so this is the reason I asked and took @n1gh7mar3 advice.

Categories

Resources