New Build - 05/25/2021 - r46750

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2
Author Message
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Wed May 26, 2021 8:38    Post subject: Reply with quote
mwchang wrote:
xraive wrote:

From memory alone this is the first time it's happened to me. I've always used Chrome. But I have read in the forums that Chromium based browsers have given some users issues.

Thanks kernel-panic69 and mwchang for the feedback.

DD-WRT's WebUI is basically a Javascript program! Bear that in mind when using your favorite browser to access it. The Javascript is used to trigger execution of CGI programs to make changes to the router, I believe. Smile

When I had time, I might install the latest version of Chrome to find out why it didn't work..... Meow!!

Quote:
... you have certain add-ons and extensions loaded and are not using private browsing mode and not clearing your cache or overriding it (CTRL+F5 or Command+SHIFT+R), this is generally a root cause of issues with webUI interaction...

My 32-bit Firefox had some add-ons including one that enable/disable Javascript, none of them are affecting DD-WRT's Javascript WebUI in general. Cookies and cache should only affect the WebUI's login screen, I believe.

Again, I have to install Chrome in Win 10 to find out why. Meow!! Smile


nope. javascript doesnt trigger cgi here. the cgi is just generating webcode at initial web call.

_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
Sponsor
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 353
Location: Szczecin, Poland EU

PostPosted: Wed May 26, 2021 10:15    Post subject: New Build - 05/25/2021 - r46750 Reply with quote
Router/Version: Netgear WNR3500L v2
Kernel: Linux 4.4.269 #9346 Tue May 25 01:31:52 +07 2021 mips
Reset: No
Mode: Internet gateway, WIFI AP, Dnsmasq server
Issues: poor WAN port performance, May 26 10:10:03 Myrouter kern.warn kernel: br0: received packet on eth1 with own address as source address repeated many times
Status: Working
Uptime: more than 22h

Device is updated via ssh. I have poor WAN port performanxe still. It's problem with MACs too. Generally router works.
mwchang
DD-WRT Guru


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

PostPosted: Thu May 27, 2021 14:43    Post subject: Reply with quote
BrainSlayer wrote:
mwchang wrote:

DD-WRT's WebUI is basically a Javascript program! Bear that in mind when using your favorite browser to access it. The Javascript is used to trigger execution of CGI programs to make changes to the router, I believe. Smile

nope. javascript doesnt trigger cgi here. the cgi is just generating webcode at initial web call.

Understood that about client-side scripting and server-side CGI.... I was NOT precise!! Smile

What's the name of the main C program of the WebUI in the source codes tree? I have seen ntp.c ....

_________________
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
kernel-panic69
DD-WRT Guru


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

PostPosted: Thu May 27, 2021 15:10    Post subject: Reply with quote
https://svn.dd-wrt.com/browser/src/router/httpd is the main C code folder and https://svn.dd-wrt.com/browser/src/router/kromo is for the webUI pages and such, if I'm not completely mistaken Cool
_________________
"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
mwchang
DD-WRT Guru


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

PostPosted: Fri May 28, 2021 17:31    Post subject: Reply with quote
kernel-panic69 wrote:
https://svn.dd-wrt.com/browser/src/router/httpd is the main C code folder and https://svn.dd-wrt.com/browser/src/router/kromo is for the webUI pages and such, if I'm not completely mistaken Cool

Thanks.... is it modified from an old, existing httpd software? I am wondering.... Smile


_________________
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
kernel-panic69
DD-WRT Guru


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

PostPosted: Fri May 28, 2021 17:45    Post subject: Reply with quote
mwchang wrote:
kernel-panic69 wrote:
https://svn.dd-wrt.com/browser/src/router/httpd is the main C code folder and https://svn.dd-wrt.com/browser/src/router/kromo is for the webUI pages and such, if I'm not completely mistaken Cool

Thanks.... is it modified from an old, existing httpd software? I am wondering.... Smile


Is this a rhetorical question?
Quote:
/* milli_httpd - pretty small HTTP server
** A combination of
** micro_httpd - really small HTTP server
** and
** mini_httpd - small HTTP server
**
** Copyright 1999,2000 by Jef Poskanzer <jef@acme.com>.
** All rights reserved.
Quote:

# milli_httpd Makefile
#
# Copyright 2001-2003, Broadcom Corporation
# All Rights Reserved.
#
# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
#
# $Id: Makefile,v 1.6 2005/11/30 11:55:05 seg Exp $
#

_________________
"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
mwchang
DD-WRT Guru


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

PostPosted: Sat May 29, 2021 6:41    Post subject: Reply with quote
kernel-panic69 wrote:
mwchang wrote:
Thanks.... is it modified from an old, existing httpd software? I am wondering.... Smile

Is this a rhetorical question?

Quote:
/* milli_httpd - pretty small HTTP server
** A combination of
** micro_httpd - really small HTTP server
** and
** mini_httpd - small HTTP server
**
** Copyright 1999,2000 by Jef Poskanzer <jef@acme.com>.
** All rights reserved.

Well, I haven't started reading the codes when I wrote the last reply. It was a piggybacking question! Thank you again! Wink

DD-WRT's Wiki didn't mention that software's name:
https://wiki.dd-wrt.com/wiki/index.php/Web_server

mini_httpd
https://acme.com/software/mini_httpd/

microhttpd
https://zorxx.github.io/microhttpd/

And it seems that OpenWRT is using it, too!

git.archive.openwrt.org Git - 14.07/packages.git/blob - net/mini_httpd/Makefile
https://git.archive.openwrt.org/?p=14.07/packages.git;a=blob;f=net/mini_httpd/Makefile



_________________
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
kernel-panic69
DD-WRT Guru


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

PostPosted: Sat May 29, 2021 8:08    Post subject: Reply with quote
The micro_httpd is also on acme.com....

https://acme.com/software/micro_httpd/

Please stay on topic, this is a build thread, not development thread.

_________________
"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
mwchang
DD-WRT Guru


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

PostPosted: Sat May 29, 2021 8:20    Post subject: Reply with quote
kernel-panic69 wrote:
The micro_httpd is also on acme.com....
https://acme.com/software/micro_httpd/
Please stay on topic, this is a build thread, not development thread.

I haven't forgotten about that. Keeping my eyes on build 46788....

DD-WRT Forum :: View topic - New Build - 05/28/2021 - r46788
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=329243


_________________
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 -> Broadcom SoC based Hardware 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