aprs.me/lib
Graham McIntire f5ab36b7e5
Fix APRS-IS connection by converting host to charlist
The host from Application.get_env returns a binary string, but :gen_tcp.connect
expects a charlist. This was causing ArgumentError on connection attempts.

Convert host to charlist if it's a binary before passing to :gen_tcp.connect.
2025-10-25 17:23:13 -05:00
..
aprsme Fix APRS-IS connection by converting host to charlist 2025-10-25 17:23:13 -05:00
aprsme_web Add info logging for mobile websocket events and filter healthcheck logs 2025-10-25 17:04:59 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00