tree: eb75fba39ac18b9cde6888fe66c38452e2c7d08d [path history] [tgz]
  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. stats/
  14. testing/
  15. vocabulary/
  16. .gitignore
  17. BUILD.gn
  18. README.md
  19. 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