DD-WRTiles - List clients in tile optic

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page Previous  1, 2
Author Message
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 967

PostPosted: Mon Aug 21, 2023 15:42    Post subject: Reply with quote
chromoxdor wrote:
No, i did. Since there are so many possibilities that something can go wrong i definitely didn’t account for all of them. I just hopefully tried to do a temporary fix for you. Can you redownload the dd.html an report?
No noticeable improvement.
chromoxdor wrote:
For a more substantial fix i would need to see the content of your /Status_Wireless.live.asp and /Status_Lan.live.asp
If you want you can provide me with this info via PM.
PM'ed.

Suggestions:
  • Installation info in GitHub readme.
  • About section with version number & link to GitHub/ddwrt topic in dd.html
  • New version in GitHub Releases section (to utilize GitHub notification/RSS feature)
  • curl command to download dd.html from GitHub for lazy users such as me.
  • Tick option for auto OUI lookup (will get banned by lookup website?)

_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)
Sponsor
chromoxdor
DD-WRT Novice


Joined: 02 Dec 2014
Posts: 44

PostPosted: Mon Aug 21, 2023 17:50    Post subject: Reply with quote
IONK wrote:
No noticeable improvement.


You couldn´t see any improvement because that´s not how DD-WRTiles work.
It gathers the data of the DHCP-client list and combines it with the WiFi list if it finds matching MAC adresses.
Since the data you send me only contains one entry in the WiFi list but non in the DHCP-client list it couldn´t draw a tile.
I now changed the code so that if a WiFi device is not in the client list it will be added as an unknown device with an unknown IP (the IP data comes from the DHCP-client list).
(I think i will add for such cases an option where you can give your unknown client a unique name which will be saved as a cookie)

Quote:
Suggestions:
  • Installation info in GitHub readme.
  • About section with version number & link to GitHub/ddwrt topic in dd.html
  • New version in GitHub Releases section (to utilize GitHub notification/RSS feature)
  • curl command to download dd.html from GitHub for lazy users such as me.
  • Tick option for auto OUI lookup (will get banned by lookup website?)


1. An installation info on GitHub will come...
2. The version number can be found when hovering over the settings symbol.
3. I don´t do releases Wink (I never did so i would have to figure out how it´s done and right now i don´t see a need)
4. You can always use curl for that. I don´t see where i would implement it.
5. Nice idea... that will maybe happen in the future but actually you can always use the DD-WRT web interface in split-view and do it there.
chromoxdor
DD-WRT Novice


Joined: 02 Dec 2014
Posts: 44

PostPosted: Mon Aug 21, 2023 18:07    Post subject: Reply with quote
When i think about it... you probably have a router with a DHCP server and another one connected as bridged client with WiFi clients connected to the second one?

I think i could add collecting data of WiFi clients on other connected DD-WRT routers as a feature somehow...🤔
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 967

PostPosted: Tue Aug 22, 2023 2:47    Post subject: Reply with quote
There's noticeable improvement for 20230821/3.
chromoxdor wrote:
4. You can always use curl for that. I don´t see where i would implement it.
I meant adding this copy paste thing to the installation guide:
Code:
curl https://raw.githubusercontent.com/chromoxdor/DD-WRTiles/main/dd.html -o dd.html

chromoxdor wrote:
When i think about it... you probably have a router with a DHCP server and another one connected as bridged client with WiFi clients connected to the second one?

I think i could add collecting data of WiFi clients on other connected DD-WRT routers as a feature somehow...🤔
My ddwrt router is in AP mode, my main router (with DHCP server) is not ddwrt.
Suggestions:
  • rename "Adapter" to "IF" to match with ddwrt Info page.
  • Tick option to group tiles by IF.
(some suggestions come from the 7 years old Asus router, attached for reference)



202308221124531538.png
 Description:
 Filesize:  179.1 KB
 Viewed:  1547 Time(s)

202308221124531538.png



