mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-02-08 19:38:46 -05:00
29 lines
822 B
Markdown
29 lines
822 B
Markdown
![]() |
Nomad Network
|
||
|
==========
|
||
|
|
||
|
General introduction to Nomad Network
|
||
|
|
||
|
Nomad Network is built using Reticulum, see [unsigned.io/projects/reticulum](https://unsigned.io/projects/reticulum/).
|
||
|
|
||
|
## Notable Features
|
||
|
- List of notable features
|
||
|
- More features
|
||
|
|
||
|
## Dependencies:
|
||
|
- Python 3
|
||
|
- RNS
|
||
|
- LXMF
|
||
|
|
||
|
## How do I get started?
|
||
|
The easiest way to install Nomad Network is via pip:
|
||
|
|
||
|
```bash
|
||
|
# Install Nomad Network and dependencies
|
||
|
pip3 install nomadnet
|
||
|
|
||
|
# Run the client
|
||
|
nomadnet
|
||
|
```
|
||
|
|
||
|
## Caveat Emptor
|
||
|
Nomad Network is experimental software, and should be considered as such. While it has been built with cryptography best-practices very foremost in mind, it _has not_ been externally security audited, and there could very well be privacy-breaking bugs. If you want to help out, or help sponsor an audit, please do get in touch.
|