Skip to content
/ QmiSMS Public

Forwards SMS from a device via QMI to a WebSocket server

License

Notifications You must be signed in to change notification settings

PA733/QmiSMS

Repository files navigation

QmiSMS

Usage

  1. Copy the example configuration file and modify it as needed
cp config.example.yaml config.yaml
  1. Run the container
docker run -d \
  --name qmi_sms_reader \
  --restart unless-stopped \
  --device /dev/cdc-wdm0:/dev/cdc-wdm0 \
  -v $(pwd)/config.yaml:/app/config.yaml \
  ghcr.io/pa733/qmisms:latest

Note

Currently, in environments with apparmor enabled, permissions issues may be encountered. Try adding the --privileged parameter.
We are still working on this issue.

Compatible Servers

Super SMS Bridge

About

Forwards SMS from a device via QMI to a WebSocket server

Resources

License

Stars

Watchers

Forks

Releases

No releases published