MWW1977 wrote:And Fruitoftheloom,
indeed I'm on the same network. My home network. But I also bought the TP-LINK TL-WR802N 300Mbps nano router for when I'm on vacation or in the car. The reason why I would like to have this all wireles is so my kids can play Minecraft PE on there tablets via the Minecraft PE server on the pi.
I'd like to have the minecraft PE server in my home network aswel as in my portable network and controle the pi using my 7" Android tablet. In the mobile version the Pi and the TP-LINK are powered by a 5V powerbank like the one I use for my mobile phone.
In Raspbian Jessie SSH is enabled by default, therefore on your Android Device can you SSH to the RPi with ConnectBot App ?
In Connectbot I use "username@rpiipaddress" and then it will ask for my password, this will ensure you are actually able to communicate between devices via your WiFi Router.
If you can connect next step is to installx11vnc in Raspbian Jessie:
Code: Select all
sudo apt-get update
sudo apt-get install x11vnc
Then from Command Prompt type x11vnc in Jessie...
...on the Android Device install RealVNVC VNC Viewer to test, this will be unsecured without password "rpiipaddress:5900"
If it all works you can then configure password access etcetera etcetera.....