xlOverlay_go

The Go language Overlay functions for XLattice.

An Overlay is characterized by an address space, a transport protocol, and possibly a set of rules for navigating the address space using the protocol.

An Overlay may either be system-supported, like TCP/IP will normally be, or it may explicitly depend upon an underlying Overlay, in the way that HTTP, for example, is generally implemented over TCP/IP.

If the Overlay is system-supported, traffic will be routed and neighbors will be reached by making calls to operating system primitives such as sockets.

In some Overlays there is a method which, given an EndPoint x, returns another EndPoint g, a gateway, which can be used to route messages to EndPoint x.

Examples of Overlays

Gateways

A Gateway is an XLattice Node which can be used for routing traffic between Overlays. The Gateway can simply forward message with headers added or altered as necessary to route traffic, or the message content may be altered as necessitated for example by protocol switching or encryption.

Project Status

Minimal implementation. Functions are largely stubbed.

Licensing

Creative Commons License
The material on this github.io website is licensed under a Creative Commons Attribution 4.0 International License.

Project software is licensed under an MIT license. Follow the SOFTWARE LICENSE link below for more information on project software licensing.


github link to project project