vbguyny / ws4kp

WeatherStar 4000+
https://battaglia.ddns.net/twc
MIT License
427 stars 117 forks source link

Request for Linux Instructions #94

Closed vivbyte closed 1 year ago

vivbyte commented 1 year ago

I am a Linux user and would like to request instructions or documentation for running the project on a Linux environment. The current instructions provided assume a Windows 10 environment, and I am specifically interested in running the project on Debian 12 (Bookworm).

It would be greatly appreciated if Linux-specific instructions could be provided, including any necessary dependencies, configuration steps, and considerations specific to Linux.

Thank you!

vbguyny commented 1 year ago

@vivbyte This project uses .NET Framework which doesn't run on native Linux. Look at this thread https://github.com/vbguyny/ws4kp/issues/81 to see how other people have got it working in Linux.

I also recommend taking a look at the following fork of the WS4K+ as it uses node.js instead of .NET to get everything working which I would imagine be more straight forward: https://github.com/netbymatt/ws4kp

vivbyte commented 1 year ago

I was able to get the nodejs fork working. Thanks so much!