Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-06 Thread Eric Blossom
On Wed, Dec 06, 2006 at 03:12:34PM +0800, Jeremy Chew wrote: > Thanks again. This information really helps. > > This may sound like a silly question: If the packets are SWIG-wrapped, am I > right that this means I need to use SWIG to handle them in the C++ > extension? This is an important quest

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-05 Thread Jeremy Chew
Message - From: "Eric Blossom" <[EMAIL PROTECTED]> To: "Jeremy Chew" <[EMAIL PROTECTED]> Cc: ; "Harry Han" <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2006 12:22 PM Subject: Re: [Discuss-gnuradio] Problem with my modified IP tunnelling exam

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-04 Thread Eric Blossom
On Tue, Dec 05, 2006 at 11:06:04AM +0800, Jeremy Chew wrote: > Thanks Eric. > > Regarding the packet data-type, since I'm modifying > gnuradio-examples-0.7/python/gmsk2/tunnel_ip_null_mac.py, I want to have > the same format used > in that file. Based on examination of the Python code used in th

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-04 Thread Jeremy Chew
ber 05, 2006 2:06 AM Subject: Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example On Mon, Dec 04, 2006 at 04:51:30PM +0800, Jeremy Chew wrote: Hi, I'm using an older version as this is what that came when I downloaded GR a few months ago and I haven't seen a

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-04 Thread Eric Blossom
On Mon, Dec 04, 2006 at 04:51:30PM +0800, Jeremy Chew wrote: > Hi, > > I'm using an older version as this is what that came when I downloaded GR a > few months ago and I haven't seen a need to change what I have installed. > I'm new to GR, Linux and Python so I'm more eager to debug what I have

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-12-04 Thread Jeremy Chew
on, the packets are Python strings? Thanks a lot, Jeremy - Original Message - From: "Eric Blossom" <[EMAIL PROTECTED]> To: "Jeremy Chew" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 28, 2006 2:53 AM Subject: Re: [Discuss-gnuradio] Problem with my modified

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-11-27 Thread Eric Blossom
On Mon, Nov 27, 2006 at 07:05:26PM +0800, Jeremy Chew wrote: > Hi, > > I've tried the IP tunnelling example in > gnuradio-examples-0.7/python/gmsk2/tunnel_ip_null_mac.py and it seems to > work fine. > > I've since been modifying the IP tunnelling example to use my MAC in place > of null_mac. I

RE: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-11-27 Thread Tom Rondeau
> -Original Message- > From: [EMAIL PROTECTED] [mailto:discuss- > [EMAIL PROTECTED] On Behalf Of Jeremy Chew > Sent: Monday, November 27, 2006 6:05 AM > To: Discuss-gnuradio@gnu.org > Subject: [Discuss-gnuradio] Problem with my modified IP tunnelling example > > Hi, > > I've tried the IP