Thank you for your reply, it is appreciated. The overall aim is to connect the RPi via my computer to download large files and/or run programs as a headless arrangement such that one can download/update a files in the most rapid time. The RPi's GPIO UART connection has a limitation of up to 1.2MBs. When using the wireless network inbuilt such as the RPiZW or through a USB dongle, one would like to download files through a headless arrangement at rates >>> 1.2MBs, say 54MBs or 150MBs. Again I thank you for your assistance.
There are two sections to this reply, what I want to do and what I want to do with a variation.
This is what I want to do
I understand with the latter method after the "HOWEVER" paragraph will save me time.
For the 'VNC' (virtual network computing) software, I presume that you are referring to the using VNC on the Windows computer to connect to the RPi rather than the pre-installed version in the RPi.
Accordingly I have downloaded three versions of the VNC program:
Setting up the conf file for the wireless and ssh file in the /boot folder
- In your computer, open wpa_supplicant.conf
Code: Select all
network={
ssid="SSID"
psk="password"
key_mgmt=WPA-PSK
}
Question: Do I need a 'sniffer' program to work out the "SSID"?
- Using a text editor, create an empty file called ssh.
Don't write anything in it.
Example of code to run on RPi through laptop using VNC
This is an example set of commands I want to perform on the RPi through my laptop I want to do via VNC.
Code: Select all
wget https://github.com/[i]whatever project[/i]archive/master.zip
unzip and rename the project:
Code: Select all
unzip master.zip && mv fred-master gifcam
Run the installer script:
Code: Select all
sudo ~/[i]whatever project[/i]/installer.sh
What I want to do with a variation
In the previous section, with both laptop's and RPi's require a separate logon to the wifi - one logon for the computer and another logon for the RPi.
please correct me on this if I am wrong - thank you
However I don't want to log on separately. For example, I would like to use the University's WiFi and download/update files to my RPi. I would like to use the headless connection, this time via VNC and/or by ssh ('putty') as described above in the reply. I would the downloads to the RPi to go via the laptop.
There is a "Virtual Router" program which turns your laptop's PC into a 'virtual' router such that you can connect other computers such as the RPi to the laptop to a particular WiFi connection, say your university's.
Questions please
In relation to the RPi, what do I need for the RPi to 'log' into my laptop?
If my laptop's connection to the University's WiFi is say 54MBs using my laptop's wifi connection, OR assuming I have setup my laptop's usb 150MBs wifi dongle to connect to the University's WiFi network, will the RPi's Wireless Zero be able to download files to say 54MBs.
Alternatively.
If I connect a usb/LAN adapter to my RPiWZ and connect to my laptop and want to go to logon my University's WiFi, what is/are the logon credentials for connecting the RPi to the laptop. Again, aim is to connect the RPiWZ to the laptop which connects to the WiFi.
Thank you,
Anthony from Sydney Australia