Commit Graph

57 Commits

Author SHA1 Message Date
iamromulan
c9d0e45aa3 Merge @dr-dolomite 's for-merging branch
-Create new development-v2 branch to work on simpleadmin v2

-Merged @dr-dolomite work from:
2d197220a4

Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com>
2024-05-03 15:47:01 -04:00
RouteTable
c646ce8945 Fix for TTL status refresh after setting TTL
Added a function to sleep for 1 second, and then a fetch to get_ttl to refresh the status
2024-04-19 02:15:37 -05:00
RouteTable
10d291151f Update ttl.html to add logout 2024-04-19 00:23:06 -05:00
RouteTable
a85a0b17f2 Create logout.html 2024-04-19 00:12:31 -05:00
RouteTable
1be4607d5d Update speedtest.html to add logout 2024-04-19 00:11:20 -05:00
RouteTable
1c0d097d82 Update ttl.html to add logout 2024-04-19 00:10:35 -05:00
RouteTable
0fe6326e2c Update sms.html to add logout 2024-04-19 00:09:24 -05:00
RouteTable
b1e5a40085 Update bandlock.html to add logout 2024-04-19 00:08:51 -05:00
RouteTable
5ba4c6b713 Update atcommander.html to add logout 2024-04-19 00:08:18 -05:00
RouteTable
5c79a22795 Update index.html to add logout 2024-04-19 00:07:31 -05:00
Zach Brown
5cc0c08225 Not everything needs sudo in set_ttl 2024-04-16 12:05:19 +00:00
iamromulan
01608d47b5 fix syntax error 2024-04-14 01:54:51 -04:00
iamromulan
7ddfe0b627 Define path for set_ttl 2024-04-14 01:30:40 -04:00
iamromulan
003a903d97 make ttlvalue file editable 2024-04-14 01:13:37 -04:00
iamromulan
8f61488e23 Add missing sudo 2024-04-14 00:32:24 -04:00
iamromulan
c2e7727bfe Add echo and cat to sudo www-data
-should fix ttl not being set
2024-04-14 00:25:00 -04:00
Zach Brown
723b69f662 Fixes for setting ttl 2024-04-13 13:09:54 +00:00
Cameron Thompson
1663b34e1d Prep to merge 2024-04-10 23:41:21 -04:00
Cameron Thompson
22cd4be6c8 Stats update in 2-3 seconds 2024-04-04 01:36:07 -04:00
Cameron Thompson
c528e33876 Re-add useful AT commands section for now 2024-04-03 21:03:55 -04:00
Russel Yasol
ca895cab0d fixed max cell input to 10 2024-03-29 23:47:36 +08:00
Russel Yasol
618f978018 improved LTE cell id function 2024-03-29 23:39:24 +08:00
Russel Yasol
802c90e7b4 updated cell lock info 2024-03-29 21:33:47 +08:00
Russel Yasol
6ad0f026e6 added fix for NSA Scanning 2024-03-29 21:29:02 +08:00
Russel Yasol
21c9099606 removed duplicate reboot button 2024-03-29 21:25:55 +08:00
Russel Yasol
b0545018f2 added more query shortcuts 2024-03-29 21:24:55 +08:00
Russel Yasol
19c233e02b added cell lock max to 10 2024-03-29 21:09:41 +08:00
Russel Yasol
bb2921c8fe added some responsiveness for Simple Network 2024-03-28 13:47:54 +08:00
Russel Yasol
dfbbfe9ba5 added utilities and query 2024-03-28 13:00:59 +08:00
Russel Yasol
968e003fa5 added cell locking functionality 2024-03-28 00:50:51 +08:00
Russel Yasol
3a506a5eb2 added GUI bandlocking 2024-03-27 10:55:54 +08:00
Cameron Thompson
f9c9f97e95 Merge branch 'development' into development 2024-03-24 16:02:38 -04:00
Russel Yasol
f58ccff0bf added dedicated NR-CA SA parser 2024-03-25 00:06:44 +08:00
Russel Yasol
b423866d0d added reboot button 2024-03-24 22:38:21 +08:00
Russel Yasol
4a3307f683 added ATI as the default command 2024-03-24 21:50:24 +08:00
Cameron Thompson
a3b4e40027 Sync changes with simpleadmintest 2024-03-21 23:29:16 -04:00
dr-dolomite
f2e4f26b81 added speedtest page 2024-03-21 19:55:09 +08:00
dr-dolomite
9fae1763e4 added template for client side fetching 2024-03-21 06:03:36 +08:00
dr-dolomite
71fb0b2245 at input now accepts return key 2024-03-18 10:08:16 +08:00
dr-dolomite
80b34719a5 incorporated atcmd dynamic wait time to get_atcommand 2024-03-17 17:07:18 +08:00
dr-dolomite
b450fd2813 added clear button and disabled states 2024-03-17 15:49:40 +08:00
dr-dolomite
28c4430ca5 fixed APN not showing, moved to generic branding, and added sms for testing 2024-03-17 13:39:10 +08:00
iamromulan
7d5d9fe74f Major Toolkit Update: socat and TTYd
-Both SMD11 and SMD7 are now used to create 2 separate AT command flows/streams
   -SMD11 is linked to ttyOUT
   -SMD7 is linked to ttyOUT2
-ttyOUT is intended for use with automated AT commands like the modem status parse script
-ttyOUT2 is intended for user initiated AT commands like the AT Commands page in simpleadmin or the new atcmd shell command

-Entware installation has been improved for better compatibility and smoother install.

-Added the option to try out TTYd
   -This is a web based shell console you can access via http on port 443
   -More improvements to come
2024-03-17 00:10:18 -04:00
dr-dolomite
d4a8d83586 adjusted layouts for better readability 2024-03-16 22:46:09 +08:00
dr-dolomite
8ba01af384 changed PCI to show both 4G and 5G when using NSA 2024-03-16 20:38:35 +08:00
dr-dolomite
5234303275 fixed unpaired div and missing html closing tag 2024-03-16 11:06:01 +08:00
dr-dolomite
08e5bc7359 added various fixes and new data fields 2024-03-16 11:01:03 +08:00
iamromulan
780590bfa5 Combine Dependencies; Other Improvements
-Removed CPU intensive python based telnet server option
-Removed Micropython
-Renamed AT Telnet Daemon socat-at bridge
-Moved TTL related files not part of the www/cgi-bin directory to /simplefirewall
-Improved Simplefirewall menu, added ability to change TTL
-Combined uninstall and install functions for simpleadmin and dependencies into single functions
2024-02-20 23:44:05 -05:00
iamromulan
24b66cae3e Update atcommander.html 2023-12-03 16:48:13 -05:00
iamromulan
ad4e5f79dd Update ttl.html 2023-12-03 16:47:44 -05:00