osociety / vernet

Vernet - Network Analyzer and Monitoring Tool
https://osociety.github.io/vernet/
Apache License 2.0
241 stars 32 forks source link

Feature request #177

Open ZMJGMADHPXWT opened 2 months ago

ZMJGMADHPXWT commented 2 months ago

Hello and thank you for that software. I'd like to request some new features.

git-elliot commented 3 weeks ago

Traceroute - https://pub.dev/packages/flutter_traceroute is only available for mobile devices (Android and iOS). This will need more work to make it work on Desktop.

Wake on LAN - https://pub.dev/packages/wake_on_lan. Supports both mobile and desktop platforms. This can be implemented faster, so I am going to integrate this package soon.

I am not clear on "IP subnet calculator", Do you have any example application to try? (I think this can be in scope)

Also for "Server checker" I need some example to look to, so that I can decide whether it's in the scope of this app.

Thank you @ZMJGMADHPXWT for your request. Please check projects under the organization to get status updates and check releases. I am developing alone, so it can take time.

ZMJGMADHPXWT commented 1 week ago

Hello, I was talking about mobile Android app and not about desktops. Also there is no hurry, we understand that it's difficult to work alone. Speaking about "IP subnet calculator"....you can try Network Utilities app https://play.google.com/store/apps/details?id=com.myprog.netutils&hl=en&pli=1 Install it, Go to Menu>IP calculator The second option there is a Server checker. You can take a look there. Here I'd like to see 3 things: ICMP check, TCP check (does that TCP port opened) and HTTP check (does specified text exist on a web page).

Thanks.