202308221113401536.png
 Description:
 Filesize:  117.69 KB
 Viewed:  1553 Time(s)

202308221113401536.png



202308221020271534.png
 Description:
 Filesize:  145.75 KB
 Viewed:  1558 Time(s)

202308221020271534.png



_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)


Last edited by IONK on Tue Aug 22, 2023 3:46; edited 4 times in total
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14249
Location: Texas, USA

PostPosted: Tue Aug 22, 2023 3:28    Post subject: Reply with quote
I don't know of any code differences for the associated *.live.asp pages that would affect anything in your dd.html.

https://github.com/mirror/dd-wrt/tree/master/src/router/kromo/dd-wrt

Going to leave any related comments in my head where they belong.

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 967

PostPosted: Tue Aug 22, 2023 6:01    Post subject: Reply with quote
Attached screenshot for 18 clients connected.
At the moment, I don't see a lot of added value of the tiles yet (compared with the existing ddwrt Info page).
kernel-panic69 wrote:
Going to leave any related comments in my head where they belong.
Is it because they're all depressing discouraging negative comments?


202308221353411541.png
 Description:
 Filesize:  206.1 KB
 Viewed:  1526 Time(s)

202308221353411541.png



_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)
chromoxdor
DD-WRT Novice


Joined: 02 Dec 2014
Posts: 44

PostPosted: Tue Aug 22, 2023 8:07    Post subject: Reply with quote
IONK wrote:
At the moment, I don't see a lot of added value of the tiles yet (compared with the existing ddwrt Info page).


Probably DD-WRTiles is nothing for you then. It only works if you want do display the connected clients of a DD-WRT router which acts as the DHCP-server otherwise you will only see "undefined" clients.(even though i will add an option to name those devices)

Maybe i should point that out for whom this could be interesting:
    - you have a router with DD-WRT that also acts as the DHCP server
    - you want to have an overview of your connected devices (especially WiFi clients since the web interface doesn't provide the hostnames)
    - you want to be able to sort your clients
    - you like the tile layout Smile
    - you want to see which of your connected clients run a webserver on port 80 and easily click on the tile to open it


kernel-panic69 wrote:
I don't know of any code differences for the associated *.live.asp pages that would affect anything in your dd.html.


Thanks for the info...
chromoxdor
DD-WRT Novice


Joined: 02 Dec 2014
Posts: 44

PostPosted: Tue Aug 22, 2023 11:16    Post subject: Reply with quote
IONK wrote:
Tick option for auto OUI lookup (will get banned by lookup website?)


Only as an iFrame because of "cross-origin" but here you go (opens with right click):



vendor.gif
 Description:
 Filesize:  1010.84 KB
 Viewed:  1504 Time(s)

vendor.gif


IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 967

PostPosted: Tue Aug 22, 2023 11:47    Post subject: Reply with quote
chromoxdor wrote:
IONK wrote:
Tick option for auto OUI lookup (will get banned by lookup website?)


Only as an iFrame because of "cross-origin" but here you go (opens with right click):
yes, it's working for me also.
_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)
chromoxdor
DD-WRT Novice


Joined: 02 Dec 2014
Posts: 44

PostPosted: Tue Aug 22, 2023 12:14    Post subject: Reply with quote
IONK wrote:
yes, it's working for me also.


Good to know.. FYI, just updated the code because i forgot to uncomment some stuff

FYI2: 20230822/6 - added 2-finger tap for vendor lookup on mobile devices
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1858
Location: Hung Hom, Hong Kong

PostPosted: Tue Aug 22, 2023 16:35    Post subject: Reply with quote
chromoxdor wrote:
Probably DD-WRTiles is nothing for you then. It only works if you want do display the connected clients of a DD-WRT router which acts as the DHCP-server otherwise you will only see "undefined" clients.(even though i will add an option to name those devices)

Out of curiosity: does SNMP have something similar?

BTW, I doubt any business organizations had the courage to use DD-WRT! Wink

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum