Server for KTaNE mod Remote Math
Go to file
2024-05-06 16:43:32 +01:00
cmd/ktanemod-remote-math-server Add log saving functionality 2023-08-19 20:28:15 +01:00
.gitignore Fix twitch plays code not generating and eating cpu time 2023-10-02 14:38:03 +01:00
go.mod Add log saving and fetching support 2023-08-19 21:34:35 +01:00
go.sum Add log saving and fetching support 2023-08-19 21:34:35 +01:00
puzzle_test.go Rewrote puzzle solution logic and added testing to confirm results 2023-08-19 13:22:38 +01:00
puzzle.go Fix twitch plays code not generating and eating cpu time 2023-10-02 14:38:03 +01:00
README.md Add readme 2024-05-06 16:43:32 +01:00
remote-math.go Fix twitch plays code not generating and eating cpu time 2023-10-02 14:38:03 +01:00
server.go Fix twitch plays code not generating and eating cpu time 2023-10-02 14:38:03 +01:00
utils_test.go Rewrote puzzle solution logic and added testing to confirm results 2023-08-19 13:22:38 +01:00
utils.go Rewrote puzzle solution logic and added testing to confirm results 2023-08-19 13:22:38 +01:00

Remote Math Server

This is the server connected to by Remote Math using Remote Math Interface and secure websockets.

Some testing is included to ensure the code performs the calculations as expected by the manual.