craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Deprecation of ratelimiter and Python 3.11 error #114

Closed geowa4 closed 11 months ago

geowa4 commented 1 year ago

Per https://github.com/RazerM/ratelimiter/issues/17, ratelimiter is looking for maintainers. The current maintainer recommends using rush instead. This migration is of particular importance since aprsd does not work with Python 3.11 due to https://github.com/RazerM/ratelimiter/issues/18.

hemna commented 1 year ago

thanks for the heads up i will look into it.

hemna commented 12 months ago

I have replaced ratelimiter with rush. Give it a shot from the master branch.