GithubHelp home page GithubHelp logo

avryhof / ambient_aprs Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 2.0 32 KB

Wrapper for ambient_api to allow sending APRS packets to CWOP

License: MIT License

Python 97.11% Shell 2.89%
ambientweather ambientweather-api weatherstation aprs cwop

ambient_aprs's People

Contributors

dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mstyne n7fyo

ambient_aprs's Issues

Send station ID with APRS SSID

Hello,

Thanks for putting this library together!

I've tried modifying the code slightly to allow for sending a station callsign with an APRS SSID (e.g. K2MTS-1). The changes involve logging in to rotate.aprs.net (instead of cwop.aprs.net) with my callsign only (K2MTS) plus passcode, and using K2MTS-1 in the generated APRS packet. Unfortunately, it doesn't seem to work. Oddly, if I connect to the APRS server directly and paste in the packet that the library generates, it works just fine:

https://aprs.fi/?c=raw&call=K2MTS-1

2019-06-13 22:14:10 CDT: K2MTS-1>APRS,TCPIP*,qAS,K2MTS:@140410z4238.38N/07334.29W_147/...g...t056r...p...P000h84b09847Ambient APRS

I haven't done a ton of troubleshooting, but I thought it might be worth asking in case there's something obviously wrong in my process that I might just not be aware of.

73
Mike

Degrees are reported in DDMMSS, not DDMM.HH

I just got an app set up to use this to push to CWOP, and I noticed the packets it’s generating have the coordinates in DDMMSS format, not DDMM.HH (degrees decimal minutes) like APRS requires. It’s causing my plotted location to be about a mile off.

Potential dependency conflicts between ambient-aprs and urllib3

Hi, as shown in the following full dependency graph of ambient-aprs, ambient-api requires urllib3 * , while the installed version of _requests _(2.22.0) requires urllib3 <1.26,>=1.21.1.

According to Pip's “first found wins” installation strategy, urllib3 1.25.7 is the actually installed version.

Although the first found package version urllib3 1.25.7 just satisfies the later dependency constraint (urllib3 <1.26,>=1.21.1), it will lead to a build failure once developers release a newer version of urllib3.

Dependency tree--------

ambient-aprs - 0.11.2
| +- ambient-api(install version:1.5.2 version range:*)
| | +- requests(install version:2.22.0 version range:*)
| | | +- certifi(install version:2019.11.28 version range:>=2017.4.17)
| | | +- chardet(install version:3.0.4 version range:<3.1.0,>=3.0.2)
| | | +- idna(install version:2.8 version range:>=2.5,<2.9)
| | | +- urllib3(install version:1.25.7 version range:<1.26,>=1.21.1)
| | +- urllib3(install version:1.25.7 version range:*)

Thanks for your attention.
Best,
Neolith

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.