Anyways as the Subject states I've taken this project in my university to create a flexible Tor Relay Router using a Raspberry Pi to connect to either Ethernet or Wifi and route it through Tor.
The project is in 2 parts spanning over a year. and I've to as they call " Present the main Functionality " by this April.
My goal is to create a device that " Just Works " for about anyone, without the usual " Geeky Mumbo-Jumbo "
I've gotten through the Network Configuration part.
Here's what I've done:
I'm using the Python Wifi library: https://wifi.readthedocs.org/en/latest/
Code: Select all
sudo pip install wifiThis has a static IP that I've saved along with the username and password on my SSH client (Bitvise).
This way My laptop auto-connects to the wifi and I can auto-login to the SSH Terminal,
There I've created a custom bash script to handle all the details for you that automatically starts with a new Terminal session, either on the Pi at boot or the SSH Terminal logging in.
(I've linked to the script in .bashrc )
So, The goal at this moment, right now, is to connect to this static wifi via SSH and then use this custom interactive script to setup your connection without the commands.
Please let me know how it sounds, if doing something wrong or if you have ANY
I'm attaching the script so anyone, who wants to, can take a look.
P.S: English is not my native language, so any Grammatical suggestions or mistakes are also, most welcome...