Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Buffer []byte SocketAddress net.UDPAddr Server *net.UDPConn Tracer trace.Tracer DB *gorm.DB Redis *servers.RedisClient CallTracker *calltracker.CallTracker }
OpenBridge is the same as HBRP, but with a single packet type.
func MakeServer ¶
func MakeServer(db *gorm.DB, redisClient *servers.RedisClient, callTracker *calltracker.CallTracker) Server
MakeServer creates a new DMR server.
type SubscriptionManager ¶
type SubscriptionManager struct {
// contains filtered or unexported fields
}
func GetSubscriptionManager ¶
func GetSubscriptionManager() *SubscriptionManager
func (*SubscriptionManager) CancelSubscription ¶
func (m *SubscriptionManager) CancelSubscription(p models.Peer)
Click to show internal directories.
Click to hide internal directories.