mobile web site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mandrew
    New Member
    • Jan 2009
    • 4

    mobile web site

    Hi all,

    I am developing mobile web site. In that the server should communicate with a hardware with GSM capability. How to do this... any idea to solve this...

    Thanks in advance!!
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Just create a mobile website, why do you care if they connect via GSM or GPRS or EDGE or anything else?

    Its like you're saying, "I want to build a website, and the server should communicate with hardware with TCP/IP capability".

    Comment

    • mandrew
      New Member
      • Jan 2009
      • 4

      #3
      Hi ,
      Thank you for the response. I actually dont understand what you are saying..
      The site that going to develope should communicate with hardware. Through my mobile, I am going to connect my site. When i enter the data in that site, the site should command the hardware(not my mobile) and it should get the result.

      Thank you!!

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Wait, what? You want some kind of remote administration web site that you can connect to with your mobile phone?

        Comment

        • mandrew
          New Member
          • Jan 2009
          • 4

          #5
          Hi,

          yes ... its a hardware which has gsm capability, Through my phone i should command that hardware by connecting to my site...

          any idea!!

          Comment

          • Niheel
            Recognized Expert Moderator Top Contributor
            • Jul 2005
            • 2432

            #6
            If you're using a mobile phone that has a browser built in or access to the internet, just create a very simple mobile website. You can use somethign as basic as WAP or you can create a very simple mobile friendly browser if it's a blackberry type device. Setup a login page, to keep your command urls private. Behind the login page setup some basic urls that have access to commands that you need to execute. You can even do simple forms for input of data.
            niheel @ bytes

            Comment

            • RedSon
              Recognized Expert Expert
              • Jan 2007
              • 4980

              #7
              Originally posted by mandrew
              Hi,

              yes ... its a hardware which has gsm capability, Through my phone i should command that hardware by connecting to my site...

              any idea!!
              Yes, I agree with what KUB posted. I don't understand why your hardware that has GSM capability is significant. To do what you want to do, all you need is a web server on your computer that you can connect to with your mobile phone. Then use the site you create on your webserver to administer your computer.

              Comment

              Working...