Skip to content

Commit

Permalink
Changing the ZMQ port
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Jun 4, 2022
1 parent 7477d03 commit 41690fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spacelab_decoder/mm_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
_DEFAULT_INPUT_FILE = "/tmp/audio.wav"
_DEFAULT_SAMPLE_RATE_HZ = 48000
_DEFAULT_BAUDRATE_BPS = 1200
_DEFAULT_ZMQ_ADDRESS = "tcp://127.0.0.1:8023"
_DEFAULT_ZMQ_ADDRESS = "tcp://127.0.0.1:2112"

class mm_decoder(gr.top_block):

Expand Down
2 changes: 1 addition & 1 deletion spacelab_decoder/spacelabdecoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
_DEFAULT_DOWNLINK_SYNC_WORD = '0x7E2AE65D'
_DEFAULT_MAX_PKT_LEN_BYTES = 300

_ZMQ_PUSH_PULL_ADDRESS = "tcp://127.0.0.1:8023"
_ZMQ_PUSH_PULL_ADDRESS = "tcp://127.0.0.1:2112"

_TOOLS_FILTERS = ["None", "Low pass", "High pass"]
_WAVFILE_BUFFER_FILE = "/tmp/spacelab_decoder_buffer.wav"
Expand Down
2 changes: 1 addition & 1 deletion spacelab_decoder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright The SpaceLab-Decoder Contributors"
__credits__ = ["Gabriel Mariano Marcelino - PU5GMA"]
__license__ = "GPLv3"
__version__ = "0.3.14"
__version__ = "0.3.15"
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 41690fa

Please sign in to comment.