vortex-5 / ddwrt-bwmon

An Individual Bandwidth Monitor For DD-WRT
171 stars 37 forks source link

Will it work even if I set the DDWRT page with port? #36

Closed target123 closed 7 years ago

target123 commented 8 years ago

Will the bandwidth monitor still work even if the main config page is on a port other than 80?

vortex-5 commented 8 years ago

I have not tested that mode of operation in theory yes.

target123 commented 8 years ago

what port would i access the page then?

vortex-5 commented 8 years ago

the same port you use to access your router's config page. I.E. if your outer can be reached by 192.168.0.1:8080 then you would access the page at 192.168.0.1:8080/user/bwmon.html

if you are using the php version then you can access it via whatever the PHP page is in your router setup (only routers with 32MB of flash or more have this option)

target123 commented 8 years ago

What do you mean with the PHP option, would you mind elaborating the advantages or differences of having a PHP in ddwrt?

Thanks

vortex-5 commented 8 years ago

When using the webserver the script can access a php service which is allowed to execute commands on the router.

without the webserver the script is read only.

The main advantage you will observe is the php server version will have less overhead as it only checks for usage every 60 seconds vs 10 seconds. In addition when the web page is visited you will auto refresh the data every 1 second vs 10 seconds so the best of both worlds more responsive when you have the traffic page open and less resource usage when you are not looking at the live traffic page.