Closed wb8tyw closed 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.
This gets the pluginsrv module working. If someone is ambitious, they can add more tests in the future.
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.