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

Add websocket support to tinybrain #194

Merged
merged 22 commits into from
Mar 15, 2020
Merged

Add websocket support to tinybrain #194

merged 22 commits into from
Mar 15, 2020

Conversation

Terkwood
Copy link
Owner

@Terkwood Terkwood commented Mar 13, 2020

This change set allows the katago wrapper to connect to a remote websocket in BUGOUT's cloud deployment, and respond to katago queries.

Advances #67.

  • Use a header for basic authorization
  • Deal with PASS command in Katago (see KataGoImpl TODO)
  • Finish websocket client
  • Finish katago loop
  • Set up a dummy robocall service which can emit game states
  • clean up TODOs
  • honor board size

Passing

In the GTP spec:

A vertex is a board coordinate consisting of one letter and one number, as defined in section 2.11, or the string pass''. Vertices are not case sensitive. Examples: B13'', ``j11''.

@Terkwood Terkwood mentioned this pull request Mar 13, 2020
13 tasks
@Terkwood
Copy link
Owner Author

Terkwood commented Mar 13, 2020

@Terkwood Terkwood added the enhancement New feature or request label Mar 13, 2020
@Terkwood Terkwood changed the title WIP: add websocket support to tinybrain 🚧 add websocket support to tinybrain 🚧 Mar 13, 2020
@Terkwood Terkwood changed the title 🚧 add websocket support to tinybrain 🚧 🚧 Add websocket support to tinybrain 🚧 Mar 13, 2020
@Terkwood Terkwood changed the title 🚧 Add websocket support to tinybrain 🚧 Add websocket support to tinybrain Mar 15, 2020
@Terkwood Terkwood merged commit 30fcab7 into unstable Mar 15, 2020
@Terkwood Terkwood deleted the feature/tinybrain-ws branch March 15, 2020 14:55
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

Successfully merging this pull request may close these issues.

None yet

1 participant