What's new

Wireless Report for AIMesh v1.2.1 - [Mar-26-2026]

Just because I am basically lazy. I added a couple of bits beyond the alias recommended to make life easier.

[CODE}
alias wrin="sh /jffs/addons/wireless_report/wr_install.sh"
cpwrin () { if [ ! -f /jffs/addons/wireless_report/wr_install.sh ]; then cp /tmp/wr_install.sh /jffs/addons/wireless_report/; fi }
inwrp () { curl -s -L https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && chmod +x /tmp/wr_install.sh && sh /tmp/wr_install.sh; }
[/CODE]
 
rerun script from curl, as install program was updated, option#4
Will this also repopulate the install file from tmp to the wireless report dir i.e.

Code:
cp /tmp/wr_install.sh /jffs/addons/wireless_report

Or do we have to run that again?
 
Will this also repopulate the install file from tmp to the wireless report dir i.e.

Code:
cp /tmp/wr_install.sh /jffs/addons/wireless_report

Or do we have to run that again?
yes, rerun after curl install
 
Just because I am basically lazy. I added a couple of bits beyond the alias recommended to make life easier.
I’m not a programmer by any stretch of the imagination (I’m sure you’ll fix the curly bracket) but surely the install program itself could do the curl fetch and if needed extra copy across the script as part of the install?

Maybe @JB_1366 could have a look at addding this?
 
Last edited:
v1.2.0-added nickname option on script install.
Not sure if it’s the brackets or a limitation on number of characters but I’m seeing a truncated name. I’m guessing characters, which makes sense. No biggie and not urgent but could you perhaps add (max. XY chars) to the install note for that function 🙏

RT-AX3000 (Kat’s Room) is 21 Chars incl. spaces. It gets truncated by 2 so it would seem you allow about 19 chars?
Yours are about 16 or 17 so I’m guessing a limit of about 18 or 19.
 

Attachments

  • IMG_3325.jpeg
    IMG_3325.jpeg
    63.9 KB · Views: 1
  • IMG_3324.jpeg
    IMG_3324.jpeg
    29.5 KB · Views: 1
Not sure if it’s the brackets or a limitation on number of characters but I’m seeing a truncated name. I’m guessing characters, which makes sense. No biggie and not urgent but could you perhaps add (max. XY chars) to the install note for that function 🙏

RT-AX3000 (Kat’s Room) is 21 Chars incl. spaces. It gets truncated by 2 so it would seem you allow about 19 chars?
Yours are about 16 or 17 so I’m guessing a limit of about 18 or 19.
I put a max of 20 in script, so you couldn't go crazy and wreck the header, think I should bump up to 25?
 
I put a max of 20 in script, so you couldn't go crazy and wreck the header, think I should bump up to 25?
TBH 20 is probably fine but 25 could help those with only one node (the irony being they don’t get confused by nodes with the same name, which promoted the request in the first place).

Folks with multiple nodes will struggle but having the flexibility for Main and single node users can’t hurt. It allows you to put model and a nickname. Hopefully they won’t complain when it looks awful on their 5 nodes…
 
v1.2.1-change nickname max to 25
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Back
Top