Re: [Tutor] packets_USB_python

2012-06-04 Thread BILAL Mustapha
Le 04/06/2012 16:10, Alan Gauld a écrit : On 04/06/12 14:58, BILAL Mustapha wrote: - 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. Oddly,

Re: [Tutor] packets_USB_python

2012-06-04 Thread Emile van Sebille
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

Re: [Tutor] packets_USB_python

2012-06-04 Thread Alan Gauld
On 04/06/12 14:58, BILAL Mustapha wrote: - 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. Oddly, Python does not have ICMP support in its st