linux hdhomerun_config_gui and GTK2

Want to write your own code to work with a HDHomeRun or work with the HDHomeRun DVR? We are happy to help with concepts, APIs, best practices.
Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

Version 0.6:

https://www.rabbitears.info/dl/hdhomeru ... ui_0.6.zip

This is generally just bug fixes. I realized that the ATSC 3.0 save code wasn't working properly at all, and cleaned up a few other bugs that I spotted. The mouse control issue remains.

Let me think on the history graph idea a bit. It's an interesting thought.

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

https://www.rabbitears.info/dl/hdhomeru ... ui_0.7.zip

New version that supports the L1Detail function found in the new beta firmware for DEV devices. Not thoroughly tested yet, but wanted to get it posted.

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

https://www.rabbitears.info/dl/hdhomeru ... _0.8.0.zip

I tore out the L1 code I had and replaced it with an adapted version of the code drmpeg put together as l1dump.c instead. I also added an actual license to the code; it's GPL v3.

I intend for the next version will narrow the range of potential minimum SNR values when the L1 data is available.

I looked into the history graphs and couldn't make it look good. I'll poke at it some more at some point.

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

New version of the TUI.

https://www.rabbitears.info/dl/hdhomeru ... _0.8.3.zip

I did a bit of reorganization on the code so it's a bit more manageable, but also it now does a bit more with the L1 Detail string in 3.0 in that it now shows the minimum SNR values from A/327 and shows the bitrate using drmpeg's code. It also saves a copy of the Details screen--with the L1 Detail string--whenever a 3.0 PCAP or debug file is saved. This is for future use with a 3.0 analysis tool I'm working on--more on that soon.

Have a great weekend.

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

Rapid new update.

https://www.rabbitears.info/dl/hdhomeru ... _0.8.4.zip

Added the HDHR firmware version number to the ATSC 3.0 details screen. No other changes.

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

Had to fix another regression that prevented the l1detail from being parsed.

https://www.rabbitears.info/dl/hdhomeru ... _0.8.5.zip

- Trip

comp37
Posts: 5
Joined: Sat Sep 27, 2025 7:35 am
x 2

Re: linux hdhomerun_config_gui and GTK2

Post by comp37 »

The latest 0.8.5 zip file includes the libhdhomerun source code. Just wondering if that was intentional. Might overwrite something unintentionally when unzipping.

Otherwise it compiles, looks, and runs fine on Debian 11 with a flex4k. It "just works" so nothing else really to comment on. :-)

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

comp37 wrote: Wed Oct 01, 2025 6:51 am The latest 0.8.5 zip file includes the libhdhomerun source code. Just wondering if that was intentional. Might overwrite something unintentionally when unzipping.

Otherwise it compiles, looks, and runs fine on Debian 11 with a flex4k. It "just works" so nothing else really to comment on. :-)
Yeah, I included it to simplify the build process if it needs to be rebuilt. Assuming the zip is extracted into its own directory, it should be fine.

I'll be doing a new release soon that updates the code for the Dev models to grabbing alp-pcap instead of ipv4-pcap files. The former is more useful than the latter.

Out of curiosity, what market are you in?

- Trip

Trip
Posts: 128
Joined: Sat Aug 07, 2010 6:49 am
Location: Alexandria, VA, USA
x 24
Contact:

Re: linux hdhomerun_config_gui and GTK2

Post by Trip »

Version 0.8.6: https://www.rabbitears.info/dl/hdhomeru ... _0.8.6.zip

The PCAP capture function for Dev models now captures ALP-PCAP instead of IPv4-PCAP.

- Trip

Post Reply