home.social

#hamlib — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hamlib, aggregated by home.social.

  1. Working on a test framework project for #Hamlib amateur radio device control library, funded by @ARDC. Our goal is to have all supported CAT control commands tested in an automated way to improve the quality and reliability of Hamlib!

    Hope to share the initial release of the test framework codebase soon.

    Oh, and the relays in this transceiver still seem happy 😅🤞

    #hamradio #testing #AmateurRadio

  2. Working on a test framework project for #Hamlib amateur radio device control library, funded by @ARDC. Our goal is to have all supported CAT control commands tested in an automated way to improve the quality and reliability of Hamlib!

    Hope to share the initial release of the test framework codebase soon.

    Oh, and the relays in this transceiver still seem happy 😅🤞

    #hamradio #testing #AmateurRadio

  3. Working on a test framework project for #Hamlib amateur radio device control library, funded by @ARDC. Our goal is to have all supported CAT control commands tested in an automated way to improve the quality and reliability of Hamlib!

    Hope to share the initial release of the test framework codebase soon.

    Oh, and the relays in this transceiver still seem happy 😅🤞

    #hamradio #testing #AmateurRadio

  4. Working on a test framework project for #Hamlib amateur radio device control library, funded by @ARDC. Our goal is to have all supported CAT control commands tested in an automated way to improve the quality and reliability of Hamlib!

    Hope to share the initial release of the test framework codebase soon.

    Oh, and the relays in this transceiver still seem happy 😅🤞

    #hamradio #testing #AmateurRadio

  5. Working on a test framework project for #Hamlib amateur radio device control library, funded by @ARDC. Our goal is to have all supported CAT control commands tested in an automated way to improve the quality and reliability of Hamlib!

    Hope to share the initial release of the test framework codebase soon.

    Oh, and the relays in this transceiver still seem happy 😅🤞

    #hamradio #testing #AmateurRadio

  6. Happy new year 2️⃣ 0️⃣ 2️⃣ 6️⃣ 🎆 ! This year, Web Radio Control remote control software will get some long-awaited updates: a redesigned web user interface (screenshots to follow soon), software update mechanism and plenty of improvements to make setup easier than ever.

    We're also working on some significant new features on #Hamlib software with @OH3CUF - check out the @ARDC -funded project plan in GitHub: github.com/orgs/Hamlib/project

    Photo: at club OH3AA today

    #hamradio #hamr #amateurradio

  7. Happy new year 2️⃣ 0️⃣ 2️⃣ 6️⃣ 🎆 ! This year, Web Radio Control remote control software will get some long-awaited updates: a redesigned web user interface (screenshots to follow soon), software update mechanism and plenty of improvements to make setup easier than ever.

    We're also working on some significant new features on #Hamlib software with @OH3CUF - check out the @ARDC -funded project plan in GitHub: github.com/orgs/Hamlib/project

    Photo: at club OH3AA today

    #hamradio #hamr #amateurradio

  8. Happy new year 2️⃣ 0️⃣ 2️⃣ 6️⃣ 🎆 ! This year, Web Radio Control remote control software will get some long-awaited updates: a redesigned web user interface (screenshots to follow soon), software update mechanism and plenty of improvements to make setup easier than ever.

    We're also working on some significant new features on #Hamlib software with @OH3CUF - check out the @ARDC -funded project plan in GitHub: github.com/orgs/Hamlib/project

    Photo: at club OH3AA today

    #hamradio #hamr #amateurradio

  9. Happy new year 2️⃣ 0️⃣ 2️⃣ 6️⃣ 🎆 ! This year, Web Radio Control remote control software will get some long-awaited updates: a redesigned web user interface (screenshots to follow soon), software update mechanism and plenty of improvements to make setup easier than ever.

    We're also working on some significant new features on #Hamlib software with @OH3CUF - check out the @ARDC -funded project plan in GitHub: github.com/orgs/Hamlib/project

    Photo: at club OH3AA today

    #hamradio #hamr #amateurradio

  10. Happy new year 2️⃣ 0️⃣ 2️⃣ 6️⃣ 🎆 ! This year, Web Radio Control remote control software will get some long-awaited updates: a redesigned web user interface (screenshots to follow soon), software update mechanism and plenty of improvements to make setup easier than ever.

    We're also working on some significant new features on #Hamlib software with @OH3CUF - check out the @ARDC -funded project plan in GitHub: github.com/orgs/Hamlib/project

    Photo: at club OH3AA today

    #hamradio #hamr #amateurradio

  11. HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)

    Install Stuff

    Configure Stuff

    • update direwolf.conf with call sign, name of audio devices, and PTT setup
      • ADEVICE "USB Audio Device" "USB Audio Device"
        • Those are actual names, not placeholders
      • PTT RIG 3087 /dev/cu.usbmodem53620077003
        • Xiegu X6100 is hamlib rig 3087
        • Device list can be found with ls /dev/cu.* and copied into the line
        • This probably changes every time you plug it in?

    Get Going

    • plug X6100 (dev) into computer
    • assuming direwolf config folder at ~/direwolf:
      • run cd ~/direwolf & direwolf
      • run python3 ~/direwolf/paracon_1.3.0.pyz
    • Paracon: AGW connection
      • AGW host 127.0.0.1
      • AGW port 8000

    #direwolf #hamlib #hamRadio #packetRadio #X6100 #xiegu
  12. HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)

    Install Stuff

    Configure Stuff

    • update direwolf.conf with call sign, name of audio devices, and PTT setup
      • ADEVICE "USB Audio Device" "USB Audio Device"
        • Those are actual names, not placeholders
      • PTT RIG 3087 /dev/cu.usbmodem53620077003
        • Xiegu X6100 is hamlib rig 3087
        • Device list can be found with ls /dev/cu.* and copied into the line
        • This probably changes every time you plug it in?

    Get Going

    • plug X6100 (dev) into computer
    • assuming direwolf config folder at ~/direwolf:
      • run cd ~/direwolf & direwolf
      • run python3 ~/direwolf/paracon_1.3.0.pyz
    • Paracon: AGW connection
      • AGW host 127.0.0.1
      • AGW port 8000

    #direwolf #hamlib #hamRadio #packetRadio #X6100 #xiegu
  13. HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)

    Install Stuff

    Configure Stuff

    • update direwolf.conf with call sign, name of audio devices, and PTT setup
      • ADEVICE "USB Audio Device" "USB Audio Device"
        • Those are actual names, not placeholders
      • PTT RIG 3087 /dev/cu.usbmodem53620077003
        • Xiegu X6100 is hamlib rig 3087
        • Device list can be found with ls /dev/cu.* and copied into the line
        • This probably changes every time you plug it in?

    Get Going

    • plug X6100 (dev) into computer
    • assuming direwolf config folder at ~/direwolf:
      • run cd ~/direwolf & direwolf
      • run python3 ~/direwolf/paracon_1.3.0.pyz
    • Paracon: AGW connection
      • AGW host 127.0.0.1
      • AGW port 8000

    #direwolf #hamlib #hamRadio #packetRadio #X6100 #xiegu
  14. HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)

    Install Stuff

    Configure Stuff

    • update direwolf.conf with call sign, name of audio devices, and PTT setup
      • ADEVICE "USB Audio Device" "USB Audio Device"
        • Those are actual names, not placeholders
      • PTT RIG 3087 /dev/cu.usbmodem53620077003
        • Xiegu X6100 is hamlib rig 3087
        • Device list can be found with ls /dev/cu.* and copied into the line
        • This probably changes every time you plug it in?

    Get Going

    • plug X6100 (dev) into computer
    • assuming direwolf config folder at ~/direwolf:
      • run cd ~/direwolf & direwolf
      • run python3 ~/direwolf/paracon_1.3.0.pyz
    • Paracon: AGW connection
      • AGW host 127.0.0.1
      • AGW port 8000

    #direwolf #hamlib #hamRadio #packetRadio #X6100 #xiegu
  15. HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)

    Install Stuff

    Configure Stuff

    • update direwolf.conf with call sign, name of audio devices, and PTT setup
      • ADEVICE "USB Audio Device" "USB Audio Device"
        • Those are actual names, not placeholders
      • PTT RIG 3087 /dev/cu.usbmodem53620077003
        • Xiegu X6100 is hamlib rig 3087
        • Device list can be found with ls /dev/cu.* and copied into the line
        • This probably changes every time you plug it in?

    Get Going

    • plug X6100 (dev) into computer
    • assuming direwolf config folder at ~/direwolf:
      • run cd ~/direwolf & direwolf
      • run python3 ~/direwolf/paracon_1.3.0.pyz
    • Paracon: AGW connection
      • AGW host 127.0.0.1
      • AGW port 8000

    #direwolf #hamlib #hamRadio #packetRadio #X6100 #xiegu
  16. I fixed one bug. #WaveLog wants to hear from the radio from time to time, so I made it send updates at least minutely even if there has been no change.

    I also fixed several configuration errors that all got in the way of a proper release with binaries, so WaveLogGoat release 0.0.5 has been posted with binaries built for 12 different platforms.

    The hamlib / rigctrld support is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog!

  17. I fixed one bug. #WaveLog wants to hear from the radio from time to time, so I made it send updates at least minutely even if there has been no change.

    I also fixed several configuration errors that all got in the way of a proper release with binaries, so WaveLogGoat release 0.0.5 has been posted with binaries built for 12 different platforms.

    The hamlib / rigctrld support is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog!

  18. I fixed one bug. #WaveLog wants to hear from the radio from time to time, so I made it send updates at least minutely even if there has been no change.

    I also fixed several configuration errors that all got in the way of a proper release with binaries, so WaveLogGoat release 0.0.5 has been posted with binaries built for 12 different platforms.

    The hamlib / rigctrld support is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog!

  19. I fixed one bug. #WaveLog wants to hear from the radio from time to time, so I made it send updates at least minutely even if there has been no change.

    I also fixed several configuration errors that all got in the way of a proper release with binaries, so WaveLogGoat release 0.0.5 has been posted with binaries built for 12 different platforms.

    The hamlib / rigctrld support is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog!

  20. I fixed one bug. #WaveLog wants to hear from the radio from time to time, so I made it send updates at least minutely even if there has been no change.

    I also fixed several configuration errors that all got in the way of a proper release with binaries, so WaveLogGoat release 0.0.5 has been posted with binaries built for 12 different platforms.

    The hamlib / rigctrld support is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog!

  21. This past weekend I operated in a #hamradio #contest, with #FreeBSD and #sway on the logging computer, with help from #tlf, #cwdaemon, and #hamlib for actually interacting with the radio.

    It worked better than the antenna, and the antenna worked pretty well.

    It's a #niche within a #niche within a #niche but it makes me #grateful for #opensource.

  22. This past weekend I operated in a #hamradio #contest, with #FreeBSD and #sway on the logging computer, with help from #tlf, #cwdaemon, and #hamlib for actually interacting with the radio.

    It worked better than the antenna, and the antenna worked pretty well.

    It's a #niche within a #niche within a #niche but it makes me #grateful for #opensource.

  23. This past weekend I operated in a #hamradio #contest, with #FreeBSD and #sway on the logging computer, with help from #tlf, #cwdaemon, and #hamlib for actually interacting with the radio.

    It worked better than the antenna, and the antenna worked pretty well.

    It's a #niche within a #niche within a #niche but it makes me #grateful for #opensource.

  24. This past weekend I operated in a #hamradio #contest, with #FreeBSD and #sway on the logging computer, with help from #tlf, #cwdaemon, and #hamlib for actually interacting with the radio.

    It worked better than the antenna, and the antenna worked pretty well.

    It's a #niche within a #niche within a #niche but it makes me #grateful for #opensource.

  25. This past weekend I operated in a #hamradio #contest, with #FreeBSD and #sway on the logging computer, with help from #tlf, #cwdaemon, and #hamlib for actually interacting with the radio.

    It worked better than the antenna, and the antenna worked pretty well.

    It's a #niche within a #niche within a #niche but it makes me #grateful for #opensource.

  26. @Piciok @weinig Sieht man Euch auf der Ham Radio in Friedrigshafen? Pascale und ich sind die drei Tage am Stand der #IBFD und stellen unsere Transceiver-Steuerung auf Basis der #HamLib vor. Haben uns ja schon Jahre nicht mehr gesehen. #Ham #Amateurfunk #Blind #Accessibility #HamRadio2025 #FediHams #FediHamsFN

  27. @Piciok @weinig Sieht man Euch auf der Ham Radio in Friedrigshafen? Pascale und ich sind die drei Tage am Stand der #IBFD und stellen unsere Transceiver-Steuerung auf Basis der #HamLib vor. Haben uns ja schon Jahre nicht mehr gesehen. #Ham #Amateurfunk #Blind #Accessibility #HamRadio2025 #FediHams #FediHamsFN

  28. @Piciok @weinig Sieht man Euch auf der Ham Radio in Friedrigshafen? Pascale und ich sind die drei Tage am Stand der #IBFD und stellen unsere Transceiver-Steuerung auf Basis der #HamLib vor. Haben uns ja schon Jahre nicht mehr gesehen. #Ham #Amateurfunk #Blind #Accessibility #HamRadio2025 #FediHams #FediHamsFN

  29. @Piciok @weinig Sieht man Euch auf der Ham Radio in Friedrigshafen? Pascale und ich sind die drei Tage am Stand der #IBFD und stellen unsere Transceiver-Steuerung auf Basis der #HamLib vor. Haben uns ja schon Jahre nicht mehr gesehen. #Ham #Amateurfunk #Blind #Accessibility #HamRadio2025 #FediHams #FediHamsFN

  30. @Piciok @weinig Sieht man Euch auf der Ham Radio in Friedrigshafen? Pascale und ich sind die drei Tage am Stand der #IBFD und stellen unsere Transceiver-Steuerung auf Basis der #HamLib vor. Haben uns ja schon Jahre nicht mehr gesehen. #Ham #Amateurfunk #Blind #Accessibility #HamRadio2025 #FediHams #FediHamsFN

  31. Hmmm...looking like its some interaction between RF GAIN knob and the S meter and possibly the auto tuner. Played with them until I could get the S meter giving me updated values via rigctl. Need to dig deeper, but this part of the pipeline (and AGC) has always been a creaky corner for me! #hamradio #hamlib

  32. Hmmm...looking like its some interaction between RF GAIN knob and the S meter and possibly the auto tuner. Played with them until I could get the S meter giving me updated values via rigctl. Need to dig deeper, but this part of the pipeline (and AGC) has always been a creaky corner for me! #hamradio #hamlib

  33. Hmmm...looking like its some interaction between RF GAIN knob and the S meter and possibly the auto tuner. Played with them until I could get the S meter giving me updated values via rigctl. Need to dig deeper, but this part of the pipeline (and AGC) has always been a creaky corner for me! #hamradio #hamlib

  34. Hmmm...looking like its some interaction between RF GAIN knob and the S meter and possibly the auto tuner. Played with them until I could get the S meter giving me updated values via rigctl. Need to dig deeper, but this part of the pipeline (and AGC) has always been a creaky corner for me! #hamradio #hamlib

  35. Hmmm...looking like its some interaction between RF GAIN knob and the S meter and possibly the auto tuner. Played with them until I could get the S meter giving me updated values via rigctl. Need to dig deeper, but this part of the pipeline (and AGC) has always been a creaky corner for me! #hamradio #hamlib

  36. Weird issue with one of my hamlib / rigctl scripts. My s-meter seems stuck at "181" no matter what, rest of my rigctl works as expected, serial baud right, freq can be set, etc... radio and laptop have been dormant for 4 months or so, not sure what changed. need to see what got update behind the scenes... weird! #hamradio #hamlib

  37. Weird issue with one of my hamlib / rigctl scripts. My s-meter seems stuck at "181" no matter what, rest of my rigctl works as expected, serial baud right, freq can be set, etc... radio and laptop have been dormant for 4 months or so, not sure what changed. need to see what got update behind the scenes... weird! #hamradio #hamlib

  38. Weird issue with one of my hamlib / rigctl scripts. My s-meter seems stuck at "181" no matter what, rest of my rigctl works as expected, serial baud right, freq can be set, etc... radio and laptop have been dormant for 4 months or so, not sure what changed. need to see what got update behind the scenes... weird! #hamradio #hamlib

  39. Weird issue with one of my hamlib / rigctl scripts. My s-meter seems stuck at "181" no matter what, rest of my rigctl works as expected, serial baud right, freq can be set, etc... radio and laptop have been dormant for 4 months or so, not sure what changed. need to see what got update behind the scenes... weird! #hamradio #hamlib

  40. Weird issue with one of my hamlib / rigctl scripts. My s-meter seems stuck at "181" no matter what, rest of my rigctl works as expected, serial baud right, freq can be set, etc... radio and laptop have been dormant for 4 months or so, not sure what changed. need to see what got update behind the scenes... weird! #hamradio #hamlib

  41. File /usr/lib64/libhamlib.so.4.0.6
    from install of
    hamlib-4.6~git20240317-1.2.x86_64 (home:dl8fcl:afu)
    conflicts with file from package
    libhamlib4-4.5.5-2.4.x86_64 (@System)

    hilarious bunny hopping naming conventions...
    #hamlib
    #libham
    #libhamlib
    #hamlibham

    #hamradio is FUN!

  42. File /usr/lib64/libhamlib.so.4.0.6
    from install of
    hamlib-4.6~git20240317-1.2.x86_64 (home:dl8fcl:afu)
    conflicts with file from package
    libhamlib4-4.5.5-2.4.x86_64 (@System)

    hilarious bunny hopping naming conventions...
    #hamlib
    #libham
    #libhamlib
    #hamlibham

    #hamradio is FUN!