Tuesday, April 22, 2008

SimpleXMLRPCServer

Just wrote* a command-line based ping, mssg, picture send/recv system which:
  • is Multi-threaded
  • uses XML based messaging
  • uses RPC
Using Python's SimpleXMLRPCServer (shipped with the standard distribution) in under an hour's time. Python simply kicks ass when it comes to speed of development. Also its so much easy to think in python.

Plan to add voice messaging ability and encryption support to it. Tomorrow. Day after.

Anybody else want some!


*I use Vim. Vim is sweet.

No comments: