Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/openwebrx
Port OpenWebRX to Python3.
https://github.com/andrewn6/openwebrx
ham-radio openwebrx sdr websdr
Last synced: 6 days ago
JSON representation
Port OpenWebRX to Python3.
- Host: GitHub
- URL: https://github.com/andrewn6/openwebrx
- Owner: andrewn6
- License: agpl-3.0
- Created: 2021-12-10T23:02:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T00:05:40.000Z (about 3 years ago)
- Last Synced: 2024-12-31T07:44:29.394Z (8 days ago)
- Topics: ham-radio, openwebrx, sdr, websdr
- Language: JavaScript
- Homepage:
- Size: 975 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Porting OpenWebRTX to Python3.
I did this because the project got discontinued, and it requires Python 2 which is old and does not get any security patches anymore since it has been deprecated as of January 2020.
All code in this repo released under its respective license.
*I do not own this code, it is just a fork of it for to support Python 3 and improve it.*
How do I run this?
`git clone https://github.com/anddddrew/openwebrx`
`cd openwebrx/`
`python3 openwebrx.py`
Then go to http://localhost:8073.
*NOTE*
Make sure to install csdr or else you cannot run OpenWEBRX
You can do so by cloning this repo:
https://github.com/ha7ilm/csdr`cd csdr/`
`make`
`sudo make install`
After that you should be good to go :)