Skip to content

S-band C++ with unit and system tests development

Notifications You must be signed in to change notification settings

pete4radio/2427_radio

Repository files navigation

2400 radio files

Modified from sx128x_linux_driver project. Linux driver for Semtech SX128x series.

Building

To build the executables (Lora_[rx|tx]) run:

mkdir build
cd build

sudo cmake ..
sudo make -j4

This project is part of the STM32 Sucks! project.

Requirements

  • C++17
  • CMake 3.14+
  • Linux kernel 4.8+

Dependencies

They will be automatically installed by CPM.

Example

See Test.cpp

In action

image

image

License

LGPLv3

About

S-band C++ with unit and system tests development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published