Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📠 Create botlink service #193

Closed
Terkwood opened this issue Mar 13, 2020 · 1 comment
Closed

📠 Create botlink service #193

Terkwood opened this issue Mar 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Mar 13, 2020

Create a service which allows tinybrain instances to communicate with BUGOUT cloud deployment

Task for #67

TODOs

  • use basic authorization header
  • listen to attach-bot (game_id+player+handicap+boardsize) command on Redis Streams
  • on attach bot : configure filter
  • on attach bot: emit initial game state to changelog stream
  • listen to game states on Redis Streams
  • filter on gameid+player
  • push relevant game states to tinybrain via websocket
  • receive moves from AI over websocket and push to make-move-cmd stream

considerations

Just support a single tinybrain instance for now

@Terkwood Terkwood added the enhancement New feature or request label Mar 13, 2020
@Terkwood Terkwood changed the title 🤖 Create robocall service 📠 Create robocall service Mar 13, 2020
@Terkwood Terkwood mentioned this issue Mar 13, 2020
13 tasks
@Terkwood Terkwood changed the title 📠 Create robocall service 📠 Create botlink service Mar 20, 2020
@Terkwood
Copy link
Owner Author

Resolved in #196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant