wb8tyw / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
7 stars 1 forks source link

fix(pluginsrv) pluginsrv module #168

Closed wb8tyw closed 2 years ago

wb8tyw commented 2 years ago

Starting to standardize on using variable name of stationid for a callsign with a dash suffix to avoid confusion.

d_rats/pluginsrv.py: Change to use stationid. Fix lookup of RPC modules.

d_rats/sessions/rpc.py: Fix spelling error in Docstrings.

d_rats/utils.py: Renamed port_for_station to port_for_stationid.

docs/source/modules.rst Add plugin_test module

docs/source/plugin_test.rst: New Module.

plugin_test.py: New module. Start of a module to fully test the pluginsrv module.

wb8tyw commented 2 years ago

This gets the pluginsrv module working. If someone is ambitious, they can add more tests in the future.