Go to file
Maxime “pep” Buquet f963d9c0b3
WIP: Try using xmpp.send_message in another select! branch
Requires tokio-xmpp's xmpp-send-buffered-message branch (currently
bc0b1684e), available in the repo.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-07-28 17:55:42 +02:00
src WIP: Try using xmpp.send_message in another select! branch 2022-07-28 17:55:42 +02:00
Cargo.toml WIP: Try using xmpp.send_message in another select! branch 2022-07-28 17:55:42 +02:00
LICENSE Add LICENSE: AGPL-3.0-or-later 2022-07-18 18:26:49 +02:00
README.md Add README.md 2022-07-18 20:35:52 +02:00

README.md

Gateway ModemManager <-> XMPP

Bridge ModemManager SMSs and Calls to XMPP.

SPDX: AGPL-3.0-or-later

TODO

  • ModemManager
    • Modems
      • Settle on the first enabled modem.
      • Pick modem from configuration, enable it with provided string.
    • SMS
      • Monitor / Read
      • Send
    • Calls
      • Monitor / Answer
      • Make calls
  • XMPP