Python

De Uzed

SOAP

  • XMethods: a SOAP service registry.
  • SOAPy: A SOAP/XML Schema Library for Python. See also the Source Forge project page for SOAPy.
  • SOAP.py, a project of the Web services for Python project. See also the notice that development is frozen.
  • PySOAP, intended as an implementation of the SOAP v1.1 standard in Python.
  • soaplib, by Secret Labs.
  • SOAPpy + Magento

PyS60

Forum Nokia


Exemplos:

Aplicações


Documentação:


Conectando no Celular Nokia por bluetooth

Instale os pacotes:

apt-get install gnome-bluetooth gnome-vfs-obexftp libopenobex1 obex-data-server bluez-gnome bluez-utils cu


Use os comandos:

Registrando a porta serial

~$ sdptool add --channel=3 SP
Serial Port service registered

Ative a porta para ficar aguardando uma conexão:

~$ rfcomm listen rfcomm0 3
Waiting for connection on channel 3


No celular :

Abra o Python (BTConsole)
Opções -> Bluetooth console
Selecione a máquina


Conectando no terminal do celular:

~$ cu -l /dev/rfcomm0
Connected.
>>>

Testando o console:

import audio
audio.say(u'Testando o Python')

Se o seu computador resmungar alguma coisa, esta é porque esta funcionado.

Ferramentas pessoais