Skip to content

Commit 1194c90

Browse files
committed
Updated readme
2 parents cf19a2e + add440d commit 1194c90

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*This repository is [a public mirror](./MIRROR.md). All development is happening elsewhere.*
44

5-
LXST is a simple and flexible real-time streaming format and delivery protocol that allows a wide variety of implementations, while using as little bandwidth as possible. It is built on top of [Reticulum](https://reticulum.network) and offers zero-conf stream routing, end-to-end encryption and Forward Secrecy, and can be transported over any kind of medium that Reticulum supports.
5+
LXST is a simple and flexible real-time streaming format and delivery protocol that allows a wide variety of implementations, while using as little bandwidth as possible. It is built on top of [Reticulum](https://reticulum.network) and offers zero-conf stream routing, end-to-end encryption and Forward Secrecy, and can be transported over any kind of medium that Reticulum supports. For a user-facing client using LXST for real-time voice communication, see [Sideband](https://github.com/markqvist/Sideband).
66

77
- Cross-platform, works on Linux, Android, Windows and Mac
88
- Provides a variety of ready-to-use primitives, for easily creating applications such as:
@@ -61,4 +61,24 @@ sudo apt install python3-pyaudio codec2
6161
pip install smbus2 --break-system-packages # Install smbus module if not already installed
6262
sudo raspi-config # Enable the I2C bus under "Interface Options"
6363
sudo apt install python3-rpi.gpio # Install gpio module system-wide
64-
```
64+
```
65+
66+
## Support LXST Development
67+
You can help support the continued development of open, free and private communications systems by donating via one of the following channels:
68+
69+
- Monero:
70+
```
71+
84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w
72+
```
73+
- Bitcoin
74+
```
75+
bc1pgqgu8h8xvj4jtafslq396v7ju7hkgymyrzyqft4llfslz5vp99psqfk3a6
76+
```
77+
- Ethereum
78+
```
79+
0x91C421DdfB8a30a49A71d63447ddb54cEBe3465E
80+
```
81+
- Liberapay: https://liberapay.com/Reticulum/
82+
83+
- Ko-Fi: https://ko-fi.com/markqvist
84+

0 commit comments

Comments
 (0)