leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
406 stars 28 forks source link

[Feature Request] Updated Network page #190

Closed modem7 closed 11 months ago

modem7 commented 11 months ago

Currently on the Network page, when you connect a switch to a switch or a switch to a router, only one of them is updated.

E.g. Connecting switch A to router A. On the Network page, only switch A has the connection.

So in the below diagrams: Morgoth port 8 is connected to Gimli. Gimli port 3 is connected to Morgoth. But as we can see, only Gimli is updated.

image

image

Unsure how best to do this, but it would probably need a rework of some sort. Maybe the ability to edit the ports on the Network page, as these devices are scannable devices.

This could be outside the scope of this project, but it's a QoL improvement.

leiweibau commented 11 months ago

Since there are quite complex configurations that cannot be mapped with a simple input mask for port number and destination, I have included a manual port configuration, which is, however, also more complex.

Docu https://github.com/leiweibau/Pi.Alert/blob/main/docs/NETWORK_RELATIONSHIP.md

An older Issue https://github.com/leiweibau/Pi.Alert/issues/91

modem7 commented 11 months ago

Oh awesome! I didn't RTFM enough!

We'll consider this closed and I'll have a read through.

Sincerely appreciated!