websdr

This is the catch-all forum for anything related to radio life!!
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

websdr

Post by Daniel Wee »

Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: websdr

Post by Daniel Wee »

The actual server code are the python scripts in the PY directory. Within these scripts are defined the ports that are used to exchange data. Specifically, the TX/RX ports are defined in:-

remote_rx_audio.py - 8001
remote_rx_para.py - 8003
remote_rx_spectre.py - 8002
remote_tx_audio.py - 8004
remote_tx_para.py - 8005

For the web client, the ports are defined in the Javascript files in the JS directory:-

remote_sdr.js - 8001 (base port), 80
Post Reply