Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -4,8 +4,7 @@
|
|||||||
WIFI / LAN intruder detector.
|
WIFI / LAN intruder detector.
|
||||||
|
|
||||||
Scan the devices connected to your WIFI / LAN and alert you the connection of
|
Scan the devices connected to your WIFI / LAN and alert you the connection of
|
||||||
unknown devices. It also warns of the disconnection of "always connected"
|
unknown devices. It also warns the disconnection of "always connected" devices.
|
||||||
devices.
|
|
||||||
|
|
||||||
![Main screen][main]
|
![Main screen][main]
|
||||||
|
|
||||||
@@ -17,9 +16,9 @@ The system continuously scans the network for:
|
|||||||
- New devices
|
- New devices
|
||||||
- New connections (re-connections)
|
- New connections (re-connections)
|
||||||
- Disconnections
|
- Disconnections
|
||||||
- IP changes
|
|
||||||
- "Always Connected" devices down
|
- "Always Connected" devices down
|
||||||
- Changes in Internet IP address
|
- Devices IP changes
|
||||||
|
- Internet IP address changes
|
||||||
|
|
||||||
## Scan Methods
|
## Scan Methods
|
||||||
Up to three scanning methods are used:
|
Up to three scanning methods are used:
|
||||||
@@ -32,7 +31,7 @@ Up to three scanning methods are used:
|
|||||||
- **Method 3. dnsmasq**. This method is optional and complementary to the
|
- **Method 3. dnsmasq**. This method is optional and complementary to the
|
||||||
previous methods. If the DHCP server dnsmasq is active, Pi.Alert
|
previous methods. If the DHCP server dnsmasq is active, Pi.Alert
|
||||||
examines the DHCP leases (addresses assigned) to find active devices
|
examines the DHCP leases (addresses assigned) to find active devices
|
||||||
that were not discovered by the previous methods.
|
that were not discovered by the other methods.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
The system consists of two parts:
|
The system consists of two parts:
|
||||||
@@ -48,12 +47,12 @@ The system consists of two parts:
|
|||||||
- Display in a visual way all the information collected by the back
|
- Display in a visual way all the information collected by the back
|
||||||
- Sessions
|
- Sessions
|
||||||
- Connected devices
|
- Connected devices
|
||||||
- Favourites
|
- Favorites
|
||||||
- Events
|
- Events
|
||||||
- Presence
|
- Presence
|
||||||
- Concurrent devices
|
- Concurrent devices
|
||||||
- Down alerts
|
- Down alerts
|
||||||
- IP
|
- IP's
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
| ![Screen 1][screen1] | ![Screen 2][screen2] |
|
| ![Screen 1][screen1] | ![Screen 2][screen2] |
|
||||||
@@ -63,8 +62,8 @@ The system consists of two parts:
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
<!--- --------------------------------------------------------------------- --->
|
<!--- --------------------------------------------------------------------- --->
|
||||||
Initially designed to run on a Raspberry PI, it can run on many other Linux
|
Initially designed to run on a Raspberry PI, probably it can run on many other
|
||||||
distributions.
|
Linux distributions.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
| Dependency | Comments |
|
| Dependency | Comments |
|
||||||
|
|||||||
Reference in New Issue
Block a user