Did anyone encountered such an error while running the transceiver.py script
of 802.15.4 on GR 3.7
thread[thread-per-block[20]: <block tagged_stream_to_pdu (10)>]: tagged
stream does not contain a pdu_length tag
As far as I see there is not tagged_stream_to_pdu block in any of the
flow graphs, or am I missing something?
Maybe you mixed it up with pdu_to_tagged_stream?
Correct me if am wrong, I inserted a tagged_stream_to_pdu block between
the
clock_recovery_mm and the “rxout” pad sink. Isn’t that the right way to
run
the transceiver script.
Correct me if am wrong, I inserted a tagged_stream_to_pdu block between the
clock_recovery_mm and the “rxout” pad sink. Isn’t that the right way to run
the transceiver script.
you just build the hierarchical block (open it in grc and ‘generate’
it). Then open the transceiver flow graph and start it. There is also a
script that shows how to start wireshark together with the transceiver
flow graph in the apps folder.
I am talking about the examples/ieee802_15_4_PHY.grc flowgraph and in
order
to generate the ieee802_15_4_PHY.py I need to get the pads connected
that’s
when I inserted the tagged_stream_to_pdu block as I said.
I am talking about the examples/ieee802_15_4_PHY.grc flowgraph and in order
to generate the ieee802_15_4_PHY.py I need to get the pads connected that’s
when I inserted the tagged_stream_to_pdu block as I said.
This is a Hier Block and the pads are the endpoints. They don’t have to
be connected. This block is used as a building block in the transceiver
flow graph.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.