Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AprsIs ¶
type AprsIs struct { Callsign string Conn *textproto.Conn // contains filtered or unexported fields }
func (*AprsIs) Disconnect ¶
func (a *AprsIs) Disconnect()
type Packet ¶
func ParsePacket ¶
func (*Packet) AckString ¶
AckString returns a string representation of the packet for sending an acknowledgement
func (*Packet) CheckForRetransmit ¶
Check whether the packet should be retransmitted by the digipeater and if so, modifies the path.
func (*Packet) IsAckMessage ¶
func (*Packet) Type ¶
func (p *Packet) Type() PacketType
type PacketType ¶
type PacketType int
const ( Unknown PacketType = iota PositionReport StatusReport Message Telemetry WeatherReport ObjectReport ItemReport Query ThirdPartyTraffic RawGPSData )
func (PacketType) ForwardToAprsIs ¶
func (t PacketType) ForwardToAprsIs() bool
Forward determines if a packet should be forwarded to APRS-IS
func (PacketType) NeedsAck ¶
func (t PacketType) NeedsAck() bool
func (PacketType) String ¶
func (t PacketType) String() string
Click to show internal directories.
Click to hide internal directories.