Task 6 - abha-m/IoT-SPIT GitHub Wiki

Task 6 : Combine Task 4 and Task 5 code successfully in Python and send a broadcast message to every team member

  • The GUI and the Broadcast algorithm need to be combined together for sending the messages.
  • The GUI will input the message which needs to be sent and the file which contains the Numbers of the receivers. The message is stored in the form of a string literal and passed into the text parameter of the AT command, and the file containing the Numbers is passed to the respective extracting part of the code which stores the names and numbers in the dictionary.
  • The numbers are passed into the AT command and the constant string stored is send to each of the number stored in the file, if the user chooses to send it to only a few people in the list then he can search and select the people in the GUI.
  • When the GSM modem or Smartphone is connected to the PC and the application is run, it configures the phone by executing the necessary AT commands and the message is sent to multiple receivers.