Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helium/longfi-core
Platform agnostic implementation of core LongFi primitives.
https://github.com/helium/longfi-core
embedded protocol wireless
Last synced: 3 months ago
JSON representation
Platform agnostic implementation of core LongFi primitives.
- Host: GitHub
- URL: https://github.com/helium/longfi-core
- Owner: helium
- License: apache-2.0
- Created: 2019-10-07T21:55:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T16:22:59.000Z (over 4 years ago)
- Last Synced: 2024-05-02T00:03:49.525Z (9 months ago)
- Topics: embedded, protocol, wireless
- Language: C
- Size: 162 KB
- Stars: 9
- Watchers: 32
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/helium/longfi-core/workflows/CI/badge.svg)
# LongFi Core
## Building
1. Generate makefile in `build/`. You only need to do this once.
```
cmake -H. -Bbuild -DBUILD_TESTING=ON
```
1. Compile
```
make -C build
```
1. Test (not applicable if configured with `-DBUILD_TESTING=OFF` in step 1)
```
make -C build test
```
1. Documentation
```
make -C build docs
open build/docs/html/index.html
```