onet icon indicating copy to clipboard operation
onet copied to clipboard

Overlay Network for distributed protocols

Results 45 onet issues
Sort by recently updated
recently updated
newest added

How does onet/network/router.go respond if a server presents the same public key from a new address? Make sure that serverIdentites are always reference by their .ID field. Write a test...

assistant

Adding a MarshalTo function that marshals to an io.Writer would make it possible to have a per-connection output buffer which is reused on each frame write. sendRaw could reserve 4...

enhancement

The docs for "type Simulation" at https://godoc.org/github.com/dedis/onet#Simulation do not clearly explain that Setup() happens on the simulation driving computer, Node() runs on each node, and Run() runs on a node,...

For now, Coding/bin/Makefile.base uses -p=1 to run tests because some onet tests have port numbers hardcoded in them. It should be possible to test without -p=1.

Either on https://github.com/dedis/cothority_template/wiki/TemplateSimulation or in the code of onet we should have some documentation about how to use the `NewMeasurement` and other calls.