Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy_mmt_go

Telemetry uploader for ASRTU-1 and BY-04, rewriting in Golang.

removed ui (ncurses).

original code from bg2bhc/gr-lilacsat

config.json

{
    "ZmqAddr": "tcp://127.0.0.1:5555",
    "WsAddr": "ws://127.0.0.1:8080/",
    "SatName": "ASRTU-1",
    "ProxyNickname": "N0CALL",
    "PhysicalChannel": 0,
    "ProxyLong": 123.45,
    "ProxyLat": 67.89,
    "ProxyAlt": 0
}
key description
ZmqAddr ZMQ address (from grc or soundmodem)
WsAddr websocket address ( [ws/wss]://[ip]:[port] )
SatName satellite name
ProxyNickname your callsign or name
PhysicalChannel downlink channel
ProxyLong station longitude
ProxyLat station latitude
ProxyAlt station altitude

usage

./proxy_mmt_go

load config.json by default, if you need to upload with another config, just run:

./proxy_mmt_go -c path_to_another.json

build

need libraries

go get -u github.com/pebbe/zmq4
go get -u github.com/gorilla/websocket

then build

go build

pebbe/zmq4 on Windows, see here.

license

MIT

About

Telemetry uploader for ASRTU-1 and BY-04, rewriting in Golang.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages