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: 3 months 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)
* an `arm-none-eabi-gcc` toolchain such as [ARM GNU Toolchain Version 14.3.Rel1](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads)
* SDK: [nRF5_SDK_17.1.0_ddde560.zip](https://www.nordicsemi.com/Products/nRF52840/Compatible-downloads#infotabs)

## Building

* Build: `nimble build --skipCfg`
* Tests: `nimble test`

## Releases

None