Re: [kamaelia-list] Backplane notifications

2010-12-02 Thread Matt Hammond
(MyBackPlane, dataSrcFactory) This would, likely, require modifications to Backplane to implement it. Matt On 02/12/2010 15:29, Michael Sparks wrote: What sort of interface would you want ? Something like this? Pipeline( Backplane(MYBACKPLANE

Re: [kamaelia-list] Kamaelia.Chassis.Carousel and threaded components

2010-08-11 Thread Matt Hammond
with the situation where the child terminates of its own volition - rather than in response to having been sent a shutdown/producer-finished message - since the carousel would have no way of knowing that it has to disconnect the inbox until it is too late. Matt -- | Matt Hammond | Research Engineer, BBC

Re: [kamaelia-list] Nifty uses and features.

2010-08-10 Thread Matt Hammond
://www.kamaelia.org/Components/pydoc/Kamaelia.Device.DVB.DemuxerService.html There's an example of its use here: http://www.kamaelia.org/Components/pydoc/Kamaelia.Device.DVB.Receiver.html -- | Matt Hammond | Research Engineer, BBC RD, Centre House, London | http://www.bbc.co.uk/rd/ -- You

Re: [kamaelia-list] threadedcomponent's main function not starting

2010-08-10 Thread Matt Hammond
of the threadedcomponent? Matt We started working with kamaelia recently at work and we're having trouble right now working with threadedcomponents. We have several regular components which are added as child components to one big master component. We now need to add in a another component who

[kamaelia-list] Re: Tuning

2009-11-23 Thread Matt Hammond
/Core.py ... and take your own copy to modify. Then locate the tune_dvb function and add to it the code needed to set the SEC voltage. See if it works. regards Matt On Sat, 21 Nov 2009 00:10:26 -, luca72 lucabe...@libero.it wrote: hello i have make this: import dvb3 scheda = dvb3

Re: [kamaelia-list] Re: Tuning

2009-11-20 Thread Matt Hammond
own copy of the DVB_Multiplex.py and adding the code to set the polarisation? Matt On Fri, 20 Nov 2009 10:00:24 -, luca72 lucabe...@libero.it wrote: Thanks I try to explain what i need to do using python. The base data are: DVB-S Frequency 11977 pid 1296 Sky Italy ECM pid

Re: [kamaelia-list] Re: Tuning

2009-11-19 Thread Matt Hammond
: dvb3.frontend.INVERSION_AUTO, fec_inner : dvb3.frontend.FEC_AUTO } Matt i make a little change but i get another error: from Kamaelia.Device.DVB.Core import DVB_Multiplex from Kamaelia.Chassis.Pipeline import Pipeline from Kamaelia.File.Writing import SimpleFileWriter

Re: [kamaelia-list] Re: Tuning

2009-11-19 Thread Matt Hammond
. Those frequency, and symbol rate values may be correct, but the software displaying them may not have scaled the values to the correct units - eg. is it specifying symbols per second or kilo-symbols per second or mega-symbols per second? Matt On 19 Nov, 23:29, Michael Sparks spark...@gmail.com

[kamaelia-list] Re: Autoloading Components based on Imports

2009-06-23 Thread Matt Hammond
/encapulsation thing - eg. more like categories on Ebay than packages in java. -- | Matt Hammond | | [anything you like unless it bounces] 'at' matthammond 'dot' org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Matt Hammond
ChatServer(ServerCore): protocol = ChatClient ChatServer(port=1501).run() ...achieves basically the same thing as doing this: ChatServer(protocol=ChatClient, port=1501).run() Matt -- | Matt Hammond | | [anything you like unless it bounces] 'at' matthammond 'dot' org

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Matt Hammond
Every introspective process suffers from these problems, so no biggie for the time being. I think being able to make the display window bigger, and scroll it, matters most right now. Check the '--help' command line option info, and try the arrow keys :-) Matt -- | Matt Hammond

[kamaelia-list] Re: Making self.pause() for generator components mirror self.pause() for threads components

2009-03-03 Thread Matt Hammond
is that whatever is returned by self.pause(...) would be some kind of object/function that the scheduler would call. This object/function contains the intelligence needed to enqueue some kind of timeout event, or to block/disable other sources of events. Matt -- | Matt Hammond | | [anything you like unless

[kamaelia-list] Re: Submitting my own console writer for review.

2009-03-02 Thread Matt Hammond
on the website. Iirc, without it you effectively get a blank, empty line at the start of the doc string. The currently employed algorithm for stripping the indentation gets confused by it. Hmm, thats a bit rubbish really - I ought to sort it out :-) Matt -- | Matt Hammond | Research Engineer

[kamaelia-list] Re: Small mod to console example doesn't work?

2009-03-02 Thread Matt
On Mar 2, 8:36 pm, Gloria W strang...@comcast.net wrote: Matt, thanks for this response. It took me a while to get through it and make sure I understood each point. I appreciate it, comments are below. No problem. I've just realised another way to achieve the same effect that is probably

[kamaelia-list] Re: Improving reference documentation

2009-01-14 Thread Matt
Done (rev 6020). Also decided to make a slight wording change to the first paragraph along a similar theme. Thanks for the suggestion. Matt On Jan 14, 2:36 am, Jason Baker jason.ba...@ttu.edu wrote: On Jan 12, 5:58 pm, Matt matt.hamm...@rd.bbc.co.uk wrote: On Jan 8, 5:23 pm, Jason Baker

[kamaelia-list] Re: Improving reference documentation

2009-01-14 Thread Matt Hammond
Kamaelia.Chassis.ConnectedServer with prominent deprecation warnings. Matt On Wed, 14 Jan 2009 10:55:34 -, Michael Sparks spark...@gmail.com wrote: On Wednesday 14 January 2009 02:36:30 Jason Baker wrote: -= -Simple Server Chassis

[kamaelia-list] Re: Improving reference documentation

2009-01-12 Thread Matt
. I'd appreciate it if you could take a look (after 0500 UTC 13/01/2009 when the doc rebuild has taken place) and let me know if you think its any better. I've only just acquainted myself with the differences, so I'd appreciate a sanity check! cheers Matt

[kamaelia-list] Re: Improving reference documentation

2009-01-08 Thread Matt
there on Axon could be merged into the homepage? Matt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups kamaelia group. To post to this group, send email to kamaelia@googlegroups.com To unsubscribe from this group, send email

[kamaelia-list] Re: Message framing over TCP

2009-01-07 Thread Matt
by prefixing it with its size - since the sync bytes delimit it. Probably would need a few extra components writing to achieve this though (or the creation of modified versions of DataChunker and DataDeChunker) Matt --~--~-~--~~~---~--~~ You received this message

[kamaelia-list] Re: Kamealia and DVB-C

2008-10-20 Thread Matt Hammond
. Let us know if you hit any problems - we might be able to work with you to fix them relatively quickly. Matt -- | Matt Hammond | Research Engineer, FMT, BBC, Kingswood Warren, Tadworth, Surrey, UK | http://www.bbc.co.uk/rd/ --~--~-~--~~~---~--~~ You received