Skip to content

The Drop server edition that includes listening orders from twitter and race web interface.

License

Notifications You must be signed in to change notification settings

darkmirafr/drop-edition-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop edition server

The Drop server edition that includes listening orders from twitter and race web interface.

Install

git clone git@github.com:Darkmira/drop-edition-server.git
cd drop-edition-server/

cp .env.dist .env
# Then set your variables (Twitter tokens, change secret api key)

make

Usage

Once installed, you are now listening to tweets destined for the robots. But no orders will be sent to robots, until you start the race:

make race_start

It will trigger a clock tick every N seconds (default to 20), and send the most tweeted orders for every robots.

UI Links:

Hosts:

  • ws://0.0.0.0:15002 Master websocket server listen to real-time race events
  • 0.0.0.0:12000 RabbitMQ instance listen to move orders sent to robots

License

This library is under MIT License.

About

The Drop server edition that includes listening orders from twitter and race web interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published