Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classes: Added missing "gadget", "network", "daemon" classes in tocalls.yaml #158

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions ALLOCATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ mandatory - if a suitable class is not available, it can be omitted.
* tracker: Small APRS tracker device
- Typically devices with a GNSS receiver (GPS), primarily reporting a
moving position.
* gadget: Small APRS non-tracker device
* gadget: Small non-tracker APRS device
- Portable or fixed devices
- Typically embedded devices without a GNSS receiver, reporting telemetry
or otherwise not fitting the tracker category.
Expand All @@ -208,14 +208,11 @@ mandatory - if a suitable class is not available, it can be omitted.
* service: APRS network service: web services, APRS message bots
- Software not typically installed by users, primarily available as
a service for users on the APRS network, or on the web for
accessing APRS.
accessing APRS. APRS message bots, SMS gateways and hosted services.
* wx: Weather station
- A dedicated weather station.
* satellite: Satellite-based station
- APRS software running on the satellite itself.
* service: Software running as a service
- Web services
- Message gateways (SMS, etc)


Operating systems
Expand Down
22 changes: 17 additions & 5 deletions tocalls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ classes:
shown: Tracker
description: Tracker device

- class: gadget
shown: Gadget
description: Small non-tracker APRS device

- class: rig
shown: Rig
description: Mobile or desktop radio
Expand All @@ -39,9 +43,21 @@ classes:
description: Mobile phone or tablet app

- class: software
shown: Software
shown: Desktop software
description: Desktop software

- class: daemon
shown: Background software
description: Computer software without user interface

- class: service
shown: Service
description: Software running as a web service or a message bot

- class: network
shown: APRS network hardware appliance
description: A hardware appliance with self-contained APRS networking features

- class: digi
shown: Digipeater
description: Digipeater software
Expand All @@ -58,10 +74,6 @@ classes:
shown: Satellite
description: Satellite-based station

- class: service
shown: Service
description: Software running as a web service

#
# mic-e device identifier index for new-style 2-character device
# suffixes. The first prefix byte indicates messaging capability.
Expand Down
Loading