Network Monitor?

Posted on
Wed Jul 15, 2015 7:23 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Network Monitor?

Folks,

I am considering starting work on a plugin, which would add:

* Indigo Web - display of devices on the LAN, Open ports on the said devices (see image)
* And possibly the integration of Network device detection to Indigo

I have a basic demo, see the attached image.

Image

Is there interest in this? If so, I am willing to work on it, but I certainly wouldn't mind help on it...

This plugin would require a copy of FING on the system, the main data source is from FING, but I getting the data from the session files that FING creates.

Additional possibilities here could be BlueTooth Device detection, and/or the incorporation of Find My iDevice support...

- Benjamin

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Wed Jul 15, 2015 8:15 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: Network Monitor?

That's what fingscan is doing

it produces also:
Attachments
Screen Shot 2015-07-16 at 12.15.15 AM.png
Screen Shot 2015-07-16 at 12.15.15 AM.png (304.85 KiB) Viewed 2781 times

Posted on
Wed Jul 15, 2015 11:20 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: Network Monitor?

Also if you use FINGs output from port scans you need to reformat the output with:

f.open(xxx,"r")
fingOut = f.read()
jObject= json.loads( fingOut.replace(",},","},").replace("},]","}]").replace("':",'":').replace(":'",':"').replace("','",'","').replace("{'",'{"').replace("'}",'"}') )

FING uses ' instead of " and it has "," after the last element in {} and [] and it also uses single ' in texts. So a simple replace ' with " does not do the trick.

Karl

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 9 guests