Skip to main content Link Menu Expand (external link) Document Search Copy Copied

OSX Installation - Pat Winlink

  1. Head over to the Pat Winlink Releases and Download the Apple MacOS Package
  2. Open your Downloads Folder
  3. Right click on the downloaded file and click open.
  4. You will get a message saying that this is from an unidentified developer, click Open
  5. Click through the installation process until the installation completes.
  6. You will be asked if you would like to move the installer to the trash, click Move to Trash
  7. After installation, a new command is available in the terminal called pat. You use the pat command to configure and start Pat Winlink.

Initial Setup

We need to configure Pat Winlink with our callsign, and other details. To do this, we interact with the configuration files for Pat. You can modify these configuration files many ways, however, I recommend you become familiar with using the command line.

  1. Open terminal
  2. Set the default text editor for your terminal by entering the following into the terminal and clicking enter.
    echo 'export EDITOR=nano' >> ~/.profile
    source ~/.profile
    
  3. Afterwards we will modify the configuration file using the command pat configure
  4. pat configure will open up a configuration file in your terminal. This file is formatted in the JSON format. Resize the window as needed. You cannot use your cursor. Instead, use your arrow keys to move your cursor where you want to edit. There are 3 things we need to modify in this file: mycall, secure_login_password, and locator. Once complete, we close the editor by holding Control Key + x. Afterwards, click y, then Enter. This will save and close the editor.
    1. mycall is your callsign.
    2. secure_login_password is a 6-12 character password for Winlink. If you have never setup Winlink before, you can put anything here, and it will become your password.
    3. locator is your gridsquare. To find your gridsquare, you can use QRZ’s resource. Click on the map at your location and it will tell you your gridsquare.
  5. Now that Pat has been configured, we can start the included web server where we will not interact with Pat. Type pat http in your terminal.
  6. Open up your web browser and navigate to http://localhost:8080
  7. Make your first connection to the Winlink Servers. On the web interface, click Action then Connect. In the box that will pop up, click on (select alias) then telnet. Finally, click on Connect to initialize the telnet session.