https://github.com/http-apis/hydra-flock-central-controller
The Central Controller for the simulation
https://github.com/http-apis/hydra-flock-central-controller
Last synced: 12 months ago
JSON representation
The Central Controller for the simulation
- Host: GitHub
- URL: https://github.com/http-apis/hydra-flock-central-controller
- Owner: HTTP-APIs
- License: mit
- Created: 2017-07-21T18:59:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T08:27:13.000Z (about 6 years ago)
- Last Synced: 2025-04-11T21:25:19.972Z (12 months ago)
- Language: Python
- Size: 148 KB
- Stars: 1
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hydra-flock-central-controller
The Central Controller component for the [simulation](https://github.com/HTTP-APIs/hydra-flock-demo)
This is part of the `hydra-flock-demo` test-bed. Check the `hydra-flock-demo` for cloud deployment of the full test-bed.
Running tests:
* Create and activate a new virtualenv
* Upgrade pip and setuptools
* Check if `python3-dev` is installed
* Run `pip install -r requirements.txt`
* Start the controller server using `python -m flock_controller.main`
* In another teminal instance run `python -m flock_controller.tests.test_central_controller_endpoints`
**NOTE :-** For design principles and other details please read the Simulation [Wiki](https://github.com/HTTP-APIs/hydra-flock-demo/wiki)