Re: [Discuss-gnuradio] RAW source

2014-06-25 Thread Tom Rondeau
On Tue, Jun 24, 2014 at 11:06 PM, Sara Chérif wrote: > Thanks Activecat very much . > > Now, SIP packets length is varying & RTP packets have fixed length of 87 > bytes . Now to input this traffic coming from the soft phone to the > Gnuradio to be processed, i use the UDP source block(to read the

Re: [Discuss-gnuradio] RAW source

2014-06-24 Thread Activecat
Sara, We don't seem to communicate at the same frequency. I have nothing else to say. Good luck. On Wed, Jun 25, 2014 at 11:06 AM, Sara Chérif wrote: > Thanks Activecat very much . > > Now, SIP packets length is varying & RTP packets have fixed length of 87 > bytes . Now to input this traffic

Re: [Discuss-gnuradio] RAW source

2014-06-24 Thread Sara Chérif
Thanks Activecat very much . Now, SIP packets length is varying & RTP packets have fixed length of 87 bytes . Now to input this traffic coming from the soft phone to the Gnuradio to be processed, i use the UDP source block(to read the UDP packets from the soft phone port) in UDP source block , I

Re: [Discuss-gnuradio] RAW source

2014-06-23 Thread Activecat
On Thu, Jun 19, 2014 at 9:32 PM, Sara Chérif wrote: > Sorry , I forgot to say that some packets coming from Twinkle are SIP & > ARP packets not only RTP. > Hence , I think I need to receive RAW packets in GNU Radio ( as I have > different type of packets: RTP , ARP , SIP packets) > > Note that :

Re: [Discuss-gnuradio] RAW source

2014-06-22 Thread Marcus Müller
Hi Sara, This is all a little much to explain in Email form properly. PDUs are a concept from the packet network world. GNU Radio realizes this by using a combination of asynchronous messages and tagged streams, which is basically a contract that blocks consume /exactly/ one "chunk" of samples at

Re: [Discuss-gnuradio] RAW source

2014-06-22 Thread Sara Chérif
Thanks very much Activecat I have some last questions please : 1- Does the block " Socket PDU" can be used instead of a socket ? It don't understand what is the importance of this block ? what does it take as input ? I know it takes "Pdus"= "Async message " but also I don't understand what is the

Re: [Discuss-gnuradio] RAW source

2014-06-21 Thread Activecat
On Sat, Jun 21, 2014 at 7:31 PM, Sara Chérif wrote: > Thanks Marcus Müller , Marcus D. Leech , Activecat. > > yes , we can call this "Ethernet to wireless bridge using GSM RF channel > ". I have some questions, please : > > 1- Can I use both UDP source & TCP source in this way : > Can I connec

Re: [Discuss-gnuradio] RAW source

2014-06-21 Thread Sara Chérif
Thanks Marcus Müller , Marcus D. Leech , Activecat. yes , we can call this "Ethernet to wireless bridge using GSM RF channel ". I have some questions, please : 1- Can I use both UDP source & TCP source in this way : Can I connect output of" UDP source" & output of "TCP source" to input of "Soc

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Activecat
On Thu, Jun 19, 2014 at 9:32 PM, Sara Chérif wrote: > Sorry , I forgot to say that some packets coming from Twinkle are SIP & > ARP packets not only RTP. > Hence , I think I need to receive RAW packets in GNU Radio ( as I have > different type of packets: RTP , ARP , SIP packets) > > Note that :

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Marcus Müller
Hi Sara, in the stack of usual VoIP systems, there is no such thing as a "RAW" package. What you seem to want is the common transport layer for ARP, SIP and RTP to go over the air. I'm not really sure why you would want ARP, as that is something two VoIP devices usually can't communicate over (bec

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Marcus D. Leech
On 06/19/2014 09:32 AM, Sara Chérif wrote: Sorry , I forgot to say that some packets coming from Twinkle are SIP & ARP packets not only RTP. Hence , I think I need to receive RAW packets in GNU Radio ( as I have different type of packets: RTP , ARP , SIP packets) The thing is, Gnu Radio is la

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Sara Chérif
Sorry , I forgot to say that some packets coming from Twinkle are SIP & ARP packets not only RTP. Hence , I think I need to receive RAW packets in GNU Radio ( as I have different type of packets: RTP , ARP , SIP packets) Note that : I use 4 laps & 2 USRPs. 1st & 4th lap has twinkle softphone & I

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Activecat
On Thu, Jun 19, 2014 at 8:11 PM, Marcus D. Leech wrote: > On 06/19/2014 07:54 AM, Sara Chérif wrote: > > Hi, > I want to capture packets coming from Twinkle Soft phone in gnuradio, > these packet are RTP packets . > But in gnuradio , there is only UDP or TCP source ! I can't find Raw > source

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sara, RTP is a complex networking protocol, so you will have to write a decoder for this, and also for the numerous audio formats that may be contained within, if you want GNU Radio to actually do something with the speech within. If you only want

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Marcus D. Leech
On 06/19/2014 07:54 AM, Sara Chérif wrote: Hi, I want to capture packets coming from Twinkle Soft phone in gnuradio, these packet are RTP packets . But in gnuradio , there is only UDP or TCP source ! I can't find Raw source to correspond to the RTP packets. Is there an alternative to RAW sour

[Discuss-gnuradio] RAW source

2014-06-19 Thread Sara Chérif
Hi, I want to capture packets coming from Twinkle Soft phone in gnuradio, these packet are RTP packets . But in gnuradio , there is only UDP or TCP source ! I can't find Raw source to correspond to the RTP packets. Is there an alternative to RAW source in GNUradio ? Thanks. ___