Update README.md

pull/4/head
Mark Qvist 2020-04-27 12:18:05 +02:00 zatwierdzone przez GitHub
rodzic be9dbe28a7
commit 850eb6a492
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ Full documentation and video tutorials are coming with the stable alpha release.
To install dependencies and get started:
```
```bash
# Install dependencies
pip3 install cryptography pyserial
@ -91,4 +91,4 @@ python3 Examples/Filetransfer.py -h
The default config file contains examples for using Reticulum with LoRa transceivers (specifically [RNode](https://unsigned.io/projects/rnode/)), packet radio TNCs/modems and UDP. By default a UDP interface is already enabled in the default config, which will enable Reticulum communication in your local ethernet broadcast domain.
You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started.
You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started.