Giter VIP home page Giter VIP logo

Comments (5)

flux242 avatar flux242 commented on June 3, 2024
# an example on how to show sondes using aprsmap gui 
1. cd ~/projects/radiosonde/scripts;socat -d -d TCP-LISTEN:14580,reuseaddr,fork exec:./aprs/aprsfakeserver.pl,pty,stderr
2. cd ~/projects/radiosonde/scripts;nc -luk 5678 | ./aprs/json2aprs.pl N0CALL 55.66 11.22 "N0CALL ARPS proxy for receivemultisonde.sh" | tee /dev/stderr | socat -u - UDP4-DATAGRAM:0.0.0.0:30448,broadcast,reuseaddr
3. cd ~/aprsmap_common; ./aprsmap

from radiosonde.

KB8RCO avatar KB8RCO commented on June 3, 2024

Thanks for the reply. I get 1 and 2 running, but not picking up any sondes today - bad luck.
Still not sure of the last line. I don't have aprsmap and really not planning on using it.
Ideally, I'd like to get the data to send the data to sondehub.org. Radiosondy.info isn't very popular in my area.
I guess I could use auto_rx in UDP mode, but that seems like a waste - a lot of program and only using a little.

from radiosonde.

KB8RCO avatar KB8RCO commented on June 3, 2024

Since none of the 3 lines has a frequency, I assume you still need to run
./receivemultisonde.sh -f 404000000 -s 2400000 -P 5 -g 40 -t 4
to generate the JSON data?

from radiosonde.

flux242 avatar flux242 commented on June 3, 2024

so you receive json string on the udp port 5687 and transform it to a form that the sondehub understand. Can't help here as I'm not familiar with sondehub api and I'm not involved in any of this anylonger

from radiosonde.

KB8RCO avatar KB8RCO commented on June 3, 2024

Thanks for the feedback. I actually got the balloon to show on my local APRS server!

In Alex's blog, auto_rx was patched to take in the UDP (JSON format I believe) data to post to APRS server and/or SondeHub.
When I get a little more time, I may try to go through the auto_rx code, strip it down to pretty much that functionality.
I am not much of a coder, but hopefully I will be able to remove the unneeded portions.
If I am reading this correctly, that would mean
./receivemultisonde.sh -f 404000000 -s 2400000 -P 5 -g 40 -t 4 => send out JSON data
modified auto_rx <=receive JSON and send to APRS and/or SondeHub

Many thanks for your comments!

from radiosonde.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.