ibnux / Android-SMS-Gateway-MQTT

Android SMS Gateway using MQTT
16 stars 4 forks source link

Please document expected MQTT interations in the README #4

Open deece opened 5 months ago

deece commented 5 months ago

Its not immediately obvious what messages are expected to be sent and received via MQTT.

This should be documented in the README:



The message should be a JSON dict, with the following fields:
  - to: The phone number to send to, as a string
  - message: The message to send, as a string
  - sim: Which sim to send via, 1, 2, etc, as an int.