--- Tarun Tiwari <[EMAIL PROTECTED]> wrote: > Meenaktchi, > > You can pack "Hello World" string as paylaod then use > send_pkt(payload) on > the transmiter side. similarly unpack the payload at reciever to > convert > into string. > > you need to use same formating for pack and unpack at Tx & Rx > respectively.
Why not implement a mode that is common in the real world? Then you can test your receiver by listening to real signals. No need to have a transmitter working first RTTY is the most basic and simple digital mode possable. There are no frames and no packets, no protocol and the data rates is very low, about 45 characters per second It is just asynchronous FSK using two tones 1200 Hz apart. See http://en.wikipedia.org/wiki/Radioteletype The technology is so simple it predates computers There are many programs for doing RTTY on a PC under Linux or Windows using just a sound card So you can download and run an example working system, get it to work, then duplicate it using gunradio. The "hello world" should be the simplest thing that can still work. I think RTTY is that. Chris Albertson Home: 310-376-1029 [EMAIL PROTECTED] Office: 310-336-5189 [EMAIL PROTECTED] KG6OMK/AG ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
