Dear all
Currently I use wokkel to bridge SerialService to my Pub/Sub system
(currently based on Jabber XMPP)
my co-worker is PHP guys, so it's hard to get access to XMPP from PHP.
he told me about Redis, and I found txredis and TxRedisapi
I want my application basically :
1. Send whatever recei
Dear all.
Recently, for my MDT project I use 2 twisted script.
one for the core process (XMPP, LineReceiver, SerialService), and
one for displaying msg (twisted with WxPython)
I need 2 of them .. since I cannot combine them in single script.
I Only familiar with 'service.Application' method.
Know