Skip to content

Commit 40807e5

Browse files
committed
Updated readme
1 parent 571e9ad commit 40807e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

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

33
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.
44

5+
- Cross-platform, works on Linux, Android, Windows and Mac
56
- Provides a variety of ready-to-use primitives, for easily creating applications such as:
67
- Telephony and live voice calls
78
- Two-way radio systems
@@ -36,7 +37,7 @@ LXST uses encryption provided by [Reticulum](https://reticulum.network), and thu
3637

3738
## Project Status & License
3839

39-
This software is in a very early alpha state, and will change rapidly with ongoing development. Consider no APIs stable. Consider everything explosive. Not all features are implemented. Nothing is documented. For a fully functional LXST program, take a look at the included `rnphone` program, which provides telephony service over Reticulum. Everything else will currently be a voyage of your own making.
40+
This software is in a very early alpha state, and will change rapidly with ongoing development. Consider no APIs stable. Consider everything explosive. Not all features are implemented. Nothing is documented. For a fully functional LXST program, take a look at [Sideband](https://github.com/markqvist/Sideband) or the included `rnphone` program, which provides telephony service over Reticulum. Everything else will currently be a voyage of your own making.
4041

4142
While under early development, the project is kept under a `CC BY-NC-ND 4.0` license.
4243

@@ -48,13 +49,11 @@ If you want to try out LXST, you can install it with pip:
4849
pip install lxst
4950
```
5051

51-
On Raspberry Pi, install various dependencies with:
52+
On Raspberry Pi (assuming Trixie / Debian 13), install various dependencies with:
5253

5354
```bash
5455
# Audio codecs
55-
sudo apt install python3-pip python3-pyaudio python3-dev python3-cryptography build-essential libopusfile0 libsdl2-dev libavcodec-dev libavdevice-dev libavfilter-dev portaudio19-dev codec2 libcodec2-1.0 xclip xsel
56-
wget https://raw.githubusercontent.com/markqvist/Sideband/main/docs/utilities/pycodec2-3.0.1-cp311-cp311-linux_aarch64.whl
57-
pip install ./pycodec2-3.0.1-cp311-cp311-linux_aarch64.whl --break-system-packages
56+
sudo apt install python3-pyaudio codec2
5857

5958
# For hardware control over I2C:
6059
pip install smbus2 --break-system-packages # Install smbus module if not already installed

0 commit comments

Comments
 (0)