An open API service indexing awesome lists of open source software.

https://github.com/dwhall/c2lora

Codec 2 over LoRa
https://github.com/dwhall/c2lora

codec2 lora nim nim-lang

Last synced: about 1 month ago
JSON representation

Codec 2 over LoRa

Awesome Lists containing this project

README

          

# c2lora

Codec 2 over LoRa, written in Nim.

## Project Details

[See the wiki](https://github.com/dwhall/c2lora/wiki) for more documentation.

## Requirements

* git 2.51 or later
* [Nim 2.2.0](https://nim-lang.org/install.html) or later
* an `arm-none-eabi-gcc` toolchain such as [ARM GNU Toolchain Version 14.3.Rel1](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads)
* Python3: to convert .bin to .uf2

## Building

_BE SURE TO INIT AND UPDATE SUBMODULES_

* Build: `nim build`
* Load: `nim load`
* Tests: `nimble test` (none at the moment)

## Releases