Skip to content
/ swat Public

A helper for painless use of AT command interfaces.

Notifications You must be signed in to change notification settings

pgorczak/swat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swat

A helper for painless use of AT command interfaces.

Ever got annoyed by having to re-type some AT commands for your LTE modem over and over? Miss standard line editing and history capabilities? Well look no further! This little tool right here gives you

  • Line editing (correct those pesky +/!/^ mixups and put quotation marks in whatever order you want).
  • Unlimited history (you're just two keystrokes away from the next at!gstatus?).
  • History search (hit Ctrl+R to unlock this power user feature).
  • It even inserts the at for you!

Getting started (building from source)

  1. Get Rust
  2. In this directory, run cargo build --release
  3. Copy the binary from ./target/release/ (e.g. to ~/.local/bin/)
  4. Run swat help

Coming soon

  • Auto binary builds
  • Interface for running a single command

About

A helper for painless use of AT command interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages