Package org.ka2ddo.yaac.core.queries

This package defines the handlers for all the APRS queries (as defined in the APRS Protocol Reference, version 1.0.1, chapter 15, plus YAAC-local extensions).

See:
          Description

Class Summary
AlohaQueryHandler This class handles queries for the local station's RF Aloha circle radius and position.
DirectQueryHandler This class handles queries for the list of stations directly reachable by this station over RF.
HeardQueryHandler This class handles queries for the heard message rate for a given 3rd station relative to the queried station.
IGateQueryHandler This class processes ?IGATE directed queries.
LocalQueryHandler This class handles queries for the current list of local stations (stations that could be served by this station if it was an IGate).
MessageQueryHandler This class handles queries for retransmission of unacknowledged messages from this station to the requesting station.
ObjectRetransmitQueryHandler This class handles retransmitting current object state for every Object or Item managed by this station.
PingQueryHandler This class handles ping (traceroute) queries regarding the path between this station and the requester.
PositionQueryHandler This class handles queries for position reports from this station.
QueriesQueryHandler This class reports the queries understood by this instance of YAAC, including additional queries registered by plugins.
StatusQueryHandler This handles queries for status messages from this station.
UptimeQueryHandler This class handles queries for the uptime of this APRS station.
VersionQueryHandler This class handles queries for the software version of this APRS station.
WeatherQueryHandler This class processes requests for immediate weather information from this station.
YDebugQueryHandler This query handler sends back some debugging information about the local YAAC system.
 

Package org.ka2ddo.yaac.core.queries Description

This package defines the handlers for all the APRS queries (as defined in the APRS Protocol Reference, version 1.0.1, chapter 15, plus YAAC-local extensions).