Login to aprs server
Closed this issue · 1 comments
9V1KG commented
Some APRS Internet server (javAPRSSrvr) respond with their first line, but do not react after submitting the login line. (happened with javAPRSSrv4.0.7b10 javAPRSSrvr 4.0.8b07).
Does never happen with aprsc server (2.1.5-g8af3cdc).
Program then waits for the response until time out and cannot login.
9V1KG commented
"vers" was missing in the login line:
self.sck.sendall(
bytes(f"user {self.user} pass {self.secret} "
f"vers 9V1KG-ygate 0.9 filter m/{self.RANGE}\r\n", "utf-8")
)