shrdlu68 / ussd-cli

Small utility to run USSD sessions in the command-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silly little hack I use to run USSD sessions (AT+CUSD) in the command-line.
Assumes the modem device file is /dev/ttyUSB0
Works like a REPL, command replies are printed and your input is sent verbatim
May be modified to run arbitrary AT commands.
Usage:
	ussd <code>

For example
	ussd *544#

Enter \q to end the session.

About

Small utility to run USSD sessions in the command-line


Languages

Language:Common Lisp 100.0%