command
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 29, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
AT / example / daemon
This utility should be used as an example of the 'at' package usage. The daemon waits for a modem device that is specified in constants.
CommandPortPath = "/dev/tty.HUAWEIMobile-Modem"
NotifyPortPath = "/dev/tty.HUAWEIMobile-Pcui"
And monitors its SMS inbox and balance.
BalanceUSSD = "*100#"
BalanceCheckInterval = time.Minute
DeviceCheckInterval = time.Second * 10
It also spawns a web interface available at http://localhost:%d.
Screenshot
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.