Connection refused on ports 30002, 30003 on UAT978

I started a UAT978 feeder from the SD image 3.7.0.1. about week ago. Everything works great. I just today tried to connect to ports 30002, 30003. Get a connection refused message. Are the ports different than for 1090 or did I miss something?

dump978-fa doesn’t provide those formats.

check these commands:

pgrep dump978-fa -fa 
#shows you the actual arguments currently in use
dump978-fa --help
#shows what type of output is available
  --raw-port arg            listen for connections on [host:]port and provide 
                            raw messages
  --json-port arg           listen for connections on [host:]port and provide 
                            decoded json

So you can only get information in those formats.

1 Like

Very good. Thank you.