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
Forum Updated to NodeBB v4.3 + New Features

qt sms program

Scheduled Pinned Locked Moved Unsolved General and Desktop
smsserverqt5
6 Posts 2 Posters 2.1k Views 1 Watching
  • 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 28 Nov 2015, 16:53 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
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 28 Nov 2015, 17:14 last edited by
      #2

      Hi
      Using android, or windows or a web service?

      P 1 Reply Last reply 28 Nov 2015, 17:39
      0
      • M mrjj
        28 Nov 2015, 17:14

        Hi
        Using android, or windows or a web service?

        P Offline
        P Offline
        Pogi
        wrote on 28 Nov 2015, 17:39 last edited by Pogi
        #3

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

        M 1 Reply Last reply 28 Nov 2015, 18:52
        0
        • P Pogi
          28 Nov 2015, 17:39

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

          M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 28 Nov 2015, 18:52 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 29 Nov 2015, 12:10 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
            • M Offline
              M Offline
              mrjj
              Lifetime Qt Champion
              wrote on 29 Nov 2015, 12:38 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

              5/6

              29 Nov 2015, 12:10

              • Login

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