liamcottle / reticulum-meshchat

A simple mesh network communications app powered by the Reticulum Network Stack.
https://meshchat.app
MIT License
100 stars 7 forks source link

Update RNodeInterface to add list of default setting parameters #3

Closed RFnexus closed 3 months ago

RFnexus commented 3 months ago

This PR adds a list of default parameters for RNode devices that the user can select from. These parameters are the defaults for LoRa and RNode devices.

RNode options:

Bandwidth (in hertz):

7800
10400
15600
20800
31250
41700
62500
125000
250000
500000

Coding rate:

4:5 
4:6 
4:7
4:8

Spreading factor (7 - 12):

7, 8, 9, 10, 11, 12

TX Power (in dBm):

1 - 14

liamcottle commented 3 months ago

Hey! Thanks for this :)

I was planning to do something along these lines, but had left it til later...

It seems I didn't have permission to push commits to your branch with edits, so I've merged this in and made my changes directly in my main branch.