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
- Host: GitHub
- URL: https://github.com/dwhall/c2lora
- Owner: dwhall
- License: mit
- Created: 2025-11-08T23:32:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T04:40:14.000Z (about 1 month ago)
- Last Synced: 2026-06-08T06:25:13.553Z (about 1 month ago)
- Topics: codec2, lora, nim, nim-lang
- Language: Nim
- Homepage:
- Size: 551 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) 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