Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
crockpotveggies committed Apr 11, 2020
1 parent 0e6df51 commit 3ba7a9b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This software is **not ready for production-use yet**.
Running the application requires root permissions. Creating a gateway is as simple as:

```
sudo ./loramesh --isgateway /dev/ttyUSB0 network
sudo ./loramesh --isgateway -n 1 /dev/ttyUSB0 network
```

This creates a network interface `loratun0` that can send and receive packets from the rest
of the network.
This creates a node with ID `1` and a local network interface `loratun0` that you can use to send
and receive packets in the network.

### Network Topology

Expand All @@ -46,6 +46,9 @@ Users will still need to respect their local laws regarding radio transmissions.

Software has only been tested on Linux X86_64 and raspberry pi.

All transmissions are single channel and while some safeguards have been taken to prevent collisions this
is more difficult as the network size increase.

Currently using LoRa Mesh for accessing the outside internet through a gateway is unsupported. You may be
able to configure the gateway to route DNS queries and requests with custom software. Currently it functions
as a private network.
Expand Down

0 comments on commit 3ba7a9b

Please sign in to comment.