Push_ack received once

So yesterday I sent some packets and got an ack once.
I’ve kept sending since then but no ack was received, do i only receive an ack once ?

The network will only ACK the first packet recieved for each counter value. Others are duplicates that cannot be authenticated since any listening device could have transmitted them.

So yes, there should only be one downlink generated for a recieved confirmed uplink regardless of the number of transmissions.

2 Likes

Does the random value of a token count as a different message and not a duplicate though ?
And if I try to send different packets then would I get an ack ?

The Fcnt should be incremented for each uplink. It is a counter not a random value. The Fcnt is tracked per devaddr and must increase.

Are you talking about the UDP packet forwarder protocol? Then a random token is correct.