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
5a45ff3171
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 18:19:33 +00:00
#!/usr/bin/env python3
restructure project for packaging
2019-12-08 16:15:48 +00:00
from
owrx
.
__main__
import
main
many fixes and new features like IMA ADPCM compression
2015-08-17 18:32:58 +00:00
replace central entry
2019-05-11 10:58:09 +00:00
if
__name__
==
"
__main__
"
:
restructure project for packaging
2019-12-08 16:15:48 +00:00
main
(
)
Reference in New Issue
Copy Permalink