Giter VIP home page Giter VIP logo

aprs-sdr's Introduction

Overview

Utilities for sending APRS packets with an SDR. It can be used both as Web app and standalone binary.

Web version

The Web version is using the HTML Geolocation API to retrieve the device's position and WebUSB to talk with the SDR. It is deployed at https://xakcop.com/aprs-sdr and works like this:

For now it supports only HackRF but more SDRs can be added in the future. I have been testing only with the Google Chrome browser on Linux and Android (Pixel phones). My results show that the tracker works great on desktop Chrome and not so great on mobile Chrome. Sometimes, after sending a couple of packets on mobile Chrome, the scripts hangs at device.transferOut(). I guess this is a bug in the mobile implementation of WebUSB but I could be wrong. Any ideas how to fix this are appreciated. Feedback for other browsers and platforms is also welcome!

Building from source

You need the Emscripten SDK to build the Web version:

$ CXX=emcc make

The site should be served from the /docs folder.

Desktop version

The desktop version relies on gpsd to retrieve the device's position:

  • GPS device - Any GPS device supported by gpsd. You can also use a mobile phone and stream GPS data using an app like this one
  • gpsd - GPS service daemon
  • aprs-sdr - This program which retrieves data from gpsd, generates APRS messages and produces complex sampled IQ files that can be transmitted with an SDR
  • SDR device - Any transmit capable SDR (e.g. HackRF, USRP, LimeSDR, etc.)

Building and usage

Simply run make. You can find some example scripts in the /bin folder.

aprs-sdr's People

Contributors

rgerganov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aprs-sdr's Issues

Use with audio to VOX

Is there a way to use this with my sound card pushing out to a Baofeng rather than by USB?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.