EFForg / crocodilehunter

Taking one back for Steve Irwin     (๑•̀ㅂ•́)و
GNU General Public License v3.0
971 stars 136 forks source link

consider/investigate docker #73

Open void-elf opened 4 years ago

cooperq commented 4 years ago

another option is that if we get it working on the pi we could distribute an ISO with a working environment ready to go.

cooperq commented 4 years ago

so I actually think that we are going to have a hell of a time getting srslte to work in a docker with the radio. We might be better off just writing a setup script that will take care of getting all of the dependencies in place.

cooperq commented 4 years ago

@cguerrave is considering writing a script or ansible playbook which would definitely fulfill this requirement I think!

jamesaisenberg commented 4 years ago

I got it working with docker. Happy to share!

cooperq commented 4 years ago

yes! Please publish your dockerfiles or do a pull request to put them in the project! I would love to have this dockerized!

jamesaisenberg commented 4 years ago

Cool! just published them here: https://github.com/jamesaisenberg/crocodilehunter. The README says how to use it. It works for me. My host OS is ubuntu 20.04, and I'm using a bladerf2 xa4. This is just a rough draft, definitely need to tidy a few things up.

cooperq commented 4 years ago

This looks great! Please make a pull request once you are ready!

alphafox02 commented 3 years ago

It’s also included and working in DragonOS Focal here, but docker is awesome too. https://sourceforge.net/projects/dragonos-focal/files/

cooperq commented 3 years ago

oh that's neat I hadn't heard of DragonOS before. I should check it out. @jamesaisenberg are you still planning to make a PR with your docker implementation?