Hello, thanks for response. I have tiny question below ...
----- Original Message ----- From: "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 01, 2003 6:27 AM Subject: Re: [Freevo-devel] Plugin for Misterhouse: need some advice on start > > Freevo side: > I wonder what would be best to do: > - how can I easily implement tcp port client (maybe > through twisted) ? You can just code a plugin that use a thread/process to listen to TCP ports. Threads share memory with other threads within a process. Processes doesn't share data, you may have something to exchange data between parent (freevo) and child (misterhouse listener) process. So, better you to keep with threads. ------------------------------------------------------------------ I'd like to have some more info in suitable possibility to share data. For instance Misterhouse sends over TCP port new temperature data for my room. I get that in plugin that listens on TCP port. Now I'd like to transfer this data to idlebar plugin that will display it... Another possible use is when Misterhouse sends whole submenu group for Freevo mainmenuplugin. How to transfer these menus to mainmenuplugin to display them? Any advice how to do all this in proper way under Freevo ? Regards, Robert. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel