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
- Host: GitHub
- URL: https://github.com/dwhall/c2lora
- Owner: dwhall
- License: mit
- Created: 2025-11-08T23:32:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-11-22T07:26:25.000Z (3 months ago)
- Last Synced: 2025-11-22T09:13:12.746Z (3 months ago)
- Topics: codec2, lora, nim, nim-lang
- Language: Linker Script
- Homepage:
- Size: 452 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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