How to add plugin on Windows #174
Unanswered
alexander7567
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Alexander, I have a fairly worked through python project creator that creates a base plugin for you and all you have to do is follow the prompts and change your code. Here is an example of me running the cookie cutter. https://asciinema.org/a/vCHfKxfB7QIVCAWVOLbx6NSQz
You can also simply test your plugin with the dev tool enabled in aprsd after creating your plugin with cookiecutter from the above mentioned steps 1 through 4.
My copy of the plugin source from the cookiecutter
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very new to python. Very new :) I am running Windows and I would like to create a plugin. Stating with the ping plugin, I updated it to say Hello instead of Pong. However, when I restart the server, it still responds with Pong. I assume I am missing a step? I don't see anything about HOW to update plugins in the docs.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions