Versions in this module Expand all Collapse all v0 v0.1.1 Jun 7, 2023 v0.1.0 May 4, 2023 Changes in this version + type NodeStat struct + Collision int + Received int + Sending int + type Server struct + func New(emulator *emu.Emulator) *Server + func (s *Server) ConnectedNodes() int + func (s *Server) SetBackgroundImage(image image.Image) + func (s *Server) SetDebug(state bool) + func (s *Server) SetLogger(logger logr.Logger) + func (s *Server) SetMobility(mobility *emu.Mobility) + func (s *Server) SetOrigin(x float64, y float64) + func (s *Server) Start(bind string) error + func (s *Server) Stop() error