markqvist / Sideband

LXMF client for Android, Linux and macOS allowing you to communicate with people or LXMF-compatible systems over Reticulum networks using LoRa, Packet Radio, WiFi, I2P, or anything else Reticulum supports.
Other
388 stars 27 forks source link

WSL Sideband #29

Closed n4ijk closed 1 year ago

n4ijk commented 1 year ago

I am using WSL on Windows 11 to run Ubuntu and ran into two issues to get sideband running.

1) "MTDEV not supported by your version of linux" which I solved with sudo apt-get install libmtdev-dev

2) "Unable to find any valuable Cutbuffer provider" which was solved with sudo apt-get install xclip

Works fine with those packages installed so far. This is my first time participating with a project like this - so if I've done this wrong please let me know!

markqvist commented 1 year ago

You can run Sideband directly through Python under windows now, by simply installing it with pip.

Remember that the Reticulum AutoInterface is not currently supported under Windows, so you will need to manually configure some sort of connectivity by adding one or more interfaces to the Reticulum config file on your system in C:\Users\USERNAME\.reticulum\config.

markqvist commented 1 year ago

And thanks for reporting those workarounds for anyone else who wants to get it running under WSL!

Would you mind sharing if the AutoInterface works with that configuration?

n4ijk commented 1 year ago

My pleasure! The entire sideband app worked just fine with the work arounds. I didn’t play with it for too long but wanted to give it a try.

From: markqvist @.> Sent: Tuesday, October 3, 2023 6:22 PM To: markqvist/Sideband @.> Cc: n4ijk @.>; Author @.> Subject: Re: [markqvist/Sideband] WSL Sideband (Issue #29)

And thanks for reporting those workarounds for anyone else who wants to get it running under WSL!

Would you mind sharing if the AutoInterface works with that configuration?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>