#hamlib — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #hamlib, aggregated by home.social.
-
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 😅🤞
-
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 😅🤞
-
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 😅🤞
-
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 😅🤞
-
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 😅🤞
-
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: https://github.com/orgs/Hamlib/projects/1
Photo: at club OH3AA today
-
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: https://github.com/orgs/Hamlib/projects/1
Photo: at club OH3AA today
-
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: https://github.com/orgs/Hamlib/projects/1
Photo: at club OH3AA today
-
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: https://github.com/orgs/Hamlib/projects/1
Photo: at club OH3AA today
-
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: https://github.com/orgs/Hamlib/projects/1
Photo: at club OH3AA today
-
HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)
Install Stuff
- with Homebrew
brew install direwolfbrew install hamlib
- make direwolf config folder
- I chose
/Users/Matt/direwolf
- I chose
- download paracon: https://github.com/mfncooper/paracon/releases/
- put into direwolf config folder
Configure Stuff
- update
direwolf.confwith call sign, name of audio devices, and PTT setupADEVICE "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
- run
- Paracon: AGW connection
- AGW host
127.0.0.1 - AGW port
8000
- AGW host
- with Homebrew
-
HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)
Install Stuff
- with Homebrew
brew install direwolfbrew install hamlib
- make direwolf config folder
- I chose
/Users/Matt/direwolf
- I chose
- download paracon: https://github.com/mfncooper/paracon/releases/
- put into direwolf config folder
Configure Stuff
- update
direwolf.confwith call sign, name of audio devices, and PTT setupADEVICE "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
- run
- Paracon: AGW connection
- AGW host
127.0.0.1 - AGW port
8000
- AGW host
- with Homebrew
-
HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)
Install Stuff
- with Homebrew
brew install direwolfbrew install hamlib
- make direwolf config folder
- I chose
/Users/Matt/direwolf
- I chose
- download paracon: https://github.com/mfncooper/paracon/releases/
- put into direwolf config folder
Configure Stuff
- update
direwolf.confwith call sign, name of audio devices, and PTT setupADEVICE "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
- run
- Paracon: AGW connection
- AGW host
127.0.0.1 - AGW port
8000
- AGW host
- with Homebrew
-
HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)
Install Stuff
- with Homebrew
brew install direwolfbrew install hamlib
- make direwolf config folder
- I chose
/Users/Matt/direwolf
- I chose
- download paracon: https://github.com/mfncooper/paracon/releases/
- put into direwolf config folder
Configure Stuff
- update
direwolf.confwith call sign, name of audio devices, and PTT setupADEVICE "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
- run
- Paracon: AGW connection
- AGW host
127.0.0.1 - AGW port
8000
- AGW host
- with Homebrew
-
HF packet radio on M2 macOS with Xiegu X6100, direwolf, hamlib, and paracon (quick notes)
Install Stuff
- with Homebrew
brew install direwolfbrew install hamlib
- make direwolf config folder
- I chose
/Users/Matt/direwolf
- I chose
- download paracon: https://github.com/mfncooper/paracon/releases/
- put into direwolf config folder
Configure Stuff
- update
direwolf.confwith call sign, name of audio devices, and PTT setupADEVICE "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
- run
- Paracon: AGW connection
- AGW host
127.0.0.1 - AGW port
8000
- AGW host
- with Homebrew
-
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/rigctrldsupport is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog! -
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/rigctrldsupport is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog! -
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/rigctrldsupport is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog! -
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/rigctrldsupport is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog! -
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/rigctrldsupport is still not tested. Looking for someone who uses #hamlib / #rigctrld and would like a lightweight bridge to WaveLog! -
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.
-
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.
-
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.
-
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.
-
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.
-
@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
-
@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
-
@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
-
@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
-
@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
-
Hat jemand Lust mit mir an diesem Projekt weiterzuarbeiten? Https://github.com/do9re/midi2hamlib #amateurfunk #ham #blinde #blind #accessibility #midi #hamlib
-
Hat jemand Lust mit mir an diesem Projekt weiterzuarbeiten? Https://github.com/do9re/midi2hamlib #amateurfunk #ham #blinde #blind #accessibility #midi #hamlib
-
Hat jemand Lust mit mir an diesem Projekt weiterzuarbeiten? Https://github.com/do9re/midi2hamlib #amateurfunk #ham #blinde #blind #accessibility #midi #hamlib
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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!
-
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!