You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
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.
4
4
5
+
- Cross-platform, works on Linux, Android, Windows and Mac
5
6
- Provides a variety of ready-to-use primitives, for easily creating applications such as:
6
7
- Telephony and live voice calls
7
8
- Two-way radio systems
@@ -36,7 +37,7 @@ LXST uses encryption provided by [Reticulum](https://reticulum.network), and thu
36
37
37
38
## Project Status & License
38
39
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.
40
41
41
42
While under early development, the project is kept under a `CC BY-NC-ND 4.0` license.
42
43
@@ -48,13 +49,11 @@ If you want to try out LXST, you can install it with pip:
48
49
pip install lxst
49
50
```
50
51
51
-
On Raspberry Pi, install various dependencies with:
52
+
On Raspberry Pi (assuming Trixie / Debian 13), install various dependencies with:
0 commit comments