https://github.com/tperale/tsch-lora
Using LoRa with TSCH in contiki-ng exemple repository
https://github.com/tperale/tsch-lora
contiki-ng lora tsch
Last synced: 12 days ago
JSON representation
Using LoRa with TSCH in contiki-ng exemple repository
- Host: GitHub
- URL: https://github.com/tperale/tsch-lora
- Owner: tperale
- Created: 2020-10-16T13:50:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T14:51:33.000Z (about 4 years ago)
- Last Synced: 2025-05-07T16:14:54.563Z (12 days ago)
- Topics: contiki-ng, lora, tsch
- Language: C
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contiki LoRa TSCH Project
Repository containing exemple of usage of TSCH with LoRa in contiki-ng.
This repository is based on a [modified version of contiki-ng](https://github.com/tperale/contiki-ng)
that allow to use longer timeslot with TSCH.## Usage
In the `/src` folder you can use the `compile.sh` script.
```
> ./compile.sh 0 # compile the coordinator
> ./compile.sh 1 # compile the joining node
```## Command line settings
The following command line options are available:
* `MAKE_WITH_ORCHESTRA` - use the Contiki-NG Orchestra scheduler.
* `MAKE_WITH_SECURITY` - enable link-layer security from the IEEE 802.15.4 standard.
* `MAKE_WITH_PERIODIC_ROUTES_PRINT` - print routes periodically. Useful for testing and debugging.
* `MAKE_WITH_STORING_ROUTING` - use storing mode of the RPL routing protocol.
* `MAKE_WITH_LINK_BASED_ORCHESTRA` - use the link-based rule of the Orchestra shheduler. This requires that both Orchestra and storing mode routing are enabled.