On 6/4/2012 6:58 AM BILAL Mustapha said...
Hello,

I am beginner with python and I recently started to use it in order to
achieve a small part of something I am working on.

I have 2 processes (process 1 and process 2). I am wondering if you can
provide me with some example or sample code of how I can do the following:


Interprocess communications may be a bit advanced for this forum. Look at http://wiki.python.org/moin/ParallelProcessing as you're likely to find something appropriate there.

HTH,

Emile




- Process 2 receives icmpv6 (or any packet) from process1 and retransmit
it to a serial link (USB)
- Process 2 receives icmpv6 (or any packet) from the serial link (USB)
and restransmit it to process 1.

I had tried to write some code to, at least, ping but apparently I am
missing something.

Many thanks
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor



_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to