tree: aa21f54fa0ae22ef29c8b3778c7ed2cd4c387024
  1. datagram_stream/
  2. embedded/
  3. endpoint/
  4. environment/
  5. labels/
  6. links/
  7. meta/
  8. omdp/
  9. packet_protocol/
  10. protocol/
  11. routing/
  12. scripts/
  13. testing/
  14. vocabulary/
  15. .gitignore
  16. BUILD.gn
  17. README.md
  18. TODO
src/connectivity/overnet/lib/README.md

Overnet

Overnet provides:

  • Datagram delivery over a wide variety of media with optional reliability and ordering
  • An overlay mesh network across devices of some security domain (e.g. all “my” devices)
  • Proxying of various protocols over this overlay network (one of these protocols is FIDL)

Source Code:

  • overnetstack - The main overnet daemon run on Fuchsia, exporting a FIDL interface for application use.
  • examples - Various example programs
  • tools - Tools for adminstering an Overnet mesh
  • lib - Protocol stack libraries