Commit Graph

15 Commits

Author SHA1 Message Date
Cameron Thompson
e1fb14118b Add the ability to specify an AT command as an argument
Usage:
atcmd '<command>'
or
atcmd (starts an interactive session as before)

Example:
root@sdxlemur:~# atcmd 'ATI'
ATI
Quectel
RM521F-GL
Revision: RM521FGLEAR05A02M4G

OK
2024-03-24 17:51:48 -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
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
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
bfba691a37 Fix Path issue 2024-02-22 22:14:03 -05:00
iamromulan
ff50ea1b3f Fix another path issue 2024-02-22 22:12:52 -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