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. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Both asus bugs. I programmed my own device detection code for the “device filter” on the classification page and it works properly.
  2. FreshJR

    [Release] Asuswrt-Merlin 384.10 is now available

    My script modifies WiFi-calling priority if using adaptiveQOS. If using traditional QOS, it should be a simple port rule on 500,4500.
  3. FreshJR

    Recommended USB Drive for Scripts

    Sandisk quality in the micro flash drives is crap. Most of their tiny models overheat which leads to premature failure. The bulky ones work fine. (I would still avoid Sandisk as a company since apparently the company is okay releasing subpar products with their brand) Samsung micro flash...
  4. FreshJR

    AC87U - Weird QoS problem, can't access certain websites

    Because adaptiveQOS allows prioritized traffic to take up the lions share of network bandwidth while ONLY guaranteeing 16kb/s for any traffic with a lower priority. Also, HTTPS is set as #1 priority no matter what the user set the QoS order as. With that, a single https download is able choke...
  5. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    I'll look into it. Perhaps the single redirection from "Others" ends up splitting into "Game && Game Transfering" (unintended && leads to poor performance) EDIT: No that was not it First traffic goes from Gaming -> Game Transferring And then traffic goes from Others -> Gaming -- With that...
  6. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    No, most likely Xbox protocols on ports 80,443 are going into game transferring. (Lobby data, chat, etc, but typically not gaming) With transfer rates so low, it shouldn't matter which category the traffic is being placed into. It could be variance between the server hosts between different...
  7. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Works for PCs as well. But works a lot better for consoles. I explained what the rule actually does under the hood a few posts back.
  8. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    @Grimluhn I was talking about checking the bandwidths (aka. rates used) next to the pie charts. If gaming had high rates while playing COD then only that would explain poorer performance. That could occur if you are using IPv6 since "GameDownloads" would not be redirected away from "Gaming"...
  9. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    What was the bandwidth used by gaming when the gaming rule was in use. If gaming contained COD traffic and had no file transfers occurring, it should perform the same as if COD was left within others. (Eg. both categories are typically not constrained and nondropped packets. ). That is the...
  10. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    That is also category redirection as well but since it implemented via TC (listed as appdb in the webUI section) ipv6 traffic is included. Only the ipv4 rules (4 enabled by default + gaming rule) do not apply to ipv6 traffic at this time.
  11. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Ipv6 traffic is receiving all script modifications EXCEPT being parsed against ipv4 rules for category redirection. There are still noticeable differences in traffic flow compared to stock behavior. no
  12. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Yes re-running the install command will overwrite the script with the updated version. You can view the scripts built in terminal commands by running /jffs/scripts/FreshJR_QOS more specifically an available command that you are looking for is: /jffs/scripts/FreshJR_QOS -update or...
  13. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    @randomName and everyone else. The commands posted in the last few posts were for @Andy1932 and me trying to debug why the installer isn’t working on his machine. Everyone else on RMerlin should be good using the curl command. Everyone’s not on RMerlin should use the manual installer and...
  14. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    How does it not allow you to type anything?? I may just delete the installer and everyone will have to follow the manual Linux variant of the instructions. A simple script that takes 3 inputs and opens 2 programs shouldn’t be so fickle. No idea why your systems are so weird.
  15. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    That -t parameter should of made it interactive and allow input letting you choose 1 or 2. No idea why your setup is acting so goofy. (it is windows afterall and eindows is more often messed up than not) Maybe others will chime in with their experience, since I have no idea what to change as...
  16. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    It’s all the same information you use to access the webUI ....
  17. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    So one last thing to try is running the installers commands manually via the command prompt and see if they work echo dos2unix /jffs/scripts/FreshJR_QOS ^&^& sh /jffs/scripts/FreshJR_QOS -install ^&^& read -n 1 -s -r -p "(Press any key to Exit)" > ssh_command now for the following line, set...
  18. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Does the BAT script terminate with (Press Any Key to Continue) after putty does not open? I just tried it on a fresh Win10 PC and putty launched fine. Does the installer run via command prompt or powershell when launching it? Does putty even open to the GUI if you do the following: Windows...
  19. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Do you have this version of putty https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe (taken from this page https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Alternate Binary Files - 64bit: putty.exe) are all 4 [x] boxes checked?
  20. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Lets see if this changes anything. https://we.tl/t-tFDn9oG84l
Top