it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] Is it possible to develop some basic diagnostic tools about the network?

Open Leevan-Zhang opened this issue 1 year ago • 2 comments

What tool do you want? For now, there were some tools in network part, but they are all for ip address and Mac. If there was a tool can contains "tcp/ip ping" "port scanner" etc, it could be very useful ! They are all small and simple tools and will not be that complex I think.

Describe the solution you'd like People can add the tools URL in bookmarks. And easily to use them by just click it .

Is their example of this tool in the wild? There were a mount of them I think , I am not a Linux expert. I have wrote some demo for "ping" & "port" scanner CLI via Python and it will no more than 100 lines code. it's easily to deliver in backend.

Additional context

Leevan-Zhang avatar Nov 28 '23 09:11 Leevan-Zhang

Hi @wo5463 , this is not really possible from a browser, JS cannot access everywhere and cannot do raw socket access, will require a local application or server side, so probably not the goal of this project

But maybe can just make links to other websites if you provide urls for such

sharevb avatar May 09 '24 08:05 sharevb

Thanks for answering! You have mentioned "server side" I think that gives me some ideas. :) I think this "application" could be close then.

Leevan-Zhang avatar May 13 '24 03:05 Leevan-Zhang