Commit 3ebd2ec1 authored by yogesh.m's avatar yogesh.m

Add README.md

parent 53092d28
Steps to Run:
1)
Install the libraries given in requirements.txt
cmd:- "pip install -r requirements.txt"
or use PyCharm and autoinstall the libraries
2)
make sure all the files are in the same folder
1)config.conf
2)main.py
3)rasbian_os.json
3)
configure "config.conf" file
[UTIL]
host = 10.10.3.151 - Replace with the Host address you require to scan
username = pi - username of the host
password = iLens@H115 - enter the password of that user
port = 2212 - port through which the connection can be established
4)
run the "main.py" file
cmd:- python main.py
or
use Shift+F10 in PyCharm
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment