-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Alex,
good work :) I guess you've already fixed your own repo, but I'll open a pull request anyway. If you want to try "my" patched version (its really not mine, I just ported the patch to socket_pdu), git pull https://github.com/marcusmueller/gnuradio.git socket_pdu_fix_resolver_issue Greetings, Marcus On 12.04.2014 19:00, Alex Weihkopf wrote: > Maybe I found the mistake. I think it's a bug. > http://gnuradio.org/redmine/issues/613 I have to mention that the > computer I'm working on has no internet connection. Alex > *Gesendet:* Samstag, 12. April 2014 um 18:19 Uhr *Von:* "Alex > Weihkopf" <[email protected]> *An:* [email protected] > *Betreff:* Re: [Discuss-gnuradio] Socket PDU: Host not found > (authoritative) Hmm, I checked it. There's not typo. And I can ping > 127.0.0.1. What I am trying to do is to use PDUs for transmitting a > video stream. My OFDM receiver first demodulates data from USRP, > constructs a PDU which then is send to VLC player via socket_PDU. > At least that's the idea. But I can't start the socket_PDU. I could > transform the received bits to bytes and use UDP_socket instead of > socket_PDU. I guess the result would be equivalent. But I want to > use PDUs. (The socket_PDU takes the PDU's payload and sends it via > socket, rigth?) Also, I can send random data from UDP_sink to > UPD_source, but I can't send random data from socket_PDU to > UDP_source. Alex *Gesendet:* Samstag, 12. April 2014 um 17:38 Uhr > *Von:* "Marcus Müller" <[email protected]> *An:* > [email protected] *Betreff:* Re: [Discuss-gnuradio] Socket > PDU: Host not found (authoritative) Hi Alex, > > This looks like a DNS error. I don't know what OS you are on, or > why the udp_source tries to lookup the name instead of just taking > it as an IP address. My guess is a typo, something like a comma in > place of a dot between the numerals... > > In the rarest configurations something could have gone wrong with > your loopback device, so that there is no 127.0.0.1; you should be > able to check that using "ping 127.0.0.1". > > Greetings, Marcus > > On 12.04.2014 17:23, Alex Weihkopf wrote: >> Hello, I have a problem with the socket PDU source. I >> constructed two flowgraph, one transmitter and one receiver. >> Random PDU Generator -> Socket PDU (UDP Server) UDP_Source -> >> File_Sink The Socket_PDU sends data to the UDP_Source, both >> 127.0.0.1 and same port (12345). But I get an error: >> "RuntimeError: resolve: Host not found (authoritative)" What am I >> doing wrong? I have no idea. Regards, Alex > > > >> _______________________________________________ Discuss-gnuradio >> mailing list [email protected] >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > _______________________________________________ Discuss-gnuradio > mailing list [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio > mailing list [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > _______________________________________________ Discuss-gnuradio > mailing list [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTSXbdAAoJEBQ6EdjyzlHtSBgH/26T+XqK/ULRwV5/1oDDVp6n DNSkBKdK6CSdVKrmJL0FmMjcTeLuoDdBPfbfu2kL3HxlvdRMUn1Jtfn7ZGLrp1in JEqPzMnvjyDObRjKy+yaM1yV3oeip/6hhwr9VMy0V9lmQFaN0iADogIbQEeE8CQL AtQyid2fTIxpPB0jYd5AHVFRzHxS5CY8MjCFDbUH01inutF0G4Vc2VsjKTygQ9mr B4E6RrTxL3JhCjI+8xN4Triq+pX1DQmUR85xVPdy2jtXY3uOgn4K1GHZ3ykyLdWw pDA5BmQkgWk10aWV0TDbhiIycZu+ANxzrE9xvE10x1E1DOFl2l71WuLnOsau2g4= =vVTC -----END PGP SIGNATURE----- _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
