Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qt sms program
QtWS25 Last Chance

qt sms program

Scheduled Pinned Locked Moved Unsolved General and Desktop
smsserverqt5
6 Posts 2 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pogi
    wrote on last edited by
    #1

    is it possible to make a program that sends sms to the phone? if yes, what classes should i use, or any resources i can read ?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Using android, or windows or a web service?

      P 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        Using android, or windows or a web service?

        P Offline
        P Offline
        Pogi
        wrote on last edited by Pogi
        #3

        @mrjj
        ill be using qt lol im not sure, ill try to write sms program using qt

        mrjjM 1 Reply Last reply
        0
        • P Pogi

          @mrjj
          ill be using qt lol im not sure, ill try to write sms program using qt

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @Pogi
          Sadly it's not that simple.
          SMS cost money.
          So you can do the following:
          1: Write mobile app and use your phone.
          2: Connect your phone to pc and find out how to talk to it and send sms via commands to it
          (not all phones can do this)
          3: Use a web service that allows you do it via their api.
          like https://www.twilio.com/sms and many others.
          Write network app that understand the API.

          In any case, it not easy and requires you to understand various technologies if you really need to
          write your own app.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Pogi
            wrote on last edited by Pogi
            #5

            @mrjj
            http://www.ozekisms.com/index.php?owpn=376
            http://www.ozekisms.com/index.php?owpn=133

            after i reserached about my case, i find this links easy to use . i think? can you check it out?

            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi
              it does indeed look easy. All is handle by the DLL.
              Example is made for Visual Studio 2008 so you should use that version
              or compile the DLL yourself. ( it says source included)
              This is for windows only. just so you are aware.

              ALso, you should ask them about prices for sms so you don't discover they are expensive
              AFTER you made your application :)

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved