twili
twili copied to clipboard
Homebrew debug monitor for the Nintendo Switch.
https://github.com/misson20000/twili/blob/2b0ecaa7d4218a14f3e7f8f68d8ff5b6fb291809/twili/bridge/tcp/TCPBridge.hpp#L121-L126 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 2b0ecaa7d4218a14f3e7f8f68d8ff5b6fb291809 when #59 was merged. cc @misson20000.
## Wish List - [ ] Implement some tty functions so we can use libraries like [linenoise](https://github.com/antirez/linenoise) - [ ] `isatty` - [ ] `tcgetattr` - [ ] `tcsetattr` -...
Blocked on #47. Currently, every call to `printf` in Twili blocks on a USB transfer. There should be several different logging modes: - USB Synchronous: Each call to `printf` blocks...
This should come after #7. It'd be cool to be able to have Twili provide virtual filesystems backed by directories on the workstation. There should be a ITwiliService command `MountRemoteFilesystem`...