Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet lost when sending a specific pattern #18

Open
PhiBabin opened this issue Jan 9, 2018 · 0 comments
Open

Packet lost when sending a specific pattern #18

PhiBabin opened this issue Jan 9, 2018 · 0 comments

Comments

@PhiBabin
Copy link
Member

PhiBabin commented Jan 9, 2018

Le code de la communication perds un packet lorsqu'une transmission ce fait comme suit:
Envoie un packet au robot A, envoie exactement 3 packets à d'autre robot, envoie un packet au robot A. Le dernier packet sera perdu. Par perdu je veux dire le packet est recu par USB à la tour de comm, il est envoyer au nrf, le nrf recoit l'acknowledgement de réception, mais le robot ne recoit pas le packet.
Le packet est donc perdu durant la transmission entre les deux nrf.

1234|1234
     ^^^^----- Recoit AUCUN packet
1112|1112
        ^----- Recoit AUCUN packet
1123|1123
       ^^----- Recoit AUCUN packet 
1213|1213
      ^-^----- Recoit AUCUN packet 
11122|11122
         ^---- Recoit AUCUN packet
111223|111223
       ^------ Recoit AUCUN packet
111222|111222
       ^--^--- Recoit AUCUN packet

1222112211|1222112211
    ^-------^--^- Recoit AUCUN packet```
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant