Faraday Software

The Faraday radio software is a collection of toolsets, applications, and useful code to fully implement a Faraday radio with a computer connection. For a high-level overview of Faraday code check out our code page! ** Early users of Faraday are expected to be developers, helping define how Faraday is implemented and the methods in which it helps solve amateur radio tasks**.

The core applications are the heart of Faraday which help the user and developer interface with the radio. All applications attempt to remain RESTful, adhearing to tried and true web application practices. This fundamentally shifts radio experimentation towards an application based endeavor, disassocaiting low-level RF protocol issues from actual use of the radio.

Quickstart Information

Core Applications

_images/FaradayBlocks.png

Proxy

The Proxy application is the gateway to Faraday via USB UART communications. With Faraday plugged into a USB port on a computer, Proxy interfaces the radio with the user over a RESTful localhost interface. A basic description of proxy operation as well as the API documentation is located at the above link.

Telemetry

The Telemetry application interfaces the Proxy and provides a RESTful interface to decoded telemetry from Faraday as well as the ability to save telemetry to a local storage facility such as SQLite.

Messaging

The Messaging application interfaces the Proxy and provides the user an ability to RESTfully send/receive text-based messages of arbitrary length.

Data

The Data application interfaces the Proxy and provides a RESTful interface to send/receive data of arbitrary length. This could be text files, images, binary, or any other form of data.

APRS-IS

The APRS-IS application interfaces the telemetry, messaging, and data application with the APRS-IS system via a web socket. It provides basic interfacing to the APRS system to allow Faraday radios to appear on the APRS interfaces such as aprs.fi

User Interface

The User Interface (UI) application interfaces the telemetry, messaging, and data applications ith a web-based control and viewing application. The UI is essentially a dashboard with bidirectional interfacing to Faraday allowing one to see data from the Faraday radios, control local and remote radios, and configure local radios settings.

Toolset Module Documentation

License

Faraday is licensed under the GNUv3 with an additional exception for network interfaces. Read the license to learn more.