Versions in this module Expand all Collapse all v0 v0.5.1 Mar 2, 2023 Changes in this version + func GenerateConfigJSON() []byte + func GetVersion() string + type Mesh struct + func (m *Mesh) GetAddressString() string + func (m *Mesh) GetCoordsString() string + func (m *Mesh) GetDHTJSON() (result string) + func (m *Mesh) GetMTU() int + func (m *Mesh) GetPeersJSON() (result string) + func (m *Mesh) GetPublicKeyString() string + func (m *Mesh) GetSubnetString() string + func (m *Mesh) Recv() ([]byte, error) + func (m *Mesh) RecvBuffer(buf []byte) (int, error) + func (m *Mesh) RetryPeersNow() + func (m *Mesh) Send(p []byte) error + func (m *Mesh) SendBuffer(p []byte, length int) error + func (m *Mesh) StartAutoconfigure() error + func (m *Mesh) StartJSON(configjson []byte) error + func (m *Mesh) Stop() error + type MobileLogger struct + func (nsl MobileLogger) Write(p []byte) (n int, err error)