Skip to content

Commit

Permalink
receive every possible telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Sep 21, 2023
1 parent 65b8cac commit cd0104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(int argc, char **argv) {
// set this to 24 to receive all possible telegrams.
// set it to 13 to receive not more data then needed for R09.16
correlate = gr::reveng::correlate_access_code_bb_ts_fl::make(
"1111110000000001", 1, "packet_len", 13);
"1111110000000001", 1, "packet_len", 24);
taggedStreamToPdu = gr::blocks::tagged_stream_to_pdu::make(
gr::blocks::pdu::vector_type::byte_t, "packet_len");
udp_client = gr::blocks::socket_pdu::make("UDP_CLIENT", "localhost", "40000");
Expand Down

0 comments on commit cd0104c

Please sign in to comment.