Skip to content
Kees Verruijt edited this page Apr 15, 2025 · 3 revisions

Welcome to the Mayara wiki!

Radar support status

  • Navico BR24, 3G, 4G: fully working.
  • Navico HALO: fully working, including doppler.
  • Furuno: shows image, can use range and standby/transmit buttons. Nothing else. Tested with DRS4D-NXT and somewhat with FAR-21x7.

Others: to come.

End users

For now, this project is not really intended for you, as there are many rough edges still.

However, if you are just interested in running this, go ahead and try it out.

Hardware requirements

You will require a computer networked using wired ethernet to your radar.

Mayara will run on MacOS, Linux and Microsoft Windows, with all three considered major platforms for it.

My experience with router-level devices running OpenWRT and such is that armv7 devices sometimes seem to struggle. Sometimes it's fine sometimes it's not. Slightly more expensive routers running aarch64 (64 bit ARM) and a little more RAM (> 128 MB) run fine.

Installing binary releases

There are no binary releases yet, but you can find daily builds at: https://github.com/keesverruijt/mayara/actions

Installing from source

First install git and rust, then type the following on the command line (this should even work on Windows, if your git supports windows paths):

git clone https://github.com/keesverruijt/mayara
cd mayara
cargo run

Developers

Contents:

PCAP creation for new radar

Todo:

Use Cases

Clone this wiki locally