Is there a such Python module ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johny

    Is there a such Python module ?

    Is there a Python module that can help with reading SMS message from a
    mobile phone?
    Or is there an example how to read SMS message using a program written
    in Python,C, or any other language?
    Thank you very much for help
    L.
  • Matthew Fitzgibbons

    #2
    Re: Is there a such Python module ?

    Johny wrote:
    Is there a Python module that can help with reading SMS message from a
    mobile phone?
    Or is there an example how to read SMS message using a program written
    in Python,C, or any other language?
    Thank you very much for help
    L.
    --

    >
    There is a Python distro for Symbian, if your phone is running that. You
    can do things like send/receive SMS messages, control the camera, etc.
    http://wiki.opensource.nokia.com/projects/PyS60. Can't speak to anything
    else.

    Comment

    • Cameron Laird

      #3
      Re: Is there a such Python module ?

      In article <mailman.928.12 17436109.922.py thon-list@python.org >,
      Matthew Fitzgibbons <elessar@nienna .orgwrote:
      >Johny wrote:
      >Is there a Python module that can help with reading SMS message from a
      >mobile phone?
      >Or is there an example how to read SMS message using a program written
      >in Python,C, or any other language?
      >Thank you very much for help
      >L.
      >--
      >http://mail.python.org/mailman/listinfo/python-list
      >>
      >
      >There is a Python distro for Symbian, if your phone is running that. You
      >can do things like send/receive SMS messages, control the camera, etc.
      >http://wiki.opensource.nokia.com/projects/PyS60. Can't speak to anything
      >else.
      Cellular handsets are consumer devices; their notion
      of "standardizatio n" is ENTIRELY different from the
      way most of Pythonia behaves.

      So, yes, there are all sorts of resources of Nokia
      devices. Gammu <URL: http://gammu.org/ is also
      likely to interest you, depending on your hardware.
      There are still other solutions specific to Motorola,
      ...., although Python's presence and compatibility
      declines steeply when you leave Nokia and/or Gammu.

      Comment

      Working...