Skip to content

Controls a fleet of RaspberryPi robots through a Rest Api.

Notifications You must be signed in to change notification settings

darkmirafr/drop-fleetcontrol-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop fleet control master

Fleet control Rest Api to control a fleet of RaspberryPi robots.

Install

Requires:

  • git, docker, docker-compose

Fetch this repo:

git clone [email protected]:alcalyn/drop-fleetcontrol-master.git
cd drop-fleetcontrol-master/

Configure your environment in a created .env file:

# Your RabbitMq host and exchange name
RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672
RABBITMQ_USER=guest
RABBITMQ_PASS=guest

RABBITMQ_EXCHANGE=orders

Install and run the service:

make

About

Controls a fleet of RaspberryPi robots through a Rest Api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published