File tree Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
1
# python-raspberry-dectector
2
2
3
-
3
+ I used this page for exemple
4
4
from : https://github.com/TranceCat/Raspberry-Pi-orchestration
5
5
6
- install pytho-pip
7
6
8
- sudo yum install python-pip
9
- sudo pip install --upgrade pip
7
+ [ Pre requisites]
8
+
9
+ Execute the cmd with sudo
10
+
11
+ ## Install pytho-pip
12
+
13
+ sudo yum install python-pip
14
+ sudo pip install --upgrade pip
15
+
16
+ ## Install python nmap
17
+
18
+ pip install python-nmap
19
+
20
+
21
+ ## Execute
22
+
23
+ # with sudo without nmap doesn't work correctly
24
+ sudo python detector-1.py
25
+
10
26
11
- install python nmap
27
+ # Thing to know
12
28
13
- pip install python-nmap
29
+ If you want the mac address you must be on the same lan than the raspberry otherwise you will retrieve only the IP.
30
+ It's enough to connect to the pi :)
You can’t perform that action at this time.
0 commit comments