dr-dolomite
9fae1763e4
added template for client side fetching
2024-03-21 06:03:36 +08:00
Cameron Thompson
35993bf722
Fixed ttyd not starting at boot
2024-03-19 20:05:56 -07:00
Cameron Thompson
24559dc6f2
Merge pull request #13 from dr-dolomite/development
...
AT Command Page Input Change
2024-03-17 22:23:23 -04:00
Cameron Thompson
871708de51
Merge pull request #12 from dr-dolomite/main
...
Fixed APN and SCC parsing
2024-03-17 22:22:54 -04:00
dr-dolomite
9591200848
Merge branch 'development' of https://github.com/dr-dolomite/quectel-rgmii-toolkit into development
2024-03-18 10:08:33 +08:00
dr-dolomite
71fb0b2245
at input now accepts return key
2024-03-18 10:08:16 +08:00
Russel Yasol
e82218e264
Merge branch 'iamromulan:development' into development
2024-03-18 09:57:13 +08:00
dr-dolomite
81260a5289
removed unneeded json file
2024-03-18 09:48:08 +08:00
dr-dolomite
7007844977
fixed APN to fetch the third field directly
2024-03-18 09:47:38 +08:00
dr-dolomite
19a10334cb
added conditions when querying SCC bands
2024-03-18 08:44:44 +08:00
Cameron Thompson
d553d6d55a
Merge pull request #10 from dr-dolomite/main
...
Added Minor Fixes and Dynamic Wait Time for AT Command Page
2024-03-17 13:34:01 -04:00
Cameron Thompson
93450eb399
Merge branch 'development' into main
2024-03-17 13:32:43 -04:00
iamromulan
fdb488f478
Sync PR#11 from main
...
Co-Authored-By: Tarun Reddy <tarun@reddyemail.com >
2024-03-17 13:12:44 -04:00
Cameron Thompson
bce789a5b9
Update development README.md
2024-03-17 11:59:50 -04:00
iamromulan
182159fe71
Update Development Branch README
2024-03-17 11:47:10 -04:00
dr-dolomite
0ce9b05ef3
fixed NR_BAND where it includes the PCC when 2 SA NRBANDS were detected
2024-03-17 21:40:09 +08:00
dr-dolomite
d8c1799789
added fix for json parsing failing on 2 NR5G bands
2024-03-17 21:16:24 +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
iamromulan
a2d3bc2d87
Delete atcmd
2024-03-16 22:23:26 -04:00
Cameron Thompson
2970209753
Update installentware.sh
...
Remove extra quotes
2024-03-16 22:15:32 -04:00
Cameron Thompson
92fb8ab335
Update RMxxx_rgmii_toolkit.sh
...
Updated ttyd installation
2024-03-16 21:51:49 -04:00
Cameron Thompson
911df02bd8
Update RMxxx_rgmii_toolkit.sh
...
Add more info to the portable/built-in AT Command Function
Defined the Github username
2024-03-16 20:23:07 -04:00
Cameron Thompson
95b10ece14
Update installentware.sh
...
Add color to menu option when looking for existing opkg installed from factory
2024-03-16 20:21:47 -04:00
Cameron Thompson
b7a28b0598
Delete old atcmd
2024-03-16 20:04:16 -04:00
Cameron Thompson
dc8149ad67
Update get_atcommand to use ttyOUT2
...
Using the intended AT command stream now. Should be more responsive.
2024-03-16 19:45:18 -04:00
Cameron Thompson
8c69205582
Update atcmd
2024-03-16 19:33:35 -04:00
Cameron Thompson
2bdbf613e8
Update atcmd
2024-03-16 19:27:40 -04:00
Cameron Thompson
3eeb641309
Update atcmd
2024-03-16 19:22:12 -04:00
Cameron Thompson
91b8dde145
Update atcmd
2024-03-16 19:13:39 -04:00
Cameron Thompson
2f01f9cacc
Add Color to atcmd
2024-03-16 18:53:56 -04:00
Cameron Thompson
efd859e302
Update atcmd
2024-03-16 18:43:58 -04:00
Cameron Thompson
df20fbeca3
Update atcmd
2024-03-16 18:38:46 -04:00
Cameron Thompson
b9916a4c1d
Update atcmd
2024-03-16 18:30:57 -04:00
Cameron Thompson
cf39a48263
at-socat-bridge major update toolkit fix
...
Fixed the chmod +x command failing
2024-03-16 18:13:45 -04:00
iamromulan
127db81532
Major at-socat-bridge update
...
-Now uses both smd11 and smd7 for separate AT streams
-smd11 is linked to ttyOUT
-smd7 is linked to ttyOUT2
ttyOUT is intended for automated AT commands (for parse scripts, etc)
ttyOUT2 is intended for manual user initiated AT commands; the new atcmd bin is now linked to /bin as well for utilization of ttyOUT2 by shell. Just type the command atcmd to run it.
Separating these streams will improve responsiveness and help the progress of more development.
2024-03-16 17:49:52 -04:00
iamromulan
eb1ae610a0
Merge chnages from PR#9
...
https: //github.com/iamromulan/quectel-rgmii-toolkit/pull/9
Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com >
2024-03-16 15:54:43 -04:00
iamromulan
d2a1ada389
Merge pull request #9 from dr-dolomite/main
...
Added Various Fixes on Parsing and Added New Data Fields
2024-03-16 15:29:22 -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
9438fe515d
added APN, Model, and Sim Slot query to loop
2024-03-16 13:33:17 +08:00
dr-dolomite
899d405d70
added conversion function for SA band bandwidth
2024-03-16 13:26:05 +08:00
dr-dolomite
3b921694c6
fixed MCCMNC sometimes not showing
2024-03-16 11:13:02 +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
ff887444f7
Create LICENSE
2024-03-13 16:19:24 -04:00
iamromulan
a08f65d02d
Add LICENSE
2024-03-13 16:16:09 -04:00
iamromulan
87dab7a813
Fix missing function call
2024-03-11 23:32:41 -04:00