Git Product home page Git Product logo

ham-utils's Introduction

Copyright (c) 2011 Alan Hawrylyshen
Covered by the BSD License, see LICENSE.txt.

Aether and Fldigi Logging Script

Author : Alan Hawrylyshen (K2ACK)

This script is designed to be called from an fldigi macro. It will open a new QSO log in Aether.

This script can be called from fldigi on a Mac platform using a macro button.

Note - this script is written in Python, a powerful scripting language that is installed on every Mac. You don't need to edit the script or understand Python to make this work for you.

Here is the macro text I use in the fldigi macro.:

<EXEC>$HOME/.fldigi/scripts/fldigi-aether-logger.py & </EXEC>

The above macro can be directly copied into your Log QSO Macro definition window in fldigi.

Release History

v0.5:
  • Updated to support a '--no-xxxx' argument which will skip logging

any FLDIGI environment variables that match the xxxx part of the arg (case insensitive)

v0.4 :
  • Updated to correct error rounding frequencies.
v0.3:
  • General improvements.

Arguments

--no-launch:
Do not start Aether from the script - assume it is already running.
--test:
Use internal test data to validate the script from the command line.
--launch:
Force Aether to launch - default behavior.
--debug:
Print out key information of script execution on stdout, will appear in fldigi window.
--no-xxxxx:

Skip logging any environment variable that matches xxxxx. (Case insensitive). Can be used (for example) to skip recording the frequency by using:

fldigi-aether-logger.py --no-freq

This presumes that this script is called fldigi-aether-logger.py AND That this script is in $HOME/.fldigi/scripts with the execute bit set.

chmod 755 $HOME/.fldigi/scripts/fldigi-aether-logger.py

for more:

man chmod

If you run this with --debug (modify the macro), you should see useful debugging info in the transmit window.

If you run this from the command line to test, you can run with --test and --debug to use the built in test data. You should see an RTTY log entry created for W1AX.

This is a LONG way from complete, but it is working for now.

Best, 73 Alan K2ACK

ham-utils's People

Contributors

muonzoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.