botikdd / Jvaaref-ubbse2017

0 stars 0 forks source link

Connection to car with ssh from python #35

Closed bajcsiadel closed 6 years ago

bajcsiadel commented 6 years ago

from pexpect import pxssh <- for using ssh connection in python $ sudo apt install python-pip or $ sudo apt get install python3-pip $ sudo pip install pexpect or $ sudo pip3 install pexpect

If you want to run on integrated linux (on windows) you have to install Xming, because linux terminal does not have visual interface and it can not open GUIs. If have Xming on your windows you can run your program. link: https://sourceforge.net/projects/xming/