Closed Montana closed 2 years ago
I am extremely confused.
Building this repo for continuous integration faces several obstacles. I don't think this pull request satisfies any of them. What are you hoping to accomplish with this? If you are interested in porting gr-smartnet to Gnuradio 3.8/3.9, I'm happy to provide assistance.
I am interested in porting gr-smartnet
to Gnuradio 3.9 - (which is one of the main drivers for this.) I appreciate the response.
Happy to assist in that. The first step would be creating a new GR3.9 project using gr_modtool
. Next move each of the blocks in lib/ into corresponding blocks in the new project (letting gr_modtool handle the boilerplate of creating the blocks), and last updating the top-level application and python blocks in python/. The latter part will likely take the most effort, as it's where most of the bitrot will be found.
Thanks @bistromath, I will try and document the cleaning of the entropy of the code, so it might help others. I appreciate your assistance and top-down view on this subject matter.
Hey all,
I added CI/CD support for this radio trunking project using Travis. I also made a pull request.