Trying to make script that not dependent on the HTML Attributes.
Solve this Attribute issue with using pythongui library.
Rohan: Today worked on points of difference between Sytech XLR and our system.
Dhruv: Trying to schedule the pythin script as our convenience.
Thinking to add more functionality to code.
2 June 2021
Kenil: Worked on How to start python script when the Raspberry Pi boot up.
It's simple,
Open terminal in Pi
Write in root location,
sudo nano /etc/rc.local
In this rc.local file write location of our .py file,
python home/<username>/Desktop/<filename>.py
e.g python home/pi/Desktop/auto.py
Rohan: Today worked on
How reliable OpenVPN is ?
Conclusion: Every review on various internet forums suggested that it is safe, as well as reliable to use OpenVPN, some reviews even said that it is almost like an industry grade VPN.
Also worked on how to install OpenVPN on our OpenWRT router using the LuCi GUI interface.
Dhruv: Working on VPN with Python. Also trying to improve the code
1 June 2021
Kenil: Working on python script that have ability to send messages and attachments in multiple group.
Rohan: Worked on finding what is a De-Militarized Zone (DMZ).
Dhruv: Working on VPN security and also Mailenable software
Also working on VPN and Firewall security..will come up with proper solutions.
31 May 2021
Kenil: Worked on HTML Elements Attributes.
Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to adjust them as we want.
Kenil: Worked on folder sharing from Windows OS to Raspberry Pi OS through same WiFi connection and also trying to optimise code and trying to remove sleep() function in Python code.
Rohan: Created a rough sketch of the program flow and classification of the program in OSI Layers.
Dhruv: Working on emailing system and OSI model for emailing.
26 May 2021
Kenil:Worked on sending WhatsApp messages and attachment with captions to whatsapp groups using Python.
Library used: selenium
Rohan: Worked on classifying the program of sending SMS into OSI layers.
Dhruv: Done with excel attachments and mailing systems.
25 May 2021
Kenil:Worked on sending WhatsApp messages and attachment with captions to unsaved number using Python.
Library used: selenium
Rohan: Worked on finding some documentation of how safe is fast2sms API.
Also, tried to explore for giving access of a particular folder to the router using OpenWRT.
Dhruv: Worked on improving the mail system and now it is 99% done I don't think I can add/improve anything.
We can add attachments like images and pdf if any. If no attachment are their it will only send the Text mail and it will check for attachments.
24 May 2021
Kenil:Worked on sending WhatsApp messages with attachment using Python.
Rohan: Researched whether dualboot is possible in Raspberry Pi. Concluded that it works for other OS such as ubuntu and raspbian, twister and ubuntu, etc. using Berryboot or Pinn OS.
Dhruv: Trying to improve mailing system.
Also trying to attach images, pdf using Excel.
22 May 2021
Kenil:Today worked on documentation of Installing OpenWrt on Raspberry Pi.
Rohan: Explored alternatives for OpenWRT such as Tomato, DD-WRT, ASUS WRT-Merlin (only for ASUS routers) which provide compatibility to different routers such as.
Explored ways to set up a VPN server on Raspberry Pi using PiVPN.
Dhruv: Completed script for sending mail with images and PDF as attachment. We can also share an HTML mail using the script.
20 May 2021
Kenil:Auto Email Programming done in Python using smtplib. Script Practically working perfectly. Also trying to search more about send SMS by send email only.
Rohan:Installing OpenWRT on various routers as well as Raspberry Pi. Building a firewall (creating different firewall zones) using OpenWRT.
Dhruv: Started with installing important libraries which will be used in configuring auto mailing using python. Also, completed the basic plain text mailing using python script.