nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #80, initial implementation of routing/relay functionality #83

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

A set of new BPLib APIs that offer a solution for routing and relay use cases. This is very much a prototype (i.e. pre-alpha) stage, but functional enough to pass bundles.

This is being proposed to become a "development" branch as many of these concepts are not yet compatible or integrated with the historical BPLib APIs, and there is quite a bit of work left to do - so these concepts are likely to change considerably over time.

Fixes #80