- 03 Jul, 2018 1 commit
-
-
Swann Perarnau authored
flake8 is an automatic style checker. This is very useful to ensure that we have a consistent style as more people start contributing to the code. We ignore coolr for now, as it's a big offender.
-
- 25 Apr, 2017 1 commit
-
-
Swann Perarnau authored
We chose to rewrite the entire thing in python. The language should make it easy to interact will all the moving parts of the Argo landscape, and easy to prototype various control schemes. The communication protocol is exactly the same, but implemented with ZeroMQ + tornado. Power readings are not integrated yet, we are targeting using the Coolr project for that. This is a rough draft, all the code is in binary scripts instead of the package, and there are no unit tests. Nevertheless, it should be a decent starting point for future development.
-