2
0
Fork
You've already forked go-beadar
0
No description
  • Go 100%
Find a file
2025年11月10日 15:38:45 -08:00
BEADAR-PROTOCOL.md docs 2025年11月07日 10:43:03 -08:00
errors.go beadar.Message 2025年11月10日 06:18:32 -08:00
go.mod beadar.Message 2025年11月10日 06:18:32 -08:00
go.sum beadar.Message 2025年11月10日 06:18:32 -08:00
LICENSE initial commits 2025年11月07日 00:00:16 -08:00
magic.go beadar.HasMagic() 2025年11月07日 00:08:04 -08:00
magic_test.go go fmt 2025年11月10日 15:38:45 -08:00
maxlength.go beader.MaxLength 2025年11月07日 00:55:30 -08:00
message.go go fmt 2025年11月10日 15:38:45 -08:00
message_string_test.go tests 2025年11月10日 15:31:17 -08:00
messagetypes.go message-types 2025年11月10日 15:33:20 -08:00
multicastipaddress.go go fmt 2025年11月10日 15:38:45 -08:00
README.md docs 2025年11月07日 00:22:56 -08:00
tcpport.go docs 2025年11月10日 15:35:38 -08:00
udpport.go docs 2025年11月10日 15:35:38 -08:00

go-beadar

Package beadar implements the beadar-protocol, for the Go programming language.

The beadar-protocol a beacon protocol used by the cloudular — a tool-set for self-hosting various software, daemons, and applications.

For more information about the actual beadar-protocol see: BEADAR-PROTOCOL.md

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/cloudular/go-beadar

GoDoc

Import

To import package beadar use import code like the follownig:

import "codeberg.org/cloudular/go-beadar"

Installation

To install package beadar do the following:

GOPROXY=direct go get codeberg.org/cloudular/go-beadar

Author

Package beadar was written by Charles Iliya Krempeaux