social_alarm VS mlat-server

Compare social_alarm vs mlat-server and see what are their differences.

social_alarm

Wireless Social Alarm (on the 868.25 MHz band) (by mrquincle)

mlat-server

Mode S multilateration server (by mutability)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
social_alarm mlat-server
1 2
3 69
- -
1.8 10.0
over 2 years ago over 6 years ago
C++ Python
- GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

social_alarm

Posts with mentions or reviews of social_alarm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-15.
  • GNU Radio
    10 projects | news.ycombinator.com | 15 Jan 2022
    I reverse engineered a so called social alarm a bit ago. You can find it here: https://github.com/mrquincle/social_alarm

    Gnuradio was also new to me. However with two HackRFs I could do the entire thing. First replay attacks. Then trying to get the code by building up a set of processing blocks. Last synthesis of the complete signal.

    Very nice to do! Felt great!

mlat-server

Posts with mentions or reviews of mlat-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-15.
  • GNU Radio
    10 projects | news.ycombinator.com | 15 Jan 2022
    I would suggest not starting in the 2.4GHz band, the protocols used there (wifi, bluetooth) are very complicated to understand. Get a rtl-sdr and start with something simpler: FM broadcast (my blogpost: https://www.abclinuxu.cz/blog/jenda/2019/11/gnu-radio-first-..., there is even an example capture you can download and replay, so you can start even without the physical radio), police radio (both analog and digital), radiosondes, weather satellites, ISM stuff - temperature sensors, garage and car remote controls, airplane multilateration (https://github.com/mutability/mlat-server)… You can do lot of stuff even with the $10 rtl-sdr, for example I have used it for multilaterating TV and radio transmitters (thesis: https://jenda.hrach.eu/dipl.pdf, unfortunately "layman's explanation" is available only as a lecture in Czech). I know people are even building radioastronomy stuff and passive radars (https://www.rtl-sdr.com/passive-radar-dual-coherent-channel-...) with rtl-sdr.

    Once you have basic understanding of the topic, you can get better hardware: AirSpy (the same features as rtl-sdr, but MUCH better signal-to-noise ratio and bandwidth) or bladeRF (costly, but probably the best radio you can get now). For example I'm now building a weather radar based on bladeRF. The bladeRF has a FPGA with open-source HDL, so you can mess even with absolutely lowlevel and bleeding edge stuff.

    Going back to your original question:

    Most cards load firmware from a file when they are initializing (check "dmesg|grep firmware", on my machine, for example, it says it has loaded /lib/firmware/rtl_nic/rtl8153b-2.fw), you are free to modify it. However, all (or maybe almost all) wifi cards have the format of the blob completely undocumented so it would be very hard to make a modification that would allow you to transmit/receive arbitrary signals. Something similar has been achieved with GSM phones (see OsmocomBB), but it requires very complicated reverse-engineering.

    Recently, there was a wifi stack released for a SDR, so the other way around: https://www.nuand.com/bladeRF-wiphy/.

  • MLAT Server Help
    1 project | /r/ADSB | 25 Dec 2021
    I got the code from https://github.com/mutability/mlat-server does anyone know how to get it up and running any assistance would be much appreciated and extremely helpful :)

What are some alternatives?

When comparing social_alarm and mlat-server you can also consider the following projects:

sverchok - Sverchok

rpitx - RF transmitter for Raspberry Pi

carl9170fw - CARL9170 Firmware Source Repository

gnuradio - GNU Radio – the Free and Open Software Radio Ecosystem

open-ath9k-htc-firmware - The firmware for QCA AR7010/AR9271 802.11n USB NICs

redhawk - A submodule repository for distributing REDHAWK artifacts and the latest REDHAWK source code. Use 'git clone --recurse-submodules [email protected]:RedhawkSDR/redhawk.git' to also clone all submodules.