Welcome to Radarspotting. Please login or sign up.

June 24, 2026, 04:39:59 PM

Login with username, password and session length

New Members

New Members

You should get an activation email when you join.  If not, please use the Contact option.

ModeSDeco2 and ModeSMixer2 - console programs for RTLSDR and transcoding

Started by sergsero, August 09, 2013, 03:08:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sergsero

The version for Raspberry Pi 2 was designed only to work with the RTL2832 dongles.

If you have the AirSpy receiver that please use versions for Windows/Linux x86/OS X.
For ARM processors, there is hope that will be able to provide work at lower (6 or 4 MSpS) bitrates. However now, even on this Samsung Exynos 5 Octa processor the CPU utilization ~ 110%.

My tests so far say that stable operations of airspy receiver with 10 MSpS samplerate starts since mobile versions of i3 processors as Intel® Core™ i3-3217U (3M Cache, 1.80 GHz).

Thanks,
sergsero

[Attachment deleted by Admin to save file space]

larsras

Hi

Wonder whether there can be added a switch to enable plane type lookup and dump to the DB file, as it is already possible to get the information on the map when a plane is selected?

br Lars

dschaper

Two feature requests for consideration.


  • Log file output for modesdeco2 like modesmixer2
  • Directory output of the json files from the status screen for reading into somthing like rrd (I'd like to make pretty graphs that integrate into my RPi Monitor setup.

Thanks!

Radio2.0

is there some "ready to use" Image?
I want to place an Pi on my Grandparents House and i never use an Pi. (Ok i dont have any now.)
>>> I looking for People who want exchange the VRS Data with me. <<<
I life near LOWW / VIE and see Ground Traffic too.

Anmer

Here to Help.

Triple7

SBS-1eR, FA ProStick + 1090 filter

Radio2.0

i dont have an pi now.
everythink on linux is ssooo difficult...
>>> I looking for People who want exchange the VRS Data with me. <<<
I life near LOWW / VIE and see Ground Traffic too.

GregoryGHarding

any reason why im not getting any Mode A/C packets running ModeSMixer2 with multiple network receivers?

dschaper

What are your arguments? Need to know a little more information to help you out. I have it running okay. What platform, how are you calling the program, any logs, things like that.

GregoryGHarding

Quote from: dschaper on June 02, 2015, 05:02:10 AM
What are your arguments? Need to know a little more information to help you out. I have it running okay. What platform, how are you calling the program, any logs, things like that.

@echo off
TITLE ABS-B Server
cmd /c  modesmixer2_xp.exe ^
--log-file Logs/debug.txt ^
--localtime UTC-02:30  ^
--flight-expire-time 7200  ^
--db BaseStation.sqb ^
--frdb flightroute.sqb ^
--outServer msg:400 ^
--inConnect 127.0.0.1:111 ^
--inConnect 127.0.0.1:113 ^
--inConnect 127.0.0.1:115 ^
--inConnect 127.0.0.1:117 ^
--inConnect 127.0.0.1:119 ^
--web 8087 ^
PAUSE
exit

dschaper

Okay and what software are you using for the inConnect servers? Since you're connecting to localhost are the decoders all running on the same machine as modesmixer?

GregoryGHarding

Quote from: dschaper on June 02, 2015, 06:35:17 AM
Okay and what software are you using for the inConnect servers? Since you're connecting to localhost are the decoders all running on the same machine as modesmixer?

im receiving Mode-S and ADS-B perfectly fine, i know my setup works, im wondering why i do not receive any Mode A/C packets.

the bat shown is the masterserver, there are other instances of MSM2 running for each localhost input, which then are connected to remote hosts

[Attachment deleted by Admin to save file space]

Triple7

SBS-1eR, FA ProStick + 1090 filter

sergsero

ModeSDeco2 v.20150603

+ added support for AirSpy receivers (Firmware Version: Base AirSpy NOS v1.0.0-rc4-0-g23d1436 2015-03-22 and special AirSpy NOS v1.0.0-rc3-2-g23d1436-dirty 2015-03-22) with Intel x86 CPU (Windows, Linux, OS X)
+ added option --airspy-sr <arg> Set AirSpy sample rate (default: max available). Example: 4, 6, or 10 (for use with special fw AirSpy NOS v1.0.0-rc3-2-g23d1436-dirty 2015-03-22 only)
+ added option --avrmlatas <arg> Enable AVR MLAT AirSpy format (*<frame>;<timestamp: 4 bytes>;<samples_per_pulse: 1 byte>;\r\n) output listen port (default:off)
+ added option --web-auth <arg> Enable web auth username:password (default: off)
+ added option --filter-ic Enable Interrogator Code filter (default: off)
+ added option --metric Enable metric system of distance measurement
+ added ability to select rows for aircraft's label on the map
+ added ability to display METAR data (with decoding them by pushing on the string) for one airport
+ added ability to select the map style

manchild

Nice app!  I was looking for a way to see the TCAS,AP,VNAV,AHOLD, etc..  Perfect!  Is there an output format that supports those?  Is there a way to output decoded information to a port?