Sir, if i want to change any value or name of object from the code. How could I do that without using expert option to install SW. Is there any direct way to edit from software you given in "recommended installation" paragraph? Please tell me how to edit code. I think this post will helpful other guys who also want to make any simple changes. Thanks in advance
top of page
bottom of page
Ok thanks sir..
For the parameters that are requested during the "expert installation" , these are settings that are included in several configuration files, I think you can try using the "expert installation" starting from the SD image downloaded from the "recommended installation" as follow:
Start the RPI with the SD image, configure the WIFI home connection so that you will be connected to internet.
The open the terminal or enter the RPI with SSH.
Stop the current python scripts:
sudo killall python
Then go to the /pi folder:
cd /home/pi/
remove the /env folder
sudo rm -r env
Then follow the instructions at point 5) of the hydrosys4 website "download" page:
(At this point you have to be sure you are connected to internet)
wget https://raw.githubusercontent.com/Hydrosys4/Master/master/bash/install_hydrosys4.sh sudo chmod u+x install_hydrosys4.sh sudo ./install_hydrosys4.sh
This will reinstall the SW and ask several parameters as described in the web page.
-- -- -- --
For additional info,
The python code is in the following folder of the SD image:
/home/pi/env/autonom/
if you want to run it for testing on the RPI, first stop the current python scripts:
sudo killall python
Then in the folder above, start the program with following command:
sudo python bentornado.py
If any other member know this.. Then please comment