Harald Klein
Harald Klein
What about other OFDM alternatives like codec2 (https://github.com/drowe67/codec2)? That would likely be a much better choice than proprietary windows-only VARA.
I've written an UCI engine to interface with the CERTABO physical chess board. While I can use it just fine by selecting my CERTABO engine as one player, and any...
What would be the best way to hook into pychess to: - receive the current board state (FEN) when it's the physical board users turn - send back user move...
yeah, that works fine. I can play vs another engine just fine. But this is not usable for internet chess..
@gbtami I'm not asking you to do that work, I'd just kindly ask for some hints on the best approach for: - hooking into the current board position when it's...
I just used UCI as first interface as it allows to use the CERTABO board with any chess GUI that supports engine vs engine play (it works fine so far...
@gbtami Or would make more sense to extend the existing Human.py to receive inputs and send position to the board component?
@gbtami fair enough :-)
quick and dirty fix for CentOS/RHEL 7: ``` --- a/exfat_super.c +++ b/exfat_super.c @@ -1647,7 +1647,7 @@ static void exfat_write_failed(struct address_space *mapping, loff_t to) { struct inode *inode = mapping->host; if...
you can't use `colors[]` in later versions but would need something like this: `const colorDef colors[6] MEMMODE = { {{(uint16_t)BLACK, (uint16_t)WHITE}, {(uint16_t)BLACK, (uint16_t)WHITE, (uint16_t)WHITE}}, //bgColor {{(uint16_t)WHITE, (uint16_t)BLACK}, {(uint16_t)WHITE, (uint16_t)BLACK, (uint16_t)BLACK}},...