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
- Criando arquivo .sis (arquivos)
- Conectando via bluetooth console
- http://wiki.opensource.nokia.com/projects/PyS60_%28Portuguese_-_Brazil%29
- Conectando no Python e exemplos
- SOAPpy by PyS60
- pyexpat
- Curso de PyS60
Forum Nokia
Exemplos:
- http://www.croozeus.com/
- http://www.mobilenin.com/mobilepythonbook/examples.html
- http://wiki.forum.nokia.com/index.php/Category:Python
- Acelerometro
Aplicações
Documentação:
- http://wiki.opensource.nokia.com/projects/PyS60_documentation
- http://pys60.garage.maemo.org/doc/s60/s60.html
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.