Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Amateur Radio Data Service Tools

NOTE: This page is under heavy revision. Expect things to change at rapid pace.

Page Index

Overview

The Amateur Radio Data Service Tools (ARDS) project aims to provide radio amateurs with a scalable set of end-points for data access. As the project grows, so shall this section of the ards-tools

The conceptual components can be broken down into three basic areas during development, and the order of work:

  • Data Store (PostgreSQL, MongoDB, Redis, other Data Stores)
  • Optional Command Line Tools
  • Application API (JSON/JSONB/XML) RESt Endpoints
  • Web MVC for administration.

The current focus is on Data Storage, solidifying base models, draft API concepts, and measure initial performance across various host platforms.

Usability

At the time of this writing, all example applications are being tested on:

System Requirements

IMPORTANT: The PostgreSQL Install Instructions list 10.6 as the version of of choice. However, ards-tools requires version 11.0 or better to facilitate Store Procedures.

Bug Reports

If you have problems with setting things up, or any of the steps in this brief guide, please file a Bug Report on the Github Issue Tracker.