We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the routing in our MANET, we have very unreliable data consistency which could result in messages not reaching their destination.
We run MVDS over Ultralight beam in order to ensure message delivery.
ACKs are returned whenever node N has done its duties which are either broadcasting the message to a given service, or sending it to node N + 1.
N
N + 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Due to the routing in our MANET, we have very unreliable data consistency which could result in messages not reaching their destination.
Solution
We run MVDS over Ultralight beam in order to ensure message delivery.
ACKs are returned whenever node
N
has done its duties which are either broadcasting the message to a given service, or sending it to nodeN + 1
.The text was updated successfully, but these errors were encountered: