Commit Graph

184 Commits

Author SHA1 Message Date
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
ff887444f7 Create LICENSE 2024-03-13 16:19:24 -04:00
iamromulan
87dab7a813 Fix missing function call 2024-03-11 23:32:41 -04:00
iamromulan
b16f76b9bc Update README.md 2024-03-11 23:18:18 -04:00
iamromulan
3dff54a90d Add check for existing opkg 2024-03-11 23:12:02 -04:00
iamromulan
415ee31bbf Fixed unknown NSA 5G band parse
Fixed
2024-02-29 00:18:20 -05:00
iamromulan
cef714f755 Remove Python ref (very old) 2024-02-27 01:09:26 -05:00
iamromulan
9cd62ec422 Add systemd unit for smd7 bridge kill
-Kills existing bridge between smd7 and at_usb2 (Confirmed Not the USB COM port that shows in Windows)
2024-02-27 00:19:03 -05:00
iamromulan
369e3ad673 Add new files for 2nd Socat bridge
-Create a new set of systemd units to chose from for the creation of ttyIN2 and ttyOUT2 for a 2nd separate AT channel
-Create a new script that kills the smd7 port bridge when smd7 is needed for use by ttyOUT or ttyOUT2
2024-02-26 22:43:47 -05:00
iamromulan
26a74b1e24 Update RMxxx_rgmii_toolkit.sh 2024-02-26 19:59:08 -05:00
iamromulan
07e4e797b7 Add TTYd option 2024-02-26 19:56:22 -05:00
iamromulan
17c8b1f901 Create ttyd.service 2024-02-26 19:15:36 -05:00
iamromulan
b1f001b066 Add ttyd.bash
Example script file for TTYD to start up
2024-02-26 01:18:36 -05:00
iamromulan
f320f94e4c Move uninstall function 2024-02-26 00:44:08 -05:00
iamromulan
c543a1e9ab Update Entware installer trigger 2024-02-26 00:34:46 -05:00
iamromulan
1ebd61b7cb Remove indentations 2024-02-26 00:29:14 -05:00
iamromulan
68a84397b0 Update installentware.sh
Improve Installation process
Add colors to echo
2024-02-26 00:21:40 -05:00
iamromulan
c724d64d04 Add uninstall option
Add uninstall option, cleanup
2024-02-25 23:47:59 -05:00
iamromulan
edee6c61ca Sync with main 2024-02-25 23:22:46 -05:00
iamromulan
2c40cacc18 Add $GITTREE to entware link
Add $GITTREE to entware link
2024-02-25 21:52:05 -05:00
iamromulan
a175d0597a Merge last fixes from Main 2024-02-25 21:41:34 -05:00
iamromulan
85d3c7bc41 Add Menu Colors
-Added rest of the menu colors
2024-02-23 16:46:28 -05:00
iamromulan
9861d33649 Allow installation of the simplefirewall only
If simplefirewall isn't installed upon entering the config menu it will ask to install it
2024-02-23 15:47:05 -05:00
iamromulan
5f8346f6a5 Fix command usage
cp -f to cp -rf
2024-02-23 15:11:15 -05:00
iamromulan
500a2c4c69 TTL service fix
Fix problem with TTL service not being copied over to sysd correctly
2024-02-23 11:58:14 -05:00
iamromulan
8c69d328b5 Make Menu look better
-Added colors to menu
-Added my logo ;)
2024-02-23 00:05:19 -05:00
iamromulan
5c5e9c5673 Poking at TTL toolkit menu...... 2024-02-22 23:22:40 -05:00
iamromulan
34c9c127fd Fix wrong command usage for TTL 2024-02-22 23:08:15 -05:00
iamromulan
0804f7800f Fix TTL Value set from Toolkit 2024-02-22 23:03:32 -05:00
iamromulan
551ab341bc Revert "Fix TTL Update from toolkit"
This reverts commit 9ec5223806.
2024-02-22 22:44:34 -05:00
iamromulan
9ec5223806 Fix TTL Update from toolkit
Added service restart command
2024-02-22 22:38:23 -05:00
iamromulan
bfba691a37 Fix Path issue 2024-02-22 22:14:03 -05:00
iamromulan
9242b753c4 Merge branch 'development' of https://github.com/iamromulan/quectel-rgmii-toolkit into development 2024-02-22 22:13:03 -05:00
iamromulan
ff50ea1b3f Fix another path issue 2024-02-22 22:12:52 -05:00
iamromulan
c4819964ea Bug fixes
Fixed more path issues
2024-02-22 22:07:20 -05:00
iamromulan
716064753f Fix path 2024-02-22 22:06:17 -05:00
iamromulan
9873a43266 Error Fixes, add entware option
Fix wrong link for simpleadmintest, add install entware option
2024-02-22 21:46:03 -05:00
iamromulan
bf7e716186 Fix wget link for socat-at-bridge 2024-02-22 16:46:49 -05:00
iamromulan
bc5bd18e72 Fix typos and missing remount_rw 2024-02-22 16:14:21 -05:00
iamromulan
b210afdb47 Rename RMxxx_rgmii_toolkit_dev.sh to RMxxx_rgmii_toolkit.sh 2024-02-22 15:26:47 -05: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
c83f703da6 Add ttyd 1.7.4 armhf binary 2024-02-16 00:50:28 -05:00
iamromulan
2e0d213a0f Add simpleadmin test branch
-Installer now working
2024-02-16 00:36:24 -05:00
iamromulan
b7c3fd927e Add simpleadmin test branch 2024-02-16 00:33:34 -05:00
iamromulan
e37e6fb686 Add simpleadmin test branch
Add new branch for development
2024-02-16 00:22:30 -05:00
iamromulan
d6ba3a8aaa Add CFUN=0 fix
Fixed
2024-02-13 19:52:10 -05:00
iamromulan
a7e9549e36 Add CFUN=0 fix option
-Fixed missing quotes around $service_path during symbolic link
2024-02-13 19:44:05 -05:00
iamromulan
8e7677c8a6 Update RMxxx_rgmii_toolkit.sh
-Rearranged Reboot timer function
-Added a CFUN=1 fix option, in case the modem starts in CFUN=0 mode installing this fix will cause AT+CFUN=1 to be sent at boot per user request
2024-02-13 16:05:45 -05:00
iamromulan
ec729b1f3f Entware/opkg installer update 2024-02-05 22:13:22 -05:00