Mark Tomlin

Results 21 issues of Mark Tomlin

It might be helpful to add that the build process requires `sudo apt install libtool m4 automake` `sudo apt install fftw3 fftw3-dev pkg-config` In order to make the program compile....

Current man pages can be found here: [HE Man Pages: `INTERFACES(5)`](http://man.he.net/?topic=interfaces&section=all). I admit this is a big topic. I don't think it would be possible to do a true TLDR...

new command
help wanted

This might not be your problem at all. I'm almost sure that is actually mine, but if that's the case, it would be nice to include some documentation on how...

I started this in the https://github.com/robotastic/trunk-recorder/pull/482 where I had mentioned that I'm saving data for each recorded call into an SQLite database. Currently, I'm using the upload script to make...

In an effort for the general detection of tones from multiple vendors (General Electric's Type 99 or Motorola's Quik-Call I and Quik-Call II), I propose the following. As these systems...

First off, this project is awesome. I'm a huge fan of SQLite and you've made a fairly easy way for me to get information into the database using rust. So...

documentation

I have a pretty simple On Off Keyed message that I want to send over RPiTX. What is the best way to do this in order to send out the...

enhancement
V1 related (not maintained)

Fixes #142 This is the change that I made to fix the build process from producing the following errors on Raspberry Pi OS. You might also need to run `sudo...

Fixes `Error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers`. Building on macOS Sonoma 14.1 (23B74), using a M2 Max in an `arch -x86_64 zsh` environment. Fixes the...

Would it be possible to move over to the more forgiving [JSON5 spec](https://spec.json5.org/) for the `config.json` file? The reason for this, is that from time to time I think myself...