Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evscott/distributed-ana

An implementation of Michel Raynal's definition of a distributed adaptive navigational algorithm.
https://github.com/evscott/distributed-ana

Last synced: 14 days ago
JSON representation

An implementation of Michel Raynal's definition of a distributed adaptive navigational algorithm.

Awesome Lists containing this project

README

        

# Distributed Adaptive Navigational Algorithm

An implementation of an adaptive navigational algorithm for mobile objects based on a distributed queue and underlying spanning tree following the definition put forward by Michel Raynal in _Distributed Algorithm's for Message Passing Systems._

### Example graph:

![example](./assets/example.png)

### Raynal's psuedocode:

![async](./assets/psuedocode.png)