gotox

package module
v0.0.0-...-709791a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2015 License: AGPL-3.0 Imports: 0 Imported by: 2

README

Circle CI Coverage Status

gotox

A re-implementation of toxcore in Go. WIP.

TODO:

  • complete TODO list
  • DHT packet seralizers
    • Ping/Pong
    • GetNodes
    • SendNodes
    • ...
  • ...

Documentation

Index

Constants

View Source
const (
	UserStatusNone = iota
	UserStatusAway
	UserStatusBusy
)
View Source
const AddressSize = PublicKeySize + 4 + 2

Tox addresses are in the format * [Public Key (TOX_PUBLIC_KEY_SIZE bytes)][nospam (4 bytes)][checksum (2 bytes)].

View Source
const FileIDLength = 32
View Source
const HashLength = 32
View Source
const MaxCloseClients = 32
View Source
const MaxCustomPacketLength = 1373
View Source
const MaxFilenameLength = 255
View Source
const MaxFriendRequestLength = 1016
View Source
const MaxMessageLength = 1372
View Source
const MaxNameLength = 128
View Source
const MaxStatusMessageLength = 1007
View Source
const NonceSize = 24
View Source
const PingIDSize = 8
View Source
const PrivateKeySize = 32
View Source
const PublicKeySize = 32
View Source
const SendbackDataSize = 8
View Source
const SymmetricKeySize = 32

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL