Jonti Olds

Results 37 comments of Jonti Olds

JAERO uses an audio connection. Googling spy server it seems to be something for having the SDR receiver on a different computer than SDR#. JAERO only deals with what's coming...

I'm not sure if I totally understand you. Are you saying that JAERO is somehow freezing all network connections periodically? If so I have no idea how that would be...

As I recall that was supposed output raw demodulated data. I haven't tested the raw data output for a long time. Perhaps the connection between the demodulator and their UDP...

I'm not sure how that would be done or if that's even possible. Certainly saving location for 1 screen is possible and is done but I'm not sure how you...

I'd use the `mqtt_in_dev` branch as that's more up to date. I would merge that branch back into master now however I would like to get the linux and pi...

For feed are you just using the stuff that comes out the bottom text edit? The bottom text edit parsing is done in https://github.com/jontio/JAERO/blob/master/JAERO/mainwindow.cpp in` void MainWindow::ACARSslot(ACARSItem &acarsitem)` from the...

Currently in the dev_json branch I've added the JSON formatting (commit 145315f3edcb74257ef82717c9da068337dba025 ). You select "JSON" from output format. That should fix the parsing issue. For the source id that...

@kevinelliott adding an `ident` field would be easy enough. The most time consuming thing would be settings GUI and settings persistence, it's always a hassle but not hard. Currently I'm...

Yup that would be a nice thing to have. I don't have time to do that at moment. If someone else wants to do that, that would be greatly appreciated.

Yup I haven't been building any 32bit versions for awhile now. Actually it's github that builds things these days. I'm not planning on writing something to build 32bit version. So...