Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. N

    Voxel Custom firmware build for R7800 v. 1.0.2.83SF

    The download log may register my IP address only once, but that single download would usually end up on 2 R7800 devices. I'm sure there are other people like me out there using Voxel's firmware on more than 1 device.
  2. N

    Kamoj Kamoj Add-on Beta testing

    Altering the curl command-line a little bit (adding -i --raw options), we see that uhttpd is generating and inserting its own response headers for status 500, text/plain content type, chunked encoding and "The CGI program generated an invalid response:" in front of the actual response generated...
  3. N

    Kamoj Kamoj Add-on Beta testing

    Glad to hear it's going well trying out different ideas. There is no observable difference in the response as processed by uhttpd for a GET vs. a POST request. From the command-line, I tried the following and got the same response back for both GET and POST: Regular GET request: curl...
  4. N

    Kamoj Kamoj Add-on Beta testing

    Looking on the web, a response header is required, as indicated at these links below: http://www.yolinux.com/TUTORIALS/BashShellCgi.html https://users.cs.cf.ac.uk/Dave.Marshall/PERL/node199.html The solution for the as-is uhttpd is to avoid any delay between the response header and the rest...
  5. N

    Kamoj Kamoj information add-on V4 for Netgear R7800 X4S and R9000 X10 (Temperatures a.o.)

    The command-line that is shown in the screenshot has extra spaces in multiple places. The correct command-line is: /bin/opkg install -V1 --force-overwrite kamoj-addon_210307-180005-5.4b23_r9000.ipk
  6. N

    Aegis Aegis 1.7.x

    Thanks @HELLO_wORLD, you are on a roll with these enhancements. I was just about to upgrade to 1.7.6 and now it's showing 1.7.7 already :). The web companion upgrade feature performed flawlessly as usual. In case you have a wishlist, for some time down the road, would it be possible add a...
  7. N

    Aegis Aegis 1.7.x

    Thank you @HELLO_wORLD. The upgrade using the web companion was seamless to 1.7.5, as it was when I previously upgraded from 1.7.3 to 1.7.4. I confirmed the following lines have been added at the end of the /tmp/mnt/sda1/autorun/scripts/post-mount.sh script: # Bolemo aegis [ -x...
  8. N

    Aegis Aegis 1.7.x

    I have questions about Aegis (which is quite new to me) after a firmware upgrade. I already had Aegis installed on an external USB drive. Next, what I did is: uninstall the Kamoj add-on, reboot, upgrade firmware (auto-reboot), install Kamoj add-on, reboot After that process for firmware...
  9. N

    Aegis Aegis 1.7.x

    @HELLO_wORLD, The Aegis web cgi returns a HTTP status code 500 on clicking the Log tab the first time, although that does not prevent the page from displaying the log entries, so I don't know if you would want to look into this or not. Just for your awareness. Screen snippet attached. Thanks.
  10. N

    Voxel Custom firmware build for R7800 v. 1.0.2.83SF

    Upgraded, up and running on both my R7800 devices: 1 router, 1 AP. Thanks @Voxel. Re-installed Kamoj Add-on V5.4b23 on both devices also. Thanks @kamoj. @HELLO_wORLD, On my router device, had to re-install Aegis (on external USB drive) and bring it up manually. If installed on an external...
  11. N

    Kamoj Kamoj Add-on Beta testing

    I tried the test script above and the default uhttpd is behaving as you described. The entire output is displayed after 10 seconds. this text is generated after 5 seconds. and this one after 10! With the clues in the modified code from Voxel, I think I have been able to narrow down that the...
  12. N

    Kamoj Kamoj Add-on Beta testing

    I really appreciate the quick turnaround with a modified version of uhttpd that is more flexible with timeout setting options. It is working as I hoped it would! I'm happy to report that by adding the -u 40 command-line option, uhttpd now allows a cgi-bin script to run to completion even if...
  13. N

    Kamoj Kamoj Add-on Beta testing

    @Voxel, Please take a look at the code at https://github.com/SVoxel/R7800/blob/284f238124d720eca2d316126a5577b17e8c3a99/git_home/uhttpd.git/uhttpd-cgi.c It seems that it is hard-coded for a 3-second timeout after the header is sent, as highlighted in the attached screen snippet. Would it be...
  14. N

    Kamoj Kamoj Add-on Beta testing

    Please see attachment Actually, I'm not able to attach a text file for some reason and this page errors out if I try to put the HTML and JavaScript code in the reply body.
  15. N

    Kamoj Kamoj Add-on Beta testing

    Interestingly, the browser receives only the text "waiting..." (11 bytes) in the response and not the date information, as the response is cut off at 3.05 seconds.
  16. N

    Kamoj Kamoj Add-on Beta testing

    @HELLO_wORLD, I came across this command which might provide the information that you are referring to: avahi-browse -at I tried it on my R7800 and it generated output containing LAN device names. Use the --help to see all the different available options: root@R7800:/www/cgi-bin$...
  17. N

    Kamoj Kamoj Add-on Beta testing

    Yes, this behavior is reproducible. It is happening on IE 11, Firefox as well as on Chrome. If the kamoj.cgi script is modified to sleep for 2 seconds (or less) before returning the output from the date command, all 3 browsers are able to receive the response, e.g. "Thu Mar 11 12:04:49 GMT...
  18. N

    Kamoj Kamoj Add-on Beta testing

    It seems to be a 3-second timeout imposed by the web browser for some reason. If the CGI script takes longer than 3 seconds to run to completion, then the web browser does not wait for the output to be completely generated. The web browser indicates "CAUTION: request is not finished yet!", as...
  19. N

    Kamoj Kamoj Add-on Beta testing

    No worries. There's no need for to spend more effort on this. I appreciate all the information and functionality that your add-on provides, and make use of it on a regular basis. My R7800 devices have been much more stable and useful with Voxel firmware and your add-on, as compared to stock NG...
  20. N

    Kamoj Kamoj Add-on Beta testing

    This works. Thanks. The output with "set -x" is attached. No worries. There are other ways that you have provided in the add-on to get the info. The length of time to process could also depend on the number of WiFi connections, which in my case can vary between zero and 40 wireless devices...
Top