This website requires JavaScript.
Explore
Help
Sign In
joachim
/
openwebrx-clone
Watch
1
Star
0
Fork
0
You've already forked openwebrx-clone
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openwebrx-clone
/
openwebrx.py
7 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Allow openwebrx.py to be run as normal executable
2019-07-21 20:19:33 +02:00
#!/usr/bin/env python3
restructure project for packaging
2019-12-08 17:15:48 +01:00
from
owrx
.
__main__
import
main
many fixes and new features like IMA ADPCM compression
2015-08-17 20:32:58 +02:00
replace central entry
2019-05-11 12:58:09 +02:00
if
__name__
==
"
__main__
"
:
restructure project for packaging
2019-12-08 17:15:48 +01:00
main
(
)
Reference in New Issue
Copy Permalink