24bbea1d49
Disable debug logs for aprslib
...
This patch adds a disable of propogating the debug logs
from the aprslib parsing. We don't really need to see
this in our aprsd services.
2024-03-07 09:46:36 -05:00
5d3f42f411
Make registry thread sleep
...
This patch adds a required sleep of 1 second in each
registry thread loop to prevent runaway cpu usage
2024-03-07 08:37:09 -05:00
44a98850c9
Merge pull request #147 from craigerl/loguru
...
Replace slow rich logging with loguru
2024-03-06 14:18:19 -05:00
2cb9c2a31c
Put threads first after date/time
2024-03-06 13:39:51 -05:00
2fefa9fcd6
Replace slow rich logging with loguru
...
This patch removes the rich logging with
the modern loguru logging
2024-03-06 13:00:52 -05:00
d092a43ec9
Updated requirements
2024-03-06 12:59:21 -05:00
d1a09fc6b5
Fixed pep8
2024-02-28 16:24:01 -05:00
ff051bc285
Added list-extensions and updated README.rst
...
This patch adds the list-extensions command to support
showing the available extensions for APRSD that live on
pypi.
2024-02-28 16:10:55 -05:00
5fd91a2172
Change defaults for beacon and registry
...
The beacon frequency is now every 30 minutes by default.
The registry call is now every hour.
2024-02-28 13:23:11 -05:00
a4630c15be
Add log info for Beacon and Registry threads
2024-02-27 16:01:15 -05:00
6a7d7ad79b
fixed frequency_seconds to IntOpt
2024-02-27 15:53:03 -05:00
7a5b55fa77
fixed references to conf
2024-02-27 15:48:58 -05:00
a1e21e795d
changed the default packet timeout to 5 minutes
2024-02-27 15:11:39 -05:00
cb291de047
Fixed default service registry url
2024-02-27 15:10:21 -05:00
e9c48c1914
fix pep8 failures
2024-02-27 14:21:04 -05:00
f0ad6d7577
py311 fails in github
2024-02-27 13:46:28 -05:00
38fe408c82
Don't send uptime to registry
2024-02-27 13:40:39 -05:00
8264c94bd6
Added sending software string to registry
...
This patch adds sending the APRSD signature and url
along with the regsitry request.
2024-02-27 11:05:41 -05:00
1ad2e135dc
add py310 gh actions
2024-02-27 08:14:05 -05:00
1e4f0ca65a
Added the new APRS Registry thread
...
This patch adds the new APRSRegistryThread,
which enabled in config, will send a small
packet of information to the as yet deployed
APRS service registry every 900 seconds.
The data that this thread will send is
the service callsign, a description of the service,
a website url for the service.
The idea being that the registry website that this thread
sends information to, will show all the services that are
running on the ARPS network, so Ham operators can discover
them and try them out.
2024-02-26 18:28:52 -05:00
41185416cb
Added installing extensions to Docker run
...
This patch adds the installation of APRSD via pip during startup
time for the main server run.sh, admin.sh and listen.sh
2024-02-25 15:05:45 -05:00
68f23d8ca7
Cleanup some logs
...
This patch removes some debug logging from the clients.
2024-02-25 15:04:26 -05:00
11f1e9533e
Added BeaconPacket
...
This patch adds the BeaconPacket and BeaconSendThread.
This will enable APRSD server to send a beacon if enabled in
the config.
2024-02-25 14:21:17 -05:00
275bf67b9e
updated requirements files
2024-02-24 14:30:08 -05:00
968345944a
removed some unneeded code
...
removed the callsigns locations iterator
2024-02-24 14:28:37 -05:00
df2798eafb
Added iterator to objectstore
...
Since the objectstore mixin uses a iterable to store it's data,
it was easy to add an __iter__ to the objectstore class itself.
2024-02-24 14:27:39 -05:00
e89f8a805b
Added some missing classes to threads
...
Added new APRSDupeThread
2024-02-24 14:26:55 -05:00
b14307270c
Added support for loading extensions
...
This patch adds support for loading extenions
to APRSD!!
You can create another separate aprsd project, and register
your extension in your setup.cfg as a new entry point for aprsd
like
[entry_points]
aprsd.extension =
cool = my_project.extension
in your my_project/extension.py file
import your commmands and away you go.
2024-02-23 16:53:42 -05:00
ebee8e1439
Merge pull request #146 from craigerl/webchat-location
...
Added location for callsign tabs in webchat
2024-02-20 10:30:21 -05:00
a7e30b0bed
Added location for callsign tabs in webchat
...
This patch adds the new feature of trying to fetch the location
distance and bearing for each callsign in the webchat tabs.
This is handy when out on the go, you can get a general idea
where the other callsign is when chatting with them.
First aprsd webchat tries to fetch the location with aprs.fi
REST api call. This assumes internet access. If this fails,
then webchat will send a special message to REPEAT to ask it for
the location information for the callsign. This will send over
the air.
2024-02-20 10:18:22 -05:00
1a5c5f0dce
updated gitignore
2024-02-15 14:42:04 -05:00
a00c4ea840
Create codeql.yml
...
Try out code scanning
2024-02-07 09:43:29 -05:00
a88de2f09c
update github action branchs to v8
2024-02-07 08:55:24 -05:00
d6f0f05315
Added Location info on webchat interface
...
This patch adds a new popover in the webchat tab to show
the location information for a callsign.
webchat will try to hit aprs.fi to fetch the location from the
callsign's last beacon. If there is no internet, this will fail
and webchat will send a request to REPEAT callsign for the location
information.
2024-02-06 16:52:56 -05:00
03c58f83cd
Updated dev test-plugin command
...
This patch updates the output of the aprsd dev test-plugin command
to show the packets that would actually get sent by the plugin
results.
2024-01-19 11:30:15 -05:00
a4230d324a
Update requirements.txt
2024-01-16 16:45:07 -05:00
8bceb827ec
Update for v3.2.3
2024-01-09 09:12:01 -05:00
12a3113192
Force fortune path during setup test
...
For whatever reason shutil.which() can't find
fortune in the path, unless you specify the entire path.
2024-01-09 01:30:43 +00:00
026a64c003
added /usr/games to path
2024-01-08 22:56:45 +00:00
682e138ec2
Added fortune to Dockerfile-dev
2024-01-08 19:40:08 +00:00
e4e9c6e98b
Merge pull request #144 from v-rzh/vrzh-fix-typo-0
...
aprsd: main.py: Fix premature return in sample_config
2024-01-08 13:01:34 -05:00
f02824b796
Added missing fortune app
2024-01-08 18:00:26 +00:00
Martiros Shakhzadyan
530ac30a09
aprsd: main.py: Fix premature return in sample_config
...
Fix a typo in sample_config that causes the function to return before
config is generated.
2024-01-04 08:41:06 -05:00
Craig Lamparter
9350cf6534
Update weather.py because you can't sort icons by penis
2023-12-21 11:07:43 -08:00
Craig Lamparter
651cf014b7
Update weather.py both weather plugins have new Ww regex
2023-12-21 11:01:23 -08:00
Craig Lamparter
b6df9de8aa
Update weather.py
...
get back the "starts with w" is the weather command regex
2023-12-21 10:54:07 -08:00
0fd7daaae0
Merge pull request #140 from craigerl/location_plugin
...
Rework Location Plugin
2023-11-24 19:48:22 -05:00
0433768784
Fixed a bug with OWMWeatherPlugin
...
The weather plugin wasn't able to find the from callsign,
so all of the weather reports were random and wrong.
2023-11-24 19:15:52 -05:00
a8f73610fe
Rework Location Plugin
...
This Patch updates the location plugin to allow configuring which
geopy library's supported geocoders. This patch also adds a fake
geopy geocoder class that uses the us government's API for location.
2023-11-22 20:55:38 -05:00
c0e2ef1199
Update for v3.2.2 release
2023-11-22 12:35:12 -05:00