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:

- 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

Reply via email